Debloat Windows 11

Debloat Windows 11

Windows 11 comes with a host of pre-installed applications and background services that are often unnecessary. These programs, known as ‘bloatware’, slow down your system. Win11Debloat, a simple and effective PowerShell script that removes unwanted software, disables telemetry and optimises the interface in just a few clicks.

06 November 20243 min read

Windows 11 integrates many applications and services that most users never use. What's more, Microsoft collects data via telemetry, which can raise questions about privacy. Win11Debloat is a solution that allows you to :

  • Remove unnecessary applications installed by default.
  • Disable telemetry and data collection services.
  • Optimise the user interface by removing intrusive elements.
  • Make the system lighter and more responsive.
  • Save time by automating changes without manual intervention.

How do I use Win11Debloat ?

Using the script is relatively simple, even for those who are not computer experts. Here are the steps for running it safely :

1. Download the script

Go to the official Win11Debloat GitHub repository and download the PowerShell script.

2. Run PowerShell in administrator mode

Before running the script, open PowerShell in administrator mode by searching for ‘PowerShell’ in the Start menu, then clicking on ‘Run as administrator’.

3. Authorising script execution

By default, Windows blocks the execution of unsigned scripts. To authorise Win11Debloat, type :

1Set-ExecutionPolicy Unrestricted -Scope CurrentUser

Confirm by typing ‘Y’ if necessary

4. Run Win11Debloat

Go to the script directory and run it :

1cd Win11Debloat
2.\Win11Debloat.ps1

Choose the default mode with option 1

Default mode applies the following changes:

  • Remove the default selection of bloatware apps.
  • Disable telemetry, diagnostic data, activity history, app-launch tracking & targeted ads.
  • Disable tips, tricks, suggestions and ads in start, settings, notifications, File Explorer, and on the lockscreen.
  • Disable & remove Bing web search & Cortana from Windows search.
  • Disable Windows Copilot. (Windows 11 only)
  • Show file extensions for known file types.
  • Hide the 3D objects folder under 'This pc' from File Explorer. (Windows 10 only)
  • Disable the widget service & hide the icon from the taskbar.
  • Hide the Chat (meet now) icon from the taskbar.