Quick wins for a faster PC:
Scan for outdated or missing drivers - takes under a minuteDriver Scan →Clear out junk files and repair common Windows errorsFree Scan →Fix the driver behind crashes, sound loss and screen glitchesFind Drivers →Some links on this page are affiliate links: if you buy through them we may earn a commission, at no extra cost to you.
Tiny11 Builder added support for Windows 11 24H2 in its November 17, 2024 release. The project is not a separate Microsoft edition or a ready-made operating system. It is a set of PowerShell scripts that builds a reduced Windows 11 installation image from media you provide.
That distinction matters. You can create a more lightweight installer without trusting a pre-modified ISO from an unknown download site, but you also accept the risks of a customized Windows installation. The regular Tiny11 build is intended to remain serviceable; Tiny11 Core removes much more and is primarily suitable for testing or disposable virtual machines.
What the 24H2 update actually changed
The Tiny11 Builder release dated November 17, 2024 added support for processing Windows 11 24H2 installation media. It did not create a special Microsoft-approved “Tiny11 24H2” operating system.
Instead, the builder lets you start with a Windows 11 ISO and generate your own trimmed installation image. The current Tiny11 Builder repository describes the PowerShell-based project as working with any Windows 11 release, language, and architecture, so 24H2 is now best understood as an important historical compatibility milestone rather than the project’s only supported version.
#1 Best Overall
- High-speed USB 3.0 performance of up to 150MB/s(1) [(1) Write to drive up to 15x faster than standard USB 2.0 drives (4MB/s); varies by drive capacity. Up to 150MB/s read speed. USB 3.0 port required. Based on internal testing; performance may be lower depending on host device, usage conditions, and other factors; 1MB=1,000,000 bytes]
- Transfer a full-length movie in less than 30 seconds(2) [(2) Based on 1.2GB MPEG-4 video transfer with USB 3.0 host device. Results may vary based on host device, file attributes and other factors]
- Transfer to drive up to 15 times faster than standard USB 2.0 drives(1)
- Sleek, durable metal casing
- Easy-to-use password protection for your private files(3) [(3)Password protection uses 128-bit AES encryption and is supported by Windows 7, Windows 8, Windows 10, and Mac OS X v10.9 plus; Software download required for Mac, visit the SanDisk SecureAccess support page]
Microsoft’s download page now lists Windows 11 25H2 as the current release. Always check the project documentation and Microsoft’s latest media before building an image.
Tiny11 Builder is not a Windows license or distribution
Tiny11 Builder does not supply Windows, a product key, or an official Microsoft edition. You must provide legitimate Windows 11 installation media and activate the resulting installation with a valid digital license or product key for the installed edition.
Microsoft also warns that Windows 11 installed on hardware below its minimum requirements may be unsupported, may experience compatibility problems, and may not be entitled to updates. A smaller image does not fix an incompatible CPU, missing TPM 2.0, unavailable Secure Boot, defective firmware, or missing drivers.
Free tools Windows power users keep installed
One-click scans. No signup required.
Regular Tiny11 versus Tiny11 Core
| Build | What it is for | Serviceability | Main concern |
|---|---|---|---|
| tiny11maker.ps1 | A lighter Windows installation for enthusiasts and everyday systems | Designed to remain serviceable, including later updates and feature changes | Removed applications and custom changes can complicate troubleshooting |
| tiny11coremaker.ps1 | Quick tests, development experiments, and disposable virtual machines | Not serviceable after creation | Removes Windows Update, WinRE, the component store, and other infrastructure |
The regular builder is the sensible choice if you need a usable installation that can continue receiving maintenance. Tiny11 Core is not simply a smaller version of the same experience. Its aggressive removals make it unsuitable for most internet-connected daily drivers.
What the regular builder removes
The project’s documented removal list includes the following applications and components:
Rank #2
- Less chaos, more calm. The refreshed design of Windows 11 enables you to do what you want effortlessly.
- Biometric logins. Encrypted authentication. And, of course, advanced antivirus defenses. Everything you need, plus more, to protect you against the latest cyberthreats.
- Make the most of your screen space with snap layouts, desktops, and seamless redocking.
- Widgets makes staying up-to-date with the content you love and the news you care about, simple.
- Stay in touch with friends and family with Microsoft Teams, which can be seamlessly integrated into your taskbar. (1)
- Clipchamp, News, Weather, Xbox, Get Help, and Get Started
- Office Hub, Solitaire, People, Power Automate, and To Do
- Alarms, Mail and Calendar, Feedback Hub, Maps, and Sound Recorder
- Your Phone, Media Player, Quick Assist, Internet Explorer, and Tablet PC Math
- Microsoft Edge and OneDrive
This is the project’s documented list, not a permanent specification. The exact behavior can change as the scripts are updated. Removing an application may also affect Settings entries, file associations, installation workflows, or applications that expect related Windows components to exist.
The repository notes several practical issues, including Edge remnants in Settings, the possibility that winget may need to be updated before it can install applications, and Outlook or Dev Home returning after updates. On ARM64 systems, the project documents a script error involving a missing OneDriveSetup.exe.
Crashes, No Sound, or Screen Glitches?
Random freezes, missing sound and display glitches usually trace back to one bad driver. Find and replace yours safely.Free scan · under a minutePC Slower Than It Used to Be?
A free scan shows the junk files, broken settings and background clutter dragging Windows down - then fixes them in one click.Free scan · Windows 10 & 11Why Tiny11 Core is a different proposition
Tiny11 Core removes substantially more of Windows. According to the project documentation, it removes the Windows Component Store, Windows Recovery Environment, and Windows Update functionality. It also disables Windows Defender, although the documentation indicates that Defender may be enabled again.
Those details are decisive:
- Without the component store, adding languages, updates, or Windows features later is not supported.
- Without WinRE, familiar local recovery options may be unavailable when Windows fails to boot.
- Without Windows Update, the image is not appropriate for a normal production or daily-use computer.
- Re-enabling Defender does not make the entire image equivalent to a fully serviced standard Windows installation.
Use Core only when the image is disposable or easily restorable—for example, a short-lived virtual machine or a controlled development test. Keep an independent Windows installer and a complete backup nearby.
How to build a Tiny11 image from official media
The safer approach is to create the image yourself rather than download an already-modified ISO. The general workflow documented by the project is:
Rank #3
- MICROSOFT WINDOWS 11 PRO (INGLES) FPP 64-BIT ENG INTL USB FLASH DRIVE
- Download Windows 11 media from Microsoft. Use the official Windows 11 download page and choose media appropriate for your language, architecture, and edition.
- Verify the ISO. Microsoft publishes SHA-256 values for corresponding downloads. In PowerShell, run:
Get-FileHash C:Usersuser1DownloadsWindows11.iso
Compare the result with Microsoft’s current published hash table. Do not copy a hash from an older Windows release or a different language.
- Mount the ISO. In File Explorer, right-click the ISO and choose Mount. Note the drive letter assigned to the mounted media.
- Download Tiny11 Builder from its official repository. Review the script before running it, particularly if you are using a newer Windows release or a nonstandard architecture.
- Prepare a scratch drive. The builder needs a separate location for temporary files. Ensure it has enough free space and do not use a drive containing files you cannot replace.
- Open PowerShell 5.1 as Administrator. Change the execution policy only for the current session:
Set-ExecutionPolicy Bypass -Scope Process
- Run the selected script. Replace the paths and drive letters with your own values. The ISO and scratch drive letters are entered without colons.
C:/path/to/your/tiny11/script.ps1 -ISO <letter> -SCRATCH <letter>
For the regular build, use tiny11maker.ps1. Use tiny11coremaker.ps1 only if you specifically need its non-serviceable test image.
- Select the mounted ISO drive and Windows edition. Follow the prompts and choose the appropriate SKU.
- Wait for the image to finish. The resulting file is placed in the extracted script folder as
tiny11.iso.
The project says the scripts use DISM recovery compression and do not depend on external utilities for the main image-building process. Creating a bootable ISO may require oscdimg.exe from the Windows Assessment and Deployment Kit.
Test the image before replacing Windows
Do not make your first test a clean installation on the only computer you rely on. Boot the generated ISO in a virtual machine first and check the functions you actually need:
- Network connectivity and driver detection
- Windows activation behavior
- Windows Update on the regular build
- Microsoft Store or
wingetapplication installation - Audio, graphics, Bluetooth, printing, and storage drivers
- Recovery and boot options
- Language packs and optional Windows features
When installing on physical hardware, back up personal files and create independent recovery media. Microsoft recommends backing up before installation. Installation media can erase existing data, so treat the generated ISO as a clean-install tool rather than an in-place debloat utility.
Rank #4
- Lightweight and convenient: Lexar JumpDrive A30E (USB Type-A) boasts a slim, portable design for easy device compatibility; lightweight at 7.41 g
- Transfer speeds up to 100 MB/s: 10x faster than standard USB 2.0 drives; Based on internal testing, performance may vary depending upon the host device, interface, and usage conditions
- Wide compatibility: Compatible with tablets, laptops, Macs, and traditional Type-A devices, no software installation required; Reliably stores photos, videos & files
- Compact: Features a push-button retractor and a lanyard loop for on-the-go use
- Enhanced security: Lexar DataShield protects files, easily creates a password-protected safe with auto-encryption; Files deleted from the safe are securely erased and can't be recovered
Hardware requirements still matter
Tiny11 can reduce the number of installed applications and components, but it does not officially make unsupported hardware supported. Windows 11 still has requirements involving a compatible 64-bit CPU, TPM 2.0, Secure Boot capability, firmware, and drivers.
There is an important difference between “the image boots on an old computer” and “the computer is supported.” An unsupported machine may work today and still have driver failures, installation problems, update interruptions, or no vendor assistance later. Do not rely on Tiny11 for a work, banking, school, or business-critical system simply because it installs.
ARM64 users need extra caution
ARM64 installation media is not interchangeable with x64 media. Microsoft’s current download page notes that its Installation Assistant and Media Creation Tool are x64-only, while ARM64 media follows a separate path.
The Tiny11 project also documents an ARM64-specific issue involving OneDriveSetup.exe. If you are building for an ARM-based PC or virtual machine, confirm that the selected ISO, script version, and architecture match before starting. Do not assume that an x64 tutorial will work unchanged.
The Tool Desk
Outbyte Driver Updater FREEScan for outdated or missing drivers - takes under a minuteDriver Scan →Outbyte PC Repair FREERepair Windows errors before they cause bigger problemsFix Now →Benefits without exaggerated performance claims
A self-built Tiny11 image can provide:
- A smaller installation image and potentially lower storage demand
- Less bundled software and Start menu clutter
- More control over the applications retained in the base image
- A repeatable way to build from official Microsoft media
- A convenient starting point for virtual machines, test systems, and low-storage devices
However, the project documentation does not establish a universal improvement in RAM use, CPU performance, boot time, gaming performance, or battery life. Fewer components may reduce background activity in some configurations, but results depend on hardware, drivers, workloads, and later updates.
Best Value
- 【16GB Flash Drive】USB flash drives with 16GB capacity, meet your needs of daily use on work, school, home and travelling for photos, music, videos, files storage and transfer. IMEASON thumb drives can be used to store different files, easy to data backup.
- 【Metal Swivel Cap Design】USB thumb drive is metal swivel cover provides extra protection for the usb thumbdrive connector, no usb drive cap to lose; keychain design makes it easier to carry without worrying lose it.
- 【Wide Compatibility】USB drive supports Windows 7/8/10/11 / Vista / XP / Unix / 2000 / ME / NT Linux and Mac OS, also Supports USB 2.0 and 1.1 ports. USB Stick support TV, desktop, notebook computer, car, audio and other device. The USB Memory Stick is your great data storage and transfer companion with traveling and working.
- 【Easy to use】usb memory stick is plug and play without any software installation. Just simply plug the Flashdrive into the port of your USB-compatible devices such as computer, laptop to start data storage or transmission.
- 【What You Get】16 GB USB Flash Drive Thumb Drive, The default format of the usb storage flash drive is FAT32.
Regular Tiny11, standard Windows, or a post-install debloat tool?
Choose regular Tiny11 Builder if you want a custom image, are comfortable with a clean installation, and still need a serviceable Windows environment.
Choose Tiny11 Core only for disposable testing or development where Windows Update, WinRE, languages, and optional features are not required.
Choose standard Windows 11 for work, banking, school, business systems, or any computer where recovery, Defender, updates, and vendor support matter more than reducing bundled software.
Consider a post-install debloat tool if Windows is already installed and you want selective or more reversible changes without rebuilding installation media. This preserves the normal installation and servicing path, though any debloat tool still deserves careful review and a restore plan.
Bottom line
Tiny11 Builder’s 24H2 support was a real November 2024 release milestone, but the current project is broader: it is a PowerShell-based image builder for Windows 11 media, not a standalone Microsoft operating system. Building the image yourself from a verified Microsoft ISO is safer and more reproducible than downloading an unknown pre-modified ISO.
The regular Tiny11 build can be a reasonable enthusiast customization when you understand what is removed and test it first. Tiny11 Core is a fundamentally different, non-serviceable image and should remain a VM or testing tool. For most everyday and high-consequence systems, standard Windows 11 remains the safer choice.
Quick Recap
Product prices and availability are accurate as of the date/time indicated and are subject to change. Any price and availability information displayed on Amazon at the time of purchase will apply.
What’s actually slowing this PC down?
Pick the symptom - the matching free tool is one click away.

