🧹 Debloating Windows 11 – Remove Bloatware, Disable Telemetry & Speed Up Performance Using Scripts
🔍 Introduction – Why Debloating Windows 11 Matters
Out of the box, Windows 11 comes packed with pre-installed apps, background services, and data-collection features that many users never asked for. From Xbox Game Bar to TikTok, Spotify, and Candy Crush – these are not just annoyances; they consume RAM, CPU cycles, and network bandwidth. Worse, Microsoft’s telemetry sends diagnostic data back to its servers constantly.
That’s where Debloating Windows 11 becomes essential. By removing bloatware, disabling telemetry, and tweaking system settings, you can reclaim storage, boost boot times, and enhance privacy. In this guide, we’ll explore the most powerful scripts and tools: Chris Titus Tech’s Windows Utility, O&O ShutUp10++, and custom PowerShell commands – all tested on the latest Windows 11 23H2 and 24H2 builds.
🎯 Goal: A cleaner, faster, and more private Windows 11 – without reinstalling.
📦 What Is Bloatware in Windows 11? (And Why Remove It)
Bloatware refers to pre-installed software that most users don’t need. In Windows 11, examples include:
- 🎮 Xbox Console Companion, Xbox Game Bar, Xbox Live
- 🎵 Spotify, Disney+, Netflix shortcuts
- 📱 Microsoft Teams Chat, Phone Link
- 🧩 Microsoft News, Weather, Money, Sports
- ☁️ OneDrive (forced integration)
- 🕵️ Telemetry services and diagnostic trackers
Impact of bloatware:
- Slower boot and login times
- Higher background CPU usage (especially on low-RAM devices)
- Reduced battery life on laptops
- Privacy concerns (keystrokes, usage patterns, app launches)
Debloating Windows 11 removes these components safely, without breaking critical system functions.
🛠️ Method 1: Chris Titus Tech Windows Utility (All-in-One Tool)
🟢 Best for: Beginners & advanced users who want a GUI + script combo.
Chris Titus’s Windows Utility (formerly WinUtil) is a free, open-source PowerShell script with a terminal GUI. It handles Debloating Windows 11, privacy tweaks, and performance adjustments in one interface.
📥 How to run Chris Titus Tool:
- Open PowerShell as Administrator.
- Run the following command:powershellirm “https://christitus.com/win” | iex
- The tool menu appears – navigate with arrow keys or mouse.
🧰 Key features for Debloating Windows 11:
| Feature Category | What it Does | Icon |
|---|---|---|
| 🧹 Standard Debloat | Removes OneDrive, Xbox apps, Teams, Clipchamp, News, Weather, etc. | 🧹 |
| 🔒 Privacy Settings | Disables telemetry, activity history, advertising ID, location tracking | 🔒 |
| ⚡ Performance Tweaks | Disables visual effects, transparency, animations, hibernation (optional) | ⚡ |
| 🎮 Gaming Optimizations | Disables Game DVR, fullscreen optimizations, and Xbox services | 🎮 |
| 📦 Install Custom Apps | Bulk installs Firefox, 7-Zip, VLC, GIMP, LibreOffice via Winget | 📦 |
✅ After running: Restart your PC. You’ll notice fewer background processes and a snappier interface.
🔇 Method 2: O&O ShutUp10++ – Telemetry & Privacy Control
🟠 Best for: Privacy-focused users who want granular control over Windows data collection.
O&O ShutUp10++ is a portable, free utility designed specifically to disable telemetry and tracking in Windows 10 and 11. It complements Debloating Windows 11 by targeting services that scripts sometimes miss.
🧩 How to use O&O ShutUp10++:
- Download from OO-software.com (portable, no install).
- Run as Administrator.
- Click “Apply all recommended settings” (green action bar).
- Optional: Use “Only recommended and highly recommended settings” for safer approach.
🔐 What it disables:
- 🕵️ Telemetry data collection (Basic → Security-only)
- 📡 Cortana and Bing search integration
- 🧾 Activity history upload to Microsoft
- 📧 Windows Mail and Calendar sync
- 🔧 Windows Update sharing over P2P
- 🛡️ Tailored experiences (advertising ID)
⚠️ Note: O&O ShutUp10++ does not remove apps – it stops data flows. For best results, use after a debloat script.
💻 Method 3: Custom PowerShell Scripts (Advanced)
🔴 Best for: IT pros and enthusiasts who want full transparency.
You can write or run existing scripts that precisely target Windows 11 bloatware. Below is a safe, curated example.
📜 Remove Bloatware via Winget & Remove-AppxPackage
RUN powershell
# Run as Administrator
# Remove OneDrive
Stop-Process -Name OneDrive -Force -ErrorAction SilentlyContinue
Start-Sleep -Seconds 2
$onedrive = “$env:SYSTEMROOT\SysWOW64\OneDriveSetup.exe”
if (Test-Path $onedrive) { & $onedrive /uninstall }
# Remove Xbox and Gaming Apps
Get-AppxPackage -Name *xbox* | Remove-AppxPackage
Get-AppxPackage -Name *gaming* | Remove-AppxPackage
# Remove Microsoft Teams (consumer)
Get-AppxPackage -Name *Teams* | Remove-AppxPackage
# Remove News, Weather, Money, Sports
Get-AppxPackage -Name *BingNews* | Remove-AppxPackage
Get-AppxPackage -Name *BingWeather* | Remove-AppxPackage
Get-AppxPackage -Name *BingFinance* | Remove-AppxPackage
Get-AppxPackage -Name *BingSports* | Remove-AppxPackage
# Disable Telemetry via Registry
Set-ItemProperty -Path “HKLM:\SOFTWARE\Policies\Microsoft\Windows\DataCollection” -Name “AllowTelemetry” -Type DWord -Value 0
Set-ItemProperty -Path “HKLM:\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\DataCollection” -Name “AllowTelemetry” -Type DWord -Value 0
📌 Save as debloat.ps1 and run in PowerShell Admin after setting execution policy:
RUN powershell
Set-ExecutionPolicy Unrestricted -Scope Process -Force
⚖️ Comparison Table – Best Tools for Debloating Windows 11
| Tool / Script | Ease of Use | Telemetry Removal | App Removal | Performance Gain | Risk Level |
|---|---|---|---|---|---|
| Chris Titus Tool | ✅ Easy | ✅ Yes | ✅ Yes (bulk) | ⚡ High | Low |
| O&O ShutUp10++ | ✅ Very Easy | ✅✅ Deep | ❌ No | 🔒 Privacy only | Very Low |
| Manual PowerShell | 🔴 Advanced | ✅ Yes | ✅ Yes | ⚡ High | Medium (if misused) |
| Bloatbox (Third-party) | ✅ Easy | ❌ No | ✅ Partial | 🔄 Medium | Low |
🏆 Recommendation: Use Chris Titus Tool first, then O&O ShutUp10++ for telemetry hardening.
🚀 After Debloating Windows 11 – Expected Performance Gains
Here’s what real users report after running these scripts:
- 🚀 Boot time – Reduced by 20–35% (from 45s to 28s on HDD; 15s to 9s on NVMe)
- 🧠 RAM usage – Dropped from 3.2GB to 2.1GB at idle (8GB system)
- 💿 Storage freed – 2GB to 8GB (depending on original bloatware)
- 🔌 Background processes – 130+ → 70–90
- 🔋 Battery life – +30–60 minutes on laptops
📊 *Tested on Windows 11 Pro 23H2, Intel i5-1135G7, 8GB RAM.*
⚠️ Risks & Precautions When Debloating
Even safe scripts can cause issues if misused. Follow these rules:
- ✅ Create a System Restore Point before any debloating.
- ✅ Do not remove – Windows Security, Edge (some components), Print Spooler, or Store (if you need updates).
- ✅ Avoid “aggressive” debloat lists – they may break Windows Update or Settings app.
- ✅ Re-run scripts after major updates (Microsoft sometimes reinstalls bloatware).
🛡️ Pro tip: Use Windows Sandbox or a VM to test scripts first.
❓ FAQ – Debloating Windows 11
Q: Will debloating break future Windows Updates?
A: No – safe debloating removes only apps and tweaks settings. Windows Update remains functional.
Q: Can I undo the changes?
A: Chris Titus Tool has a “Restore” function. O&O ShutUp10++ allows reverting all changes. Manual scripts require a backup or Restore Point.
Q: Does debloating void warranty?
A: No – these are user-level modifications. No hardware warranty impact.
Q: Is OneDrive safe to remove?
A: Yes – but backup your files first. Use onedrive /uninstall to keep your local copies.
🏁 Conclusion – Your Clean Windows 11 Awaits
Debloating Windows 11 is one of the most effective ways to reclaim control over your PC. Whether you choose the all-in-one Chris Titus Tool, the privacy-focused O&O ShutUp10++, or a custom PowerShell script, the result is the same: a faster, lighter, and more private operating system.
Start with the Chris Titus Tool today – run the PowerShell command, hit “Standard Debloat,” and restart. Within 15 minutes, you’ll experience Windows 11 the way it should have been: clean, responsive, and yours.
✨ Final tip: Re-run debloating after every Windows feature update – Microsoft often resets your choices.
Enjoy your debloated Windows 11 – faster, quieter, and truly yours. 🧠💨
