Site icon Techno360

Win11Debloat: Clean Windows with PowerShell Script

Advertisement

Does your Windows 11 or Windows 10 feel sluggish, cluttered with pre-installed apps, and invasive with tracking? You are not alone. Win11Debloat is the free, open-source PowerShell script thousands of users trust to clean up Windows fast โ€” without reinstalling.

๐Ÿง Why Debloat Windows 11?

New Windows 11 installations (including Windows 11 24H2 and 25H2) ship with an increasing number of pre-installed apps, Bing-powered search, intrusive data collection, and now AI features like Microsoft Copilot and Windows Recall. On mid-range and budget PCs, these background services eat into RAM, slow boot times, and compromise your privacy.

Microsoftโ€™s Windows 11 25H2 update doubled down on AI integrations โ€” making a reliable debloat tool more important than ever in 2025โ€“2026.

โšก What Is Win11Debloat?

Win11Debloat is a lightweight, open-source PowerShell script (โ˜…28k+ on GitHub) developed by RaphiRe. It lets you quickly declutter and customize your Windows experience without manually tweaking hundreds of settings.

Win11Debloat PowerShell script running installation on Windows 11

Win11Debloat can:

๐Ÿ‘‰ Perfect for users who want a clean, fast, privacy-respecting Windows experience!

๐Ÿ†• Whatโ€™s New in Win11Debloat (2025โ€“2026 Updates)

Win11Debloat is actively maintained and has received major updates through 2025:

The latest release is 2025.10.06. Win11Debloat now has over 28,000 GitHub stars and is actively recommended by privacy communities in 2026.

โš™๏ธ 4 Modes โ€” Pick What Works for You

When you launch Win11Debloat, you choose from four modes:

Win11Debloat script menu showing Default, Custom, App Removal, and Saved Config modes

  1. ๐Ÿš€ Default Mode โ€” One-click optimization: applies a curated set of recommended changes including disabling Recall, telemetry, ads, and removing common bloatware. Ideal for most users.
  2. ๐ŸŽ›๏ธ Custom Mode โ€” Handpick every change. Choose which apps to remove, which privacy settings to apply, and which UI tweaks to enable. Great for power users and IT admins.
  3. ๐Ÿ—‘๏ธ App Removal Mode โ€” Only removes bloatware apps; leaves all other settings untouched.
  4. ๐Ÿ’พ Saved Config Mode โ€” Load your previously saved configuration, useful for deploying the same settings across multiple machines.

โœจ Custom Mode: Full Control Over Your PC

Custom Mode is the most powerful option, letting you configure:

๐Ÿ’ก Pro Tip: Your custom selections are auto-saved to CustomAppsList for easy reuse. Use Saved Config Mode to deploy identical setups on multiple PCs.

โšก Run Via PowerShell Commands (Advanced/Automated)

Skip the interactive menu and automate Win11Debloat with parameters โ€” perfect for IT admins managing multiple machines:

# Quick online install (run in Admin PowerShell):
& ([scriptblock]::Create((irm "https://debloat.raphi.re/")))

# Useful parameters:
& [...] -RunDefaults          # Apply all default settings
& [...] -RemoveAppsCustom     # Remove your saved custom app list
& [...] -RemoveGamingApps     # Remove Xbox, Game Bar, gaming bloat
& [...] -RemoveHPApps         # Remove HP pre-installed software
& [...] -DisableRecall        # Disable Windows Recall (AI snapshots)
& [...] -DisableCopilot       # Remove Microsoft Copilot

๐Ÿ“ฅ How to Install Win11Debloat

Method 1: One-Line PowerShell Command (Easiest)

Open Windows Terminal or PowerShell as Administrator and run:

irm "https://debloat.raphi.re/" | iex

This downloads and runs the script automatically โ€” no ZIP extraction needed.

Method 2: Manual Download

  1. Download the latest ZIP from the Win11Debloat GitHub Releases page.
  2. Extract the ZIP file.
  3. Right-click Run.bat โ†’ Run as Administrator.
  4. Click โ€œRunโ€ if a publisher warning appears, then choose your preferred mode.

๐Ÿ”„ Can You Undo the Changes?

Yes โ€” Win11Debloat is fully reversible. Hereโ€™s how:

โš ๏ธ Note: After major Windows updates (like 25H2), some bloatware and pins may return. Simply re-run Win11Debloat to clean up again.

๐Ÿ†š Win11Debloat vs Other Debloat Tools

There are several Windows debloat tools available, but Win11Debloat stands out:

๐Ÿ’ก Who Should Use Win11Debloat?

๐Ÿ“Œ Conclusion: Take Control of Your Windows 11 in 2026

Win11Debloat remains the best free tool to debloat Windows 11 and Windows 10 in 2026. With over 28,000 GitHub stars, regular updates for Windows 11 25H2, and new options to remove Copilot and Windows Recall, itโ€™s more relevant than ever.

Whether youโ€™re a home user wanting a cleaner desktop, a gamer chasing performance, or an IT admin standardizing deployments โ€” Win11Debloat has a mode for you. Best of all, itโ€™s free, open-source, and fully reversible.

๐Ÿ‘‰ Download Win11Debloat from GitHub and reclaim your Windows experience today!

Exit mobile version