Security & Malware

How to Remove Malware from Windows Without Third-Party Antivirus

Windows already includes everything you need to remove most malware — if you use the tools in the right order.

Daniel MercerDaniel MercerUpdated Jun 29, 202610 min read
How to Remove Malware from Windows Without Third-Party Antivirus
Table of contents

Disconnect From the Network First

Before doing anything else, unplug the Ethernet cable or disable Wi-Fi. This prevents data exfiltration, halts command-and-control beacons, and stops the malware from updating itself mid-removal.

Step 1 — Run Microsoft Defender Offline Scan

Settings → Privacy & security → Windows Security → Virus & threat protection → Scan options → Microsoft Defender Antivirus (offline scan). This reboots into a minimal WinPE environment where malware cannot hide behind a running OS — the single most effective built-in tool against persistent threats.

Step 2 — Run the Malicious Software Removal Tool

Press Win + R, type mrt.exe, and run a full scan. MSRT targets prevalent malware families and is updated monthly by Microsoft.

Step 3 — Audit Autoruns

Download Autoruns from Microsoft's Sysinternals page. Run as Administrator, then in Options enable Hide Microsoft Entries and Verify Code Signatures. Anything unsigned, recently added, or with a suspicious publisher should be investigated — right-click → Search Online to verify.

Step 4 — Reset Browser Profiles

Browser-based persistence (malicious extensions, hijacked search providers) survives most antivirus scans. In Edge, Chrome, and Firefox, fully reset settings and remove unrecognized extensions.

Step 5 — Change Critical Passwords from a Clean Device

After cleaning, assume credentials may have been captured. Change passwords for email, banking, and Microsoft account from a different, known-clean device.

When to Reinstall Windows Instead

If you see ransomware activity, kernel-mode rootkit indicators (unsigned drivers in HKLM\SYSTEM\CurrentControlSet\Services), or repeated re-infection after cleaning, do not try to clean further. Back up data, wipe the drive, and reinstall Windows from a Microsoft ISO.

Frequently asked questions

Is it safe to apply these remove malware Windows fixes myself?

Yes. Every step in this guide uses built-in Windows tools or official Microsoft utilities. We recommend creating a System Restore point before making registry or driver-level changes so you can roll back if needed.

Will I lose any data?

None of the procedures in this guide modify your personal files. We still recommend keeping a current backup of important documents — a good habit before any system-level repair.

Do these solutions work on both Windows 10 and Windows 11?

Yes. The instructions cover Windows 10 (22H2) and Windows 11 (23H2 and 24H2). Where steps differ between versions, we call it out explicitly.

Related Security guides

SecurityPillar Guide

How to Remove Malware from Windows Without Reinstalling the OS

Encountering malware on your Windows system can be a deeply unsettling experience, often leading to the immediate thought of a complete system reinstallation. While a clean slate is sometimes necessary, it's frequently an overreaction that costs valuable time and data. This comprehensive guide outlines a systematic approach to effectively cleanse your Windows installation of malicious software, preserving your applications and personal files.

12 min readRead guide
Security

Resolving 'Windows Defender Turned Off by Group Policy' Errors

Encountering the message "Windows Defender Antivirus is turned off by group policy" can be frustrating, especially when you know you need robust protection. This issue typically indicates that a system setting, whether local or network-managed, is preventing Defender from running. Fortunately, there are clear steps to identify and rectify the underlying cause.

9 min readRead guide
Security

Investigating Unknown Svchost.exe Processes: A Comprehensive Guide

Encountering an unfamiliar 'svchost.exe' process in your Windows Task Manager can be unsettling, often raising concerns about system stability or even malware. This guide provides a detailed, step-by-step approach to safely investigate and determine the nature of these processes, empowering you to distinguish between legitimate system operations and potential threats. We'll leverage built-in Windows tools to demystify svchost and ensure your system remains secure.

9 min readRead guide