Chris Titus Windows 11 Debloater -
Overview — Chris Titus Windows 11 Debloater
- What it is: A community-maintained PowerShell script and guide created by Chris Titus Tech to remove built-in Windows 11 apps, telemetry, and other components many users consider "bloat" to improve privacy, performance, or disk usage.
- Typical actions: Uninstalling preinstalled Store apps, disabling telemetry/services, removing OneDrive, Edge (or its integration), stopping certain scheduled tasks, removing preinstalled drivers/packages, and tweaking privacy-related settings.
- Format: Distributed as scripts (PowerShell) plus a walkthrough video and GitHub/Gist repository with options and flags to choose safe vs aggressive removals.
Step 2: Run the Install Command
Copy and paste this command:
irm "https://christitus.com/win" | iex
(This downloads and runs the latest script from Chris Titus’s official domain.) chris titus windows 11 debloater
What Exactly Is It?
First, a crucial distinction: This is not a sketchy, one-off executable downloaded from a random forum. It is an open-source, community-vetted PowerShell script. When you run it, you aren't installing new software; you are instructing Windows to remove features Microsoft buried three layers deep in the settings menu. Overview — Chris Titus Windows 11 Debloater
The tool is a text-based GUI (Graphical User Interface) that runs inside a terminal window. It categorizes tweaks into simple menus, allowing you to remove telemetry, uninstall pre-loaded apps, disable startup services, and even install essential software like Firefox, GIMP, or 7-Zip. What it is: A community-maintained PowerShell script and
Tab 1: Install & Upgrade (Ignore this for now)
This is for installing apps like 7-Zip, Firefox, or Gimp. We are focused on removal.
How to get it
- Search the Chris Titus Tech GitHub repository or his official website/video for the latest script and instructions. Always fetch the latest version and read release notes.
Why Choose Chris Titus’s Script Over Others?
Many debloaters are destructive or "black box" tools that break Windows Update or Windows Security. Chris Titus’s approach stands out for three reasons:
- Transparency – The entire script is open source on GitHub. You can read every line before running it.
- Selective debloating – You choose what to remove. It doesn’t force a "minimalist" setup on everyone.
- Reversibility – Many tweaks can be undone, and you can reinstall Microsoft Store or Defender easily.
Tab 3: Micro-Win (Advanced)
This is for creating a custom Windows 11 installation ISO. Ignore this for a general debloat.
How to approach using Chris Titus’ debloater (concise workflow)
- Clone/download the official GitHub repo for the Windows 11 debloater.
- Inspect README and script options; choose conservative flags.
- Create a system backup (disk image or restore point).
- Run the script in a test VM or secondary machine first.
- Apply to your main system if results are acceptable.
- Keep the original scripts and a note of commands used for future restoration.
