Win11Debloat 2026.07.11

Win11Debloat is a free and open source PowerShell utility designed to remove unnecessary applications, disable unwanted Windows features, and improve the overall Windows 11 experience. Developed by Raphire, it combines dozens of optimization scripts into a single interactive tool that helps users reduce bloat, enhance privacy, and customize Windows without manually editing the registry or Group Policy settings.

Whether you're setting up a new PC or optimizing an existing installation, Win11Debloat provides an easy way to streamline Windows 11 while allowing users to choose exactly which changes to apply.

Windows 11 includes numerous preinstalled apps, promotional features, telemetry settings, and background services that many users never use. Removing these manually can be time-consuming and potentially risky.

Win11Debloat automates many of these tasks through a guided interface and PowerShell scripts. Users can remove unwanted Microsoft Store apps, disable telemetry, turn off advertising features, restore classic Windows behaviors, and apply various quality-of-life improvements.

The project is open source, allowing users to review every script before running it.

Download Win11Debloat 2026.07.11 - Software Mirrors

Source Code (zip)

Source Code (tar.gz)

Get.ps1 | 8.44 kB

Win11Debloat 2026.07.11 Release Notes:

What's Changed

  • Add WhatIf support to Get.ps1 by @Raphire in https://github.com/Raphire/Win11Debloat/pull/681
  • Add feature to disable Windows Notifications by @Sqidy-P in https://github.com/Raphire/Win11Debloat/pull/690
  • Add feature to prevent automatic driver companion app installation by @Raphire in https://github.com/Raphire/Win11Debloat/pull/695
  • Refuse to run under PowerShell 7 with a clear message by @HetCreep in https://github.com/Raphire/Win11Debloat/pull/676
  • Fix: Properly surface registry-backup load failures to the user by @HetCreep in https://github.com/Raphire/Win11Debloat/pull/685
  • Fix broken contributing link in README.md by @HetCreep in https://github.com/Raphire/Win11Debloat/pull/688
  • Fix resetting permissions when re-enabling store suggestions in search by @HetCreep in https://github.com/Raphire/Win11Debloat/pull/684
  • Fix main script admin relaunch not working correctly for paths with certain characters by @HetCreep in https://github.com/Raphire/Win11Debloat/pull/683
  • Fix icons not loading correctly on Windows 10 by @Raphire in https://github.com/Raphire/Win11Debloat/pull/696
  • Fix issues with domain accounts by @Raphire in https://github.com/Raphire/Win11Debloat/pull/693
  • Fix run.bat breaking when launched from path with certain characters by @Raphire in https://github.com/Raphire/Win11Debloat/pull/693
  • Fix: Show reboot warning for undoing features that require it by @Raphire in https://github.com/Raphire/Win11Debloat/pull/699
  • Add reboot required warning when disabling Window Snapping by @Raphire
  • Hide irrelevant Settings home page settings in Windows 10 by @Raphire
  • Add tooltip to user selection selectbox by @Raphire
    ## New Contributors
  • @Sqidy-P made their first contribution in https://github.com/Raphire/Win11Debloat/pull/690
    Full Changelog: https://github.com/Raphire/Win11Debloat/compare/2026.06.24...2026.07.11


    Get Win11Debloat) GitHub Downloads (specific asset, specific tag)

Usage

Warning

Great care went into making sure this script does not unintentionally break any OS functionality, but use at your own risk! If you run into any issues, please report them here.

Quick method

Download & run the script automatically via PowerShell.

  1. Open PowerShell or Terminal.

  2. Copy and paste the command below into PowerShell:

& ([scriptblock]::Create((irm "https://debloat.raphi.re/")))
  1. Wait for the script to automatically download and launch Win11Debloat.

  2. Carefully read through and follow the on-screen instructions.

This method supports command-line parameters to customize the behaviour of the script. Please click here for more information.

Traditional method

Manually download & run the script.

  1. Download the latest version of the script, and extract the .ZIP file to your desired location.

  2. Navigate to the Win11Debloat folder

  3. Double click the Run.bat file to start the script. NOTE: If the console window immediately closes and nothing happens, try the advanced method below.

  4. Accept the Windows UAC prompt to run the script as administrator, this is required for the script to function.

  5. Carefully read through and follow the on-screen instructions.

Advanced method

Manually download the script & run the script via PowerShell. Recommended for advanced users.

  1. Download the latest version of the script, and extract the .ZIP file to your desired location.

  2. Open PowerShell or Terminal as an administrator.

  3. Temporarily enable PowerShell execution by entering the following command:

Set-ExecutionPolicy Unrestricted -Scope Process -Force
  1. In PowerShell, navigate to the directory where the files were extracted. Example: cd c:\Win11Debloat

  2. Now run the script by entering the following command:

.\Win11Debloat.ps1
  1. Carefully read through and follow the on-screen instructions.

This method supports command-line parameters to customize the behaviour of the script. Please click here for more information.

Key Features of Win11Debloat

Remove Built-In Apps

Win11Debloat can uninstall many preinstalled Windows applications, including games, promotional apps, and other software that ships with Windows but may not be needed.

The tool also allows users to keep selected applications while removing the rest.

Privacy Improvements

The utility includes numerous privacy-focused options, such as disabling telemetry, reducing diagnostic data collection, turning off advertising identifiers, and disabling personalized recommendations where possible.

User Interface Customization

Win11Debloat restores or adjusts many Windows interface behaviors, including taskbar options, File Explorer settings, context menus, search preferences, and other visual customizations.

Disable Unwanted Features

Users can disable Microsoft consumer experiences, suggested content, widgets, Copilot integration where supported, background services, and various startup components that may consume system resources.

Interactive Menu

Unlike many optimization scripts that require editing configuration files, Win11Debloat provides an interactive menu that lets users choose which optimizations to apply.

For experienced users, command-line parameters are also available for unattended deployments.

Enterprise and Deployment Support

The project supports automation, making it useful for IT administrators who need to prepare multiple Windows installations with consistent settings.

Open Source and Transparent

All scripts are publicly available on GitHub, allowing users to understand exactly what changes are being made before executing them.

Performance and User Experience

Win11Debloat is straightforward to use, even for users with limited PowerShell experience. The interactive interface clearly explains available options, and the project documentation provides guidance for different deployment scenarios.

Applying optimizations usually takes only a few minutes. Many users report improved responsiveness, reduced background activity, and a cleaner Start menu after removing unnecessary applications and services.

Because the tool modifies system settings, users should create a restore point or system backup before applying large numbers of changes, especially on production machines.

Pros

  • Free and open source.

  • Removes unnecessary Windows applications.

  • Improves privacy settings.

  • Interactive and beginner-friendly interface.

  • Supports unattended automation.

  • Well-documented with active development.

  • Highly customizable.

  • Useful for both personal and enterprise deployments.

Cons

  • Only supports Windows 11.

  • Some optimizations may disable Microsoft features that certain users rely on.

  • Requires administrator privileges.

  • Users should review options carefully before applying changes.

Who Should Use Win11Debloat?

Win11Debloat is ideal for Windows enthusiasts, gamers, developers, IT professionals, and privacy-conscious users who want greater control over their Windows 11 installation.

It is also valuable for system administrators preparing clean Windows deployments or reducing unnecessary software on newly installed systems.

Users who depend heavily on Microsoft's integrated services should review each option carefully before removing built-in components.

Final Verdict

Win11Debloat is one of the most comprehensive and trustworthy Windows optimization tools available. Its combination of application removal, privacy enhancements, interface customization, and automation capabilities makes it an excellent choice for anyone looking to simplify and optimize Windows 11.

The project's transparency, active maintenance, and flexible configuration options set it apart from many one-click optimization tools. For users who want a cleaner, more efficient Windows installation, Win11Debloat is an outstanding solution.

Win11Debloat 2026.07.11
Free
Software Informations:
Developer:

Operating System:
Windows
Date Added:
2026-07-14T12:10:45.240Z
Categories:

Post a Comment/Report Broken Link: