Discover tiny11 25H2, a streamlined Windows 11 build by NTDEV. Skip Microsoft account, bypass TPM, and run Win11 on legacy hardware with just 2GB RAM.


🔍 What is tiny11 25H2?

tiny11 is a Windows 11 debloating project maintained by Romanian independent developer NTDEV. tiny11 25H2 is built upon Microsoft's official Windows 11 25H2 release from September 2025. It is not a "cracked" version of Windows, but a legitimate slimmed-down system created through official Microsoft tools, removing a large number of unnecessary components while retaining core functionality.

The biggest difference from the official system is that tiny11 25H2 requires no Microsoft account to install and use, bypasses TPM 2.0 and Secure Boot hardware restrictions, allowing nearly any PC capable of running Windows 10 to install Windows 11.


✨ Features: More Than Just Lightweight

💾 Extreme Resource Efficiency

The biggest highlight of tiny11 25H2 is its extremely low resource requirements. After installation, the C drive occupies only around 10GB, and memory requirements are reduced to 2GB. The more streamlined tiny11core version takes up only around 5GB on the C drive, with memory usage of just a few hundred MB, making it a lifesaver for legacy devices.

🗑️ Thorough Cleanup of Pre-installed Apps

tiny11 removes most Microsoft pre-installed apps, including:

  • Microsoft Edge browser (completely removed)
  • OneDrive, Xbox-related apps
  • Mail, Calendar, Weather, News and other modern apps
  • Clipchamp, Solitaire and other extra software

🔒 Privacy and Experience Optimization

  • Disable Microsoft telemetry data collection
  • Disable advertising data collection
  • Retain basic tools such as Calculator, Notepad, Paint, and Terminal

📊 Two Versions: How to Choose?

tiny11 25H2 offers two versions to meet different user needs:

Comparisontiny11 25H2 (Standard)tiny11core 25H2 (Ultra-lite)
📦 Disk Usage~10GB~5GB
💻 Memory Required2GBA few hundred MB
🔄 Update SupportWindows Update supportedCannot update
🌐 Language SupportLanguage packs addableCannot add languages
🎯 Use CaseDaily use, main system for old PCsVMs, test environments, offline devices

Regular users are recommended to choose the standard version, because it retains maintainability; while the core version is more suitable for technical users, testers, or virtual machine environments.


🛠️ Usage Experience and Tips

🇨🇳 Chinese Language Support

The official tiny11 25H2 defaults to an English interface, but Chinese language support can be added. Specific methods are as follows:

  • Install Chinese language pack via PowerShell:
Install-Language zh-CN
  • Set global Chinese display:
Set-WinUserLanguageList zh-Hans-CN -Force

or

Set-SystemPreferredUILanguage -Language zh-CN
  • Restart the system to apply changes.

If you encounter language pack installation errors (such as 0x80073D01), you may need to modify Windows Update policies or temporarily disable the firewall.

For users seeking a perfect Chinese display experience, community-made Chinese versions of tiny11 are also available, with Chinese support directly integrated and no extra language pack installation required.

⚠️ Usage Notes

  • 🔑 Activation Required: tiny11 is still a Windows system and requires a legitimate license for activation
  • 💻 Software Compatibility: The vast majority of daily software runs normally, including browsers, office software, etc.
  • 🎮 Gaming Support: Core components like DirectX are retained, game performance is unaffected
  • 🔧 Driver Compatibility: Compatible with official Windows 11 drivers, no special requirements

📈 Comparison with Official System and Other Debloating Tools

🆚 vs. Official Windows 11 25H2

FeatureWindows 11 Officialtiny11 25H2
📋 System RequirementsHigh: 4GB RAM, 64GB storage, TPM, Secure BootLow: 2GB RAM, 8GB storage, no TPM required
💾 Disk Usage~20-64GB~8-10GB
📱 Pre-installed AppsFull suite (Edge, Xbox, Mail, etc.)Only basic apps retained
👤 Microsoft AccountRequiredOffline account supported
🔄 Update PolicyAutomatic updatesManual or partial updates

🔄 Comparison with Other Debloating Tools

Compared with other Windows slimming solutions, tiny11's advantages lie in:

  • 🔍 High Transparency: Built using the open-source tiny11builder script, with an open process
  • 🛡️ Better Security: Only removes components, adds no suspicious code
  • ⏰ Timely Updates: Stays in sync with official Windows releases
  • 👥 Active Community: A well-established community for user exchange and troubleshooting

📥 Download, Installation, and Deployment Guide

🌐 How to Get It

  • Official Channel: The tiny11 25H2 image is hosted on the Internet Archive:
https://archive.org/download/tiny11_25H2/
  • Chinese Optimized Version: Communities such as Yuanjing Forum offer a Chinese version of tiny11, solving language pack installation issues.

🔢 Hash Verification

To ensure the integrity of the downloaded file, please verify the SHA256 hash values:

  • tiny11 25H2: 92484F2B7F707E42383294402A9EABBADEAA5EDE80AC633390AE7F3537E36275
  • tiny11core 25H2: 29C055FCFB7B089ABD9E007E7ABE4BB82C70A03AAC9D65E56A38B87AB32D04D2

🛠️ Installation Steps

  • 📀 Create Bootable Media: Write the ISO image to a USB drive or DVD
  • ⚙️ BIOS Settings: No need to enable TPM or Secure Boot
  • 🚀 Installation Process: Similar to standard Windows installation, but no Microsoft account required
  • 🎯 Initial Setup: Create a local account directly and enter the system quickly

🏗️ Build It Yourself

Users with higher security requirements can use the official tiny11builder script to build their own:

# Run PowerShell as Administrator
Set-ExecutionPolicy Bypass -Scope Process
.\tiny11maker.ps1 # Standard version
# or
.\tiny11coremaker.ps1 # Core version

Building requires the original Windows 11 25H2 image, and the script will automatically remove unnecessary components.


💫 Conclusion

tiny11 25H2 represents a pragmatic technical philosophy: while retaining core functionality, strip away the redundancy and return to simplicity. It breathes new life into old devices abandoned by official upgrade policies, and offers a new choice for users seeking a clean system experience.

Whether you have an old laptop or want to quickly deploy a Windows environment on a virtual machine, tiny11 25H2 is worth a try. Travel light, and you may discover a different scenery.

📚 Reference: tiny11builder open-source project: https://github.com/ntdevlabs/tiny11builder


Note: This is the English translation of the original Chinese version.