Skip to content

NTLite Explained: How to Build a Custom, Debloated Windows 11 or 10 Install

Pallav Pathak
NTLite Explained: How to Build a Custom, Debloated Windows 11 or 10 Install

Windows 11 and Windows 10 ship with a lot of software that most people never touch. Cortana, Xbox services, Feedback Hub, and a growing list of AI features all consume disk space and system resources. NTLite is an independent Windows customization tool that gives power users and IT administrators granular control over what goes into — and what stays out of — a Windows installation image. The latest stable release, v2026.04.10936, adds faster multi-threaded image extraction and the ability to strip AI components from Windows 11 25H2 images, which can meaningfully shrink installation size.

Quick answer: Download NTLite from ntlite.com, load a Windows ISO, remove the components you don't need, integrate any drivers or updates, then export a new bootable ISO you can flash to USB with a tool like Rufus.

Image credit: Nlitesoft

What NTLite does

NTLite works with Windows image files — ISO, WIM, ESD, and SWM formats — and lets you modify them before installation. You can also point it at a live, already-installed copy of Windows (for example, your C:\Windows directory) and make changes in place without a full reinstall. The core capabilities break down like this:

FeatureWhat it does
Component removalStrips built-in apps, services, drivers, and OS features you don't want
Update integrationSlipstreams cumulative updates and language packs directly into the image
Driver integrationBakes hardware drivers into the installer so they're ready at first boot
Unattended setupPreconfigures user accounts, disk partitions, and install options for zero-touch deployment
Settings configurationAdjusts Explorer, network, power, privacy, and Windows Update policies before the image is built
Bootable ISO creationExports the modified image as a bootable ISO ready for USB or DVD
Live editingApplies the same modifications to an existing Windows installation without reinstalling (ISO creation is image-only)

NTLite supports Windows 11, 10, 8.1, and 7 on both x86 and x64 architectures. Server editions of those same versions are supported for most features, though component removal and feature configuration are excluded on Server. ARM64 image support exists but remains in an alpha stage. Checked/Debug, Embedded, IoT editions, Vista, and XP are not supported.

NTLite supports Windows 11, 10, 8.1, and 7 on both x86 and x64 architectures | Image credit: Nlitesoft

Typical workflow for building a debloated Windows ISO

Step 1: Obtain a Windows ISO. For Windows 10, use Microsoft's Media Creation Tool to download and save an ISO file. For Windows 11, grab the ISO directly from Microsoft's software download page. Save it somewhere accessible on your main PC — not on the target machine.

Image credit: Microsoft

Step 2: Install and launch NTLite. A free, limited, non-commercial license covers basic use. Commercial deployments require a paid license. On first launch, select your license tier.

Step 3: Add the ISO to NTLite using the "Add" button in the Image panel. NTLite will create a writable copy of the image and mount it. This can take several minutes depending on your system speed and the image size.

Add the ISO to NTLite using the "Add" button in the Image panel | Image credit: Nlitesoft (via YouTube/@Technichio)

Step 4: Select the Windows edition you want to customize. If you only need Windows 11 Home or Windows 10 Home, you can remove the other editions (Pro, Education, etc.) from the image entirely, which reduces the final ISO size.

Step 5: Work through the left-side panel categories. Under Components, check the boxes for anything you want to remove — Xbox services, Cortana, Feedback Hub, and similar apps are common targets. NTLite grays out components that cannot be safely removed. Under Updates, you can integrate cumulative patches. Under Drivers, you can inject hardware-specific drivers. Under Settings, you can preconfigure privacy, telemetry, and UI preferences.

Work through the left-side panel categories | Image credit: Nlitesoft (via YouTube/@Technichio)
⚠️
If you're unsure what a component does, leave it alone. Removing critical system components can produce an image that fails to install or boot. NTLite warns about risky removals, but it can't catch every dependency.

Step 6: Go to the Apply tab. Choose "Save and trim editions" to keep only the edition you selected. Under "Create ISO," name your output file and pick a save location. Click Process. NTLite may ask you to temporarily disable real-time antivirus protection to avoid interference during image manipulation.

Choose "Save and trim editions" to keep only the edition you selected | Image credit: Nlitesoft (via YouTube/@Technichio)

Step 7: Test the resulting ISO in a virtual machine (VMware, Hyper-V, VirtualBox) before deploying to real hardware. Match the VM's specs — RAM, disk size — to your target machine as closely as possible so you can confirm the installation works and the OS is functional.

Step 8: Flash the ISO to a USB drive using Rufus or a similar tool. Boot the target PC from USB (usually by pressing F2, F12, or Del during startup to access BIOS/boot menu) and run the installation.


What changed in the April 2026 updates

Two back-to-back releases in April 2026 brought several practical improvements. Build 10935 focused on speed and driver handling, while build 10936 added a notable new feature for Windows 11 25H2 users.

ChangeBuildCategory
Faster update extraction using more CPU threads10935Performance
Faster file deletion for large directories10935Performance
Host Import picks latest driver version, avoids duplicates10935Drivers
Improved hardware list matching for compatible drivers10935Drivers
Fixed MSIX/APPX integration error 87 on pre-1903 targets10935Bug fix
New Accessibility – Braille component option (25H2 CU)10935Components
AI Component Management for Windows 11 25H2 images10936Components
Fixed MSIX integration error 1781 in certain host-image combos10936Bug fix

The multi-threaded extraction improvement is especially relevant on modern processors with many cores. Image extraction — the step where NTLite unpacks the WIM or ESD file — was previously a bottleneck. With more threads in play, that step finishes noticeably faster.

The AI Component Management option targets the growing set of AI-related features Microsoft has been adding to Windows 11 25H2 through cumulative updates. Stripping these components can significantly reduce the footprint of a 25H2 installation, which matters for deployments on storage-constrained devices or environments where those AI features are unwanted.

Image credit: Nlitesoft

Real-world use case: Reviving a storage-limited laptop

NTLite is particularly useful for machines with very small drives. A 32 GB eMMC laptop running a stock Windows 10 install, for example, can easily end up with only a few hundred megabytes of free space after updates accumulate. By stripping Xbox services, Cortana, Feedback Hub, gaming peripherals, Internet Explorer, and other unused components, a debloated image can reclaim several gigabytes. One documented case showed free space jumping from roughly 3.6 GB on a bloated install to nearly 10 GB after a clean install from a stripped ISO — on the same 29 GB usable drive.

Keep in mind that Windows 11 has hard requirements that NTLite cannot bypass: TPM 2.0 and a minimum of 4 GB of RAM. If your target hardware doesn't meet those, a debloated Windows 10 image is the practical alternative.


Licensing and availability

NTLite offers a free tier with limited functionality that covers basic component removal and ISO creation for personal, non-commercial use. Paid licenses unlock additional features and commercial deployment rights. The tool is developed by an independent developer and is not affiliated with Microsoft.

The current stable version is v2026.04.10936. Installers are available for Windows 10+ (64-bit), Windows 7+ (64-bit), and Windows 7+ (32-bit), each with published SHA-256 checksums for verification.


NTLite fills a gap that Microsoft's own tools don't cover well. Whether you're an IT admin building standardized deployment images, an enthusiast who wants a clean Windows install without bundled apps, or someone trying to squeeze a functional OS onto a tiny drive, the ability to surgically remove components before installation saves time and disk space that would otherwise be wasted on software you'd immediately try to uninstall anyway.