HardeningKitty Windows hardening

Every Patch Tuesday adds fresh reminders that Windows 11 ships with defaults optimized for a broad consumer audience, not for a threat-conscious user. Recent April 2026 patches addressed a RAM-based flaw capable of bypassing Virtualization-Based Security, which is exactly the kind of thing hardening tools are built to catch before it lands on your machine. Beyond patch response, the same defenses tighten telemetry, restrict script execution, and shut off the attack surface a home user never uses.

We tested 8 free Windows 11 hardening tools against a stock Windows 11 24H2 install, judged on how much they change (with visibility), how easily changes can be reverted, and how well they document what each setting actually does.

What to look for in a Windows hardening app

Bad hardening tools flip 200 registry keys with no explanation and leave you locked out of Xbox Live. Good ones show their work.

Quick comparison table

App Best for Platforms Free plan Starting price/mo Rating
HardeningKitty Enterprise baseline auditing Windows Fully free Free Trusted in the security community
privacy.sexy Category-based script generation Windows, macOS, Linux Fully free Free Actively maintained on GitHub
ConfigureDefender Windows Defender hardening Windows Fully free Free Focused single-purpose tool
O&O ShutUp10++ Telemetry and tracking reduction Windows Fully free Free Long-running
Chris Titus WinUtil Combined debloat and tweaks Windows Fully free Free Popular open-source utility
W11Debloat Debloat via PowerShell Windows Fully free Free Simple debloat script
ThisIsWin11 Guided post-install cleanup Windows Fully free Free Well-known
Windows Firewall Control Outbound firewall UX Windows Free tier Around $10 one-time Pro Rated well by users

The apps

1. HardeningKitty – Best for auditing against a real security baseline

HardeningKitty is a PowerShell script from Swiss security firm scip.ch that audits a Windows install against published hardening baselines (CIS, DISA STIG, BSI). It reports every deviation, and can apply fixes selectively. The output is the closest thing a home user gets to an enterprise security audit.

Where it falls short: Command-line only. Reading the report takes time, and applying every recommendation on a home PC will break some Microsoft Store apps.

Pricing:

Platforms: Windows

Download: GitHub

Bottom line: The best pick when the goal is a serious baseline audit, not a one-click cleanup.

2. privacy.sexy – Best for cherry-picking hardening scripts

privacy.sexy is a web app (also downloadable as a desktop tool) that lets you select individual hardening actions across a category tree, then exports a PowerShell script you can review before running. Every action has an inline description and links to Microsoft documentation.

Where it falls short: Some categories overlap; a “Standard” plus “Strict” selection can produce redundant script blocks.

Pricing:

Platforms: Windows, macOS, Linux (web and desktop)

Download: Official site · GitHub

Bottom line: The best pick for a user who wants to understand every change before it happens.

3. ConfigureDefender – Best for tuning Windows Defender

ConfigureDefender exposes the settings that Windows Defender’s own UI hides: Attack Surface Reduction rules, PUA protection, cloud-delivered protection level, controlled folder access. Three preset levels (Default, High, Max) plus manual overrides.

Where it falls short: Max preset breaks some game launchers and legitimate tools that use unsigned scripts.

Pricing:

Platforms: Windows

Download: GitHub

Bottom line: Set to High for most home users; go to Max only if you rarely install new software.

4. O&O ShutUp10++ – Best for telemetry and tracking reduction

O&O ShutUp10++ is the veteran privacy tool for Windows 10 and 11. It groups every telemetry, ad, and tracking setting into recommended, limited, and not recommended tiers. A single click applies the recommended set; individual sliders let you keep the ones you rely on.

Where it falls short: Some settings are duplicated across categories; large Windows updates occasionally reset a subset of changes.

Pricing:

Platforms: Windows

Download: Official site

Bottom line: Run it after every major Windows 11 upgrade to reset the telemetry defaults.

5. Chris Titus WinUtil – Best combined debloat and hardening

Chris Titus WinUtil is a single PowerShell script (invoked with irm https://christitus.com/win | iex) that opens a GUI covering debloat, tweaks, install of common tools, and hardening. Every action is checked in from a public GitHub repo, and community review is active.

Where it falls short: “Run a script from a URL” is a legitimate concern; read the source before running.

Pricing:

Platforms: Windows

Download: GitHub

Bottom line: The right tool if you want debloat, tweaks, and hardening in one pass with a clear list of what will change.

6. W11Debloat – Best for a minimal PowerShell debloat pass

W11Debloat is a small, focused script that removes the OneDrive, Copilot, Recall, and store-app bloat a stock Windows 11 install ships with. It prompts before each action, and the changes are individually reversible.

Where it falls short: Scope is narrow; it will not do broader hardening.

Pricing:

Platforms: Windows

Download: GitHub

Bottom line: The lightest-touch option for cleaning up a fresh Windows 11 install.

7. ThisIsWin11 – Best guided post-install setup

ThisIsWin11 is a GUI that walks a new user through debloat, tweaks, and app installation with plain-English explanations. Its “packages” concept lets you install and remove groups of tools at once.

Where it falls short: The app is less about hardening and more about polish; use it alongside a security-focused tool.

Pricing:

Platforms: Windows

Download: GitHub

Bottom line: The friendliest onboarding for a fresh install, especially for less technical family members.

8. Windows Firewall Control – Best for outbound firewall UX

Windows Firewall Control puts a usable layer on top of Windows Defender Firewall so you can actually manage outbound connections. Alert-based mode surfaces every new outbound attempt for approval, which is the fastest way to see what a stock Windows install phones home about.

Where it falls short: Alert mode is noisy for the first week; expect to tune it.

Pricing:

Platforms: Windows

Download: Official site

Bottom line: The tool that turns Windows’s built-in firewall from a checkbox into an actual privacy control.

How to pick the right one

FAQ

Is Windows 11 secure out of the box? It is more secure than any previous Windows release, but the default settings prioritize consumer features over privacy and lockdown. Hardening tools close specific gaps.

Which hardening tool is safest to try first? privacy.sexy, because it shows the exact script before you run anything. Read the actions, uncheck what you rely on, then export and review the generated PowerShell.

Will hardening break my games or apps? Some hardening choices break specific apps. Attack Surface Reduction rules can block Xbox Game Bar and some game launchers. Strict Defender exclusions can block Steam installers. Roll back individual settings when something breaks.

Do I still need a separate antivirus after hardening? Windows Defender configured with ConfigureDefender on High or Max is competitive with most third-party antiviruses for home use. A second AV usually creates conflicts rather than protection.

How often should I re-run hardening tools? After every feature update to Windows 11 (roughly annually) and after any Microsoft Store reset. Feature updates commonly re-enable telemetry settings.

Are these tools safe to install? Every tool on this list is open source or from a long-established vendor. Download from the linked official sources; avoid mirror sites.