Independent, reader-run journal. Not affiliated with Winhance, memstechtips or Microsoft.
debloatgetting-started

Debloating Windows 11 without breaking it

Removable, reinstallable, or gone forever — a three-tier approach to stripping a Windows install that still has to work on Monday.

Every debloating guide on the internet has the same shape: a list of things to delete, delivered with total confidence. I have followed enough of them to know that confidence is the problem. The interesting question is not what can be removed. It is what can be put back.

So I sort everything Winhance can remove into three tiers, and I only ever move down a tier when I have a reason.

What bloat actually costs

Let me be unromantic about this. A dormant Store app that you never launch costs you disk space and, occasionally, a background update. It does not slow your machine down in any way you will feel.

The things that genuinely cost you are narrower: background tasks that wake on a schedule, telemetry services that batch and upload, content delivery that reaches out to fetch suggestions, and shell extensions that make right-click slower. That is a much shorter list than the forty-item removal checklists suggest.

I still remove more than that, because a machine with fewer moving parts is a machine with fewer things to explain. But I do not pretend the disk-space wins are performance wins.

The three tiers

TierExamplesReversal path
1 — FreeStore apps: Solitaire, Clipchamp, To Do, Xbox extras, Phone Link, most OEM tilesReinstall from the Store in a minute
2 — CostlyOneDrive, Copilot, Recall, Widgets, optional features like WordPad or Media PlayerReinstallable, but via a package or feature dialog, and not always with settings intact
3 — One-wayMicrosoft Edge, some capabilities and system packagesAssume you cannot cleanly put it back on this install

Winhance is honest about tier 3 — the interface marks the things that cannot be reinstalled or re-enabled after removal. Read those labels. They are the most valuable text in the whole application.

The Edge question

I get asked about removing Edge more than anything else, and my answer disappoints people: on a machine I hand to someone, I leave it installed and set a different browser as default.

The reason is not affection for Edge. It is that WebView2 and a surprising number of Windows surfaces — help dialogs, some Settings panes, PDF handoffs, various enterprise sign-in flows — assume a Chromium runtime is present. When it is missing, the failure mode is not a clear error. It is a window that opens blank and stays blank, six weeks later, with no obvious cause.

On my own machines? Gone. I know what I broke and I can rebuild the install in twenty minutes. That is the whole difference.

Order of operations

Removal order matters more than people expect:

Update Windows first

A feature update can reinstall things you just removed, and can reset policy values. Get to a stable build, then strip.

Sign in and let the Store settle

Provisioned apps finish installing in the background after first sign-in. Strip before that and you can end up removing an app that then reappears.

Remove apps, then features, then set policies

Policy values that block content delivery are what stop the removed things from drifting back. Apply them last so they are not overwritten.

Reboot and re-check

Anything that came back is a candidate for a policy, not a second removal.

Why things come back

If you remove suggested apps but leave content delivery enabled, Windows will helpfully re-provision some of them. That is not a bug in your removal, it is the feature working as designed. The values that matter live under HKCU\Software\Microsoft\Windows\CurrentVersion\ContentDeliveryManager: ContentDeliveryAllowed, SilentInstalledAppsEnabled, PreInstalledAppsEnabled, OemPreInstalledAppsEnabled, FeatureManagementEnabled.

Winhance groups all of those under a single master control with Allow, Deny and Custom modes. Deny is the setting that makes a debloat stay debloated.

Verifying you did not break anything

My post-strip checklist, about four minutes:

  • Windows Update runs a check and returns without an error code.
  • The Microsoft Store opens and can load a page.
  • Settings opens every top-level pane without a blank panel.
  • A printer installs, or an existing one still prints a test page.
  • Sound plays, and the mixer shows the right device.
  • A restart completes without a repair prompt.

If any of those fail, the fix is usually to reverse the most recent tier-2 or tier-3 removal, not to start troubleshooting Windows itself.

The one that broke

I removed an optional feature on a client's laptop that turned out to be a dependency for their accounting package's report printer. Nothing failed loudly. Reports simply came out with the wrong fonts, and nobody connected that to me for two weeks.

The dangerous removals are not the ones that break the machine. They are the ones that break something two rooms away, quietly, later.

Since then, tier 2 and tier 3 removals on client machines only happen with a written note of what was removed, kept with the job. Boring, but it turns a mystery into a lookup.


Written by Joseph Savastano. Measurements come from my own machines and are not a promise about yours. Corrections are welcome and get published — send one.