By using this site, you agree to the Privacy Policy and Terms of Use.
Accept
World of SoftwareWorld of SoftwareWorld of Software
  • News
  • Software
  • Mobile
  • Computing
  • Gaming
  • Videos
  • More
    • Gadget
    • Web Stories
    • Trending
    • Press Release
Search
  • Privacy
  • Terms
  • Advertise
  • Contact
Copyright © All Rights Reserved. World of Software.
Reading: I cut Windows 11 down to 2GB with this debloat tool
Share
Sign In
Notification Show More
Font ResizerAa
World of SoftwareWorld of Software
Font ResizerAa
  • Software
  • Mobile
  • Computing
  • Gadget
  • Gaming
  • Videos
Search
  • News
  • Software
  • Mobile
  • Computing
  • Gaming
  • Videos
  • More
    • Gadget
    • Web Stories
    • Trending
    • Press Release
Have an existing account? Sign In
Follow US
  • Privacy
  • Terms
  • Advertise
  • Contact
Copyright © All Rights Reserved. World of Software.
World of Software > Computing > I cut Windows 11 down to 2GB with this debloat tool
Computing

I cut Windows 11 down to 2GB with this debloat tool

News Room
Last updated: 2025/10/11 at 9:30 AM
News Room Published 11 October 2025
Share
SHARE

Windows 11 looks clean and polished, but it still installs a bunch of stuff I never use. After a fresh install, it takes around 25GB or more before I add my first app. I wanted to see how small Windows could get if I stripped it to the essentials. Projects like Tiny11 show what is possible, and you can build a lightweight ISO yourself with a third-party PowerShell script. I tried that approach and the result surprised me, even with a few limits.

But even then, I wanted to go smaller, and I found just the tool.

Why I built a custom Windows 11 ISO

I was done with the built-in clutter

Screenshot by Digvijay Kumar – No attribution is requried

Windows 11 still includes parts that I no longer use. Edge and its related components are the main example, and many of the preinstalled apps add to the clutter. I usually run a debloating tool to remove what I do not need, but that only goes so far. A custom ISO lets you wipe those components before installation.

The script takes an aggressive approach because it aims for a lean system. It removes Windows Update, Defender, some language packs, and legacy Internet Explorer components, and also prunes the WinSxS component store, which brings the ISO size down to around 2GB.

Download: Nano11

Using Nano11 to build a smaller ISO

This script trims Windows before installation

Nano11 is a custom PowerShell script on GitHub that trims a Windows 11 ISO rather than modifying an existing installation. It uses DISM to remove selected components from the image and then recompresses the install image to reduce size. This process is one-way, so anything the script removes cannot be restored later, and because servicing and update components are removed in this build, it will not receive OS updates once installed.

To get started, download the latest Windows 11 ISO from Microsoft and mount it in File Explorer. Then download the Nano11 PowerShell script from GitHub and extract the ZIP to a folder on your system. Once the files are ready, follow these steps.

  1. Open PowerShell with administrative privileges.
  2. Run Set-ExecutionPolicy Bypass -Scope Process to allow the script for the current session.
  3. Use the cd command to move into the folder that contains the Nano11 builder script.
  4. Start the script by running .nano11builder.ps1 and accept the terms when prompted.
  5. Enter the drive letter of the mounted ISO and allow the script to begin its work.
  6. Choose the index number for the desired Windows edition, such as Home or Pro, which appears in the list above the prompt.

The run took about an hour on the test system, and the script saved the new ISO in the same folder as the Nano11 files. The final image measured 2.09 GB, reduced from the original 5.49 GB.

Testing the trimmed ISO in a virtual machine

I wanted to see if it works

Since the script creates a full bootable image, I tested the trimmed build on a fresh Windows 11 virtual machine. I configured the VM with two CPU cores and 2GB of RAM to see whether it could run with the bare minimum resources. During installation on VMware, the setup displayed an error near the final stage. However, using the older installation method in Windows Setup bypassed the issue, and the installation completed successfully. After the installation workaround, the first boot showed a desktop with a black background. It looks unusual and appears to be the result of the script’s changes.

The Task Manager showed memory usage at nearly half of the allocated resources, roughly 1GB in this configuration. The installed system used 7.7GB of disk space. On the same VM, a standard Windows 11 installation used approximately 25GB of disk space and around 2GB of memory while idle. With the system up and running, I checked what was still installed. The app list in Settings showed only eight items, and the Programs and Features page listed only Remote Desktop. Since Edge was removed, I had to install a browser manually. Winget did not work, and the curl command stalled; therefore, I copied the Chrome installer from a USB drive and used it inside the virtual machine.

After getting a browser in place, I checked how the Microsoft Store behaved. The icon was still present on the taskbar. Search worked, but app pages failed to load partway through. Winget also returned source errors when I attempted to install Firefox and Chrome. After manually installing Chrome, I was able to install Brave from the Store, possibly because some components were restored during the process. Once I had a working browser, I checked whether media playback still functioned. YouTube played without any audio problems. That suggests there was still enough audio support in the build, even though the script removed some related components.

What you lose with Nano11

The Nano11 script gives you control over what stays in the ISO, but that flexibility demands some technical awareness. If you remove the wrong components, the image may not boot or function properly. Nano11 can also remove essential Windows services, including Windows Update, so this build is not meant for daily use. The developer positions it as a test or development environment rather than a full OS replacement.

Another thing you notice early is the lack of basic utilities. There is no image viewer or editor, and other everyday tools are missing unless you add them manually. Even with those trade-offs, I would still consider using it on a low-end or secondary PC where updates are less important. When Microsoft releases a new build, I can always generate another trimmed ISO using the script.

Sign Up For Daily Newsletter

Be keep up! Get the latest breaking news delivered straight to your inbox.
By signing up, you agree to our Terms of Use and acknowledge the data practices in our Privacy Policy. You may unsubscribe at any time.
Share This Article
Facebook Twitter Email Print
Share
What do you think?
Love0
Sad0
Happy0
Sleepy0
Angry0
Dead0
Wink0
Previous Article How Scientists Rediscovered This Rare And Elusive Bird That We Thought Was Extinct For 100 Years – BGR
Next Article Imagiyo for a one-time $39.97
Leave a comment

Leave a Reply Cancel reply

Your email address will not be published. Required fields are marked *

Stay Connected

248.1k Like
69.1k Follow
134k Pin
54.3k Follow

Latest News

5 free apps I always install first on new iPhone
Computing
Musk’s Boring Co. Accused of 800 Environmental Violations in Las Vegas
News
Luckin Coffee sees profit margin drop 10% in Q4 despite revenue surpassing Starbucks by $260 million · TechNode
Computing
Select immersive NBA games coming to the Apple Vision Pro
News

You Might also Like

Computing

5 free apps I always install first on new iPhone

7 Min Read
Computing

Luckin Coffee sees profit margin drop 10% in Q4 despite revenue surpassing Starbucks by $260 million · TechNode

1 Min Read
Computing

Dingdong Maicai halts nearly 40 site operations in Guangdong amid cost squeezing · TechNode

1 Min Read
Computing

Free n8n Templates to Automate Your Workflows Faster |

43 Min Read
//

World of Software is your one-stop website for the latest tech news and updates, follow us now to get the news that matters to you.

Quick Link

  • Privacy Policy
  • Terms of use
  • Advertise
  • Contact

Topics

  • Computing
  • Software
  • Press Release
  • Trending

Sign Up for Our Newsletter

Subscribe to our newsletter to get our newest articles instantly!

World of SoftwareWorld of Software
Follow US
Copyright © All Rights Reserved. World of Software.
Welcome Back!

Sign in to your account

Lost your password?