Rootkit
A rootkit is malware designed around one goal: staying hidden. Rather than simply running as a process you might notice in Task Manager, a rootkit modifies how the operating system reports information about itself, so infected files, processes, or network connections don't show up at all — even to tools that would normally catch them.
Where rootkits sit on a Windows system
- User-mode rootkits — intercept API calls that applications use to list files and processes
- Kernel-mode rootkits — operate at the same privilege level as Windows itself, able to alter what the OS reports to every program running above it
- Bootkits — infect the boot process before Windows even loads, surviving reinstalls that don't touch the boot sector
- Firmware rootkits — the rarest and most persistent, living in UEFI firmware rather than on the drive
Kernel-mode rootkits are the most common serious variant on consumer Windows machines, usually arriving bundled with a trojan or dropped by a separate exploit.
Why normal scans can miss them
A standard antivirus scan asks Windows for a list of running processes and files, then checks that list against known threats. A kernel-mode rootkit can alter the answer Windows gives back, so the malicious process is simply never listed. This is different from social-engineering-based malware like phishing payloads, which rely on tricking a person rather than tricking the operating system.
Because of this, rootkit detection generally requires either signature-based detection before the rootkit loads, behavior monitoring that catches the initial installation, or an offline scan run from bootable media that never lets the infected Windows kernel load in the first place.
Warning signs, even when hidden
- Windows Security or third-party antivirus turns itself off and won't stay enabled
- Network traffic shows outbound connections that Task Manager doesn't account for
- The system clock, file timestamps, or free disk space don't add up
- A scan reports the machine clean, but symptoms of infection persist
Removal in practice
For user-mode rootkits, an up-to-date anti-malware scan with real-time protection enabled — such as Malwarebytes Premium — will often catch the dropper before the rootkit component fully installs. For kernel-mode or boot-level infections, many security professionals recommend a full wipe and clean reinstall of Windows from trusted media rather than attempting in-place removal, since there's no fully reliable way to confirm a compromised kernel has been completely cleaned.
Frequently asked questions
Can a rootkit survive a Windows reinstall?
A standard reinstall removes most rootkits, but bootkits and firmware-level rootkits can survive if they live outside the partition being wiped, which is why a full drive wipe is sometimes recommended.
Does Malwarebytes detect rootkits?
Malwarebytes includes rootkit detection as part of its scanning engine, though catching the initial installer before it loads is generally more reliable than removing an already-active kernel-mode rootkit.
Are rootkits still common on home PCs?
They're less common than trojans or adware because they require more sophistication to build and deploy, but they still appear bundled with certain trojan and banking-malware campaigns.
Malware-Bytes.net is an independent information resource about malware protection for Windows. We are not Malwarebytes, and this site is not the official Malwarebytes website or support channel. Malwarebytes is a trademark of Malwarebytes Inc.