---
title: "Recycled Windows PC as a NAS"
url: https://stacklist.com/card/b4e4b3cf-fe4d-4370-99be-366c06eba845
source_url: "https://www.xda-developers.com/how-to-set-up-use-windows-nas/"
stack: https://stacklist.com/c/technology/stack/bf7ba824-0025-419b-8f5d-40d645a4f580
summary: "This guide explains how to repurpose an old Windows PC as a network-attached storage (NAS) device without replacing the operating system. It covers hardware recommendations, drive selection, Windows 11 configuration, automatic updates, and setting a static IP address for reliable home network storage."
tags: "nas, windows-11, home-server, storage, recycled-pc, networking, hard-drives"
key_entities: "Rich Edmonds (person), XDA (organization), Windows 11 (technology), Seagate IronWolf (technology), Western Digital Red (technology), Fractal Design Node 804 (technology), Cooler Master N400 (technology), Network-Attached Storage (concept), Intel Core i3 (technology), AMD Ryzen 5 (technology)"
classification: "tutorial"
content_hash: "sha256:566afc2fbbcc3f36d1bcf9c25a44903bf4d552dcd3af9ee12eedc962dab42f04"
acp_version: "0.2"
token_counts_approximate: 2315
visibility: public
agent_accessible: true
status: "final"
---

# Recycled Windows PC as a NAS

By&nbsp; Rich Edmonds Updated&nbsp; Dec 26, 2024, 12:30 PM EST Richard is the PC Hardware Lead at XDA and has been covering the technology industry for almost two decades. He's been building PCs since young, and when not creating content, you can often find him inside a chassis somewhere. Sign in to your XDA account Network-attached storage (NAS) can be expensive, especially when shopping for a pre-built enclosure. Luckily, you can turn an old PC into a NAS , and you don't even have to swap out the operating system. If you're familiar with Windows and prefer to stick with Microsoft's software, it's entirely possible to create a NAS using Windows 11. This guide will show you what you need and how to configure Windows so it's better suited to storing lots of data, running services, and having multiple clients connect through the local area network (LAN). What you&#39;ll need to build a Windows NAS An old PC and some NAS drives will do Creating a Windows NAS is easy, especially if you have older hardware. This can save you a fair amount of money, as new PC parts or a prebuilt NAS enclosure can cost a small fortune. A Windows-powered NAS could be the way to go if all you need is somewhere to stash files from multiple machines without resorting to an array of external drives. Any old Windows PC would do (even a laptop) but I'll recommend some parts in this guide in case you're considering a fresh build. Windows has a few requirements to run properly. The first is a dual-core 64-bit processor, which is incredibly easy to match. A recent Intel Core i3 or AMD Ryzen 5 processor will do just fine. 4GB of RAM is required for the OS to function without issue, and I'd even go as far as to recommend at least 8GB of DDR4 or DDR5 to ensure you have ample system memory for running apps and services, and allowing more than a few clients to connect to the NAS and move data. Old hard drives are tempting to use for a NAS, but I recommend against doing so. Storing data is incredibly important and a NAS should be designed to run continuously, which means standard desktop-class drives are out of the question. They would work, but it's not a guarantee for how long. Plus, you'll likely encounter problems long before you would with a drive designed for NAS or server use. A Seagate IronWolf or Western Digital Red drive would be a reliable choice. 64GB of storage is needed for the OS and a small M.2 SSD would work well here for speed. Most motherboards have more than one SATA port with expansion slots for additional SATA PCIe cards. It's usually the storage case where size limitations may arise. A typical mid-tower PC chassis will have a few 2.5-inch and/or 3.5-inch mounts, but we'll likely require more, which is where a case such as the Fractal Design Node 804 (for Mini-ITX motherboards) or Cooler Master N400 (larger ATX mid-tower) could come into play. How to enable automatic updates on Windows 11 Installing Windows 11 requires a USB drive for the ISO image file. Once you've created a bootable drive , you can plug it into a spare port and run through the quick installer. The first thing you'll need to do when logging into Windows is to configure Windows Update and check for any available patches. Open Settings . Select Windows Update . Check " Get the latest updates as soon as they're available." Close This will ensure your Windows NAS will get all the latest updates. To change when updates are automatically installed and the system rebooted (if required), click on Advanced options and alter the settings as desired. How to set a static IP address on Windows 11 Most hardware connected to the network will use DHCP and receive an assigned IP address from the router. This is fine for most devices, since you likely won't want to configure each device with an IP address manually. However, servers such as our Windows NAS can be set to a static IP, so that it's the same IP address every time the router and NAS are powered off and on. Open Settings . Select Network &amp; internet . Close Select Ethernet or Wi-Fi (either will be displayed, depending on the connection). Select Edit under IP assignment . Close Select the Manual option from the drop-down menu. Enable IPv4 . Close Enter the desired IP address for the Windows NAS. Enter the subnet mask , default gateway , and preferred DNS . These should be the same as used by Windows for DHCP and can be quickly checked before making changes and setting a static IP. Click Save . Close Your Windows NAS will ask the router for your set IP address every time the system boots. You may wish to configure the router to reserve this IP address or hope another device doesn't take it while the NAS is powered down. How to make a network discoverable on Windows 11 By default, Windows is not discoverable to other devices. This makes sense for most desktop and laptop PCs, especially on public networks, but we want our Windows NAS to be found. Thankfully, Microsoft made it easy to change this. Open File Explorer . Select Network in the sidebar. Close Click on " Network discovery and file sharing are turned off. Network computers and devices are not visible. Click to change.. ." pop-up. Select " Turn on network discovery and file sharing. " Select " No, make the network that I am connected to a private network. " You can select the other option for public access if you know what you're doing and wish to provide external access. Close Windows is now configured to be discoverable on the local area network (LAN). Any device on the same network (wireless or cable connection) will be able to discover the Windows NAS when searching. You can also use the IP address for direct connections. How to create a storage pool on Windows 11 Combining more than one hard drive into a storage pool allows a NAS to store lots of data. Windows can create and manage storage pools, which we should set up to share with the network. Here's how to quickly do it. Open Settings . Select System . Close Select Storage . Click Advanced storage settings . Close Click Storage Spaces . Select Add . Close Enter a name for the storage pool. Choose connected drives for the pool. Click Create . Set the desired pool size under "Size &amp; resiliency." Select a pool resiliency. Simple: Provides no data redundancy. Two-way mirror: Requires at least 2 drives and can handle a single drive failure. Three-way mirror : Requires at least 5 drives and can handle 2 simultaneous drive failures. Parity: Requires at least 3 drives. Dual parity: Requires at least 7 drives. Click Create . Set a volume label (name). Set a drive letter . Choose the file system (I recommend NTFS). Click Format . How to share a storage pool in Windows 11 Opening File Explorer and selecting This PC will show the new storage pool with the entered label and drive letter. It's ready for storing data and being shared on the network. Follow these steps to get everything up and running for clients on the LAN. Right-click the storage pool and choose Properties . Choose the Sharing tab. Close Click Advanced Sharing . Check the " Share this folder " box. Close Enter a Share name to be displayed to others. Click Permissions . Close Configure permissions as desired. Click OK . Close Windows can now be discovered over the network and a drive will be available for everyone to access and create files and folders. How to get rid of unwanted bloatware on Windows 11 Now it's time to remove all the unwanted bloat that comes with a fresh installation of Windows 11. We'll be using an app called Bloatynosy , which recently got a big update. It is available for free on GitHub. To start using Bloatynosy, download the application and follow the steps below. Run Bloatynosy.exe . Your PC will ask permission to run the application. Click on More info , then select the Run anyway option. Close Under the " I would like to " section. You can choose Experience to disable any Windows 11 features you don't need on your PC. On this page you can select Enable all , Disable all , or manually select the features you want to remove. Close Under the " I would like to " section. You can select the Dumputer option to remove any bloatware from your PC. Simply use the sort function to select what kind of apps you'd like to remove, then select them and click on Add , afterward you can select remove to uninstall them. Close Installing apps on the Windows NAS Docker containers are powerful app instances that allow the NAS to run various software in a semi-locked-down environment. You don't need to know any programming and this super-easy app available for Windows will manage everything for you. With Docker containers, you can set up a media server, run game servers, record footage from surveillance IP cameras, create a smarter home, and even become more productive during work hours. And that&#39;s all you need for your Windows NAS Following the steps above, you should be able to turn almost any old PC into a working NAS system, or if you are building a NAS from scratch, then you will know what steps to take after the device is powered on for the first time. Although many people would prefer to use Linux as the OS for a NAS system, using Windows is much simpler and is a great way to build your first NAS. Close
