When Your Computer Slows to a Crawl: Getting Rid of Viruses for Good
📅⏱
7 min read
✍️
SolveItHow Editorial Team
⚡
Quick Answer
First, disconnect from the internet to stop data theft. Run a full scan with Windows Defender or a trusted antivirus. Then, use Malwarebytes for stubborn infections and reset your browser settings.
💻
Personal Experience
freelance web developer who's cleaned dozens of infected computers
"Three years ago, my Dell Inspiron 15 started taking 10 minutes to boot up. I'd click on Chrome, and nothing would happen for 45 seconds. I tried the usual—restarting, running Windows Defender—but the pop-ups kept coming every 20 minutes. I finally fixed it after staying up until 2 AM running scans in Safe Mode, but not before losing a week's worth of freelance work."
I was halfway through a client presentation when my laptop started opening random browser tabs advertising miracle weight loss pills. The cursor moved on its own, clicking through my files. That's when I knew—this wasn't just a glitch.
Most people think viruses only happen if you visit shady websites, but I got mine from a seemingly legitimate email attachment. The standard advice of 'install antivirus software' often comes too late once you're already infected. You need a plan that works when you're in the thick of it.
🔍 Why This Happens
Viruses sneak in through email attachments, fake software updates, or compromised websites. Standard advice fails because it assumes you're preventing infections, not removing existing ones. Free antivirus trials often miss rootkits that hide deep in your system, and factory resets wipe everything—including your files. The real challenge is cleaning without losing data or paying for expensive tech support.
🔧 5 Solutions
1
Disconnect and run a full system scan
🟢 Easy⏱ 1-3 hours
▾
This isolates the virus from spreading and uses built-in tools to detect threats.
1
Unplug your internet connection — Physically disconnect the Ethernet cable or turn off Wi-Fi in settings. This stops the virus from sending your data out or downloading more malware.
2
Boot into Safe Mode — Restart your computer and press F8 (or Shift+Restart in Windows 10/11) to access Safe Mode with Networking. This loads only essential programs, making viruses easier to spot.
3
Run Windows Defender Offline — Open Windows Security, go to Virus & threat protection, and click 'Scan options.' Select 'Microsoft Defender Offline scan' and restart. It scans before Windows loads, catching hidden threats.
4
Check for unusual programs — Go to Settings > Apps > Apps & features and sort by install date. Look for anything you don't recognize installed around when problems started—like 'PC Boost 2023' or 'Media Converter Pro.'
💡If Windows Defender finds nothing but you still have issues, viruses might be disguising themselves. Try renaming the scan executable file to something random like 'scan123.exe' to bypass detection.
Recommended Tool
Malwarebytes Premium
Why this helps: It catches threats that traditional antivirus misses, like adware and PUPs, with real-time protection.
We may earn a small commission — at no extra cost to you.
2
Use Malwarebytes for deep cleaning
🟡 Medium⏱ 30-60 minutes
▾
Malwarebytes specializes in removing persistent infections that other scanners overlook.
1
Download Malwarebytes — On a clean device, go to malwarebytes.com, download the installer, and transfer it via USB if your infected computer is offline. Avoid clicking on ads for 'Malwarebytes'—use the official site.
2
Run a custom scan — Open Malwarebytes, go to Scan, and select 'Custom Scan.' Check all drives, especially the C: drive and any external storage. This digs deeper than quick scans.
3
Quarantine detected items — After the scan, review the list of threats. Click 'Quarantine' for all items—this isolates them without deleting, so you can restore false positives later.
4
Reboot and rescan — Restart your computer normally and run another Malwarebytes scan. Sometimes viruses reload from backups; a second scan catches leftovers.
5
Enable real-time protection — In Malwarebytes settings, turn on 'Real-Time Protection' and 'Ransomware Protection.' This blocks new infections while you clean up.
💡For really stubborn viruses, run Malwarebytes in Safe Mode. Hold Shift while clicking 'Scan' to force it to start before normal boot processes.
3
Reset browser and clear hijacks
🟢 Easy⏱ 15 minutes
▾
Many viruses change browser settings to redirect searches or show ads; this reverses those changes.
1
Reset Chrome or Firefox — In Chrome, go to Settings > Advanced > Reset and clean up > Restore settings to their original defaults. In Firefox, go to Help > Troubleshooting Information > Refresh Firefox.
2
Check browser extensions — Go to chrome://extensions or about:addons in Firefox. Remove any extensions you didn't install, especially ones with generic names like 'Web Helper' or 'Search Optimizer.'
3
Clear hosts file edits — Open Notepad as Administrator (right-click > Run as administrator), go to File > Open, navigate to C:\Windows\System32\drivers\etc, open 'hosts' file, and delete any lines except '127.0.0.1 localhost.'
💡If your homepage keeps resetting to a shady site, viruses might have changed registry entries. Use a tool like AdwCleaner (free) to fix this automatically.
4
Remove viruses manually via Command Prompt
🔴 Advanced⏱ 45 minutes
▾
For tech-savvy users, this deletes virus files directly when scanners can't.
1
Open Command Prompt as Admin — Type 'cmd' in Windows search, right-click Command Prompt, and select 'Run as administrator.' This gives you permission to delete system files.
2
Navigate to suspicious folders — Use 'cd' commands to go to common virus locations like C:\Users\[YourName]\AppData\Local\Temp or C:\ProgramData. List files with 'dir' to see recent additions.
3
Delete malicious files — If you find files like 'svchost.exe' in temp folders (real ones are in System32), delete them with 'del filename.exe.' Be careful—only delete if you're sure.
4
Check scheduled tasks — Type 'schtasks /query /fo LIST' to see scheduled tasks. Look for tasks with random names running scripts; delete with 'schtasks /delete /tn "TaskName" /f.'
5
Use System File Checker — Type 'sfc /scannow' and press Enter. This checks for system file corruption caused by viruses and repairs Windows files.
6
Reboot and test — Restart your computer and see if issues persist. Run a quick antivirus scan to confirm removal.
💡Create a backup of critical files to an external drive before manual deletion. One wrong move can break your OS.
5
Perform a clean Windows install as last resort
🟡 Medium⏱ 2-4 hours
▾
When all else fails, reinstall Windows to wipe viruses completely, but back up data first.
1
Back up important files — Copy documents, photos, and non-executable files to an external drive or cloud storage. Avoid backing up programs or .exe files that might be infected.
2
Create Windows installation media — On a clean computer, download the Media Creation Tool from Microsoft, use a USB drive (8GB+), and create bootable installation media.
3
Boot from USB and install — Insert the USB, restart your computer, press F12 for boot menu, select the USB, and follow prompts. Choose 'Custom install' and delete all partitions to ensure a clean slate.
4
Restore files and update — After installation, copy back your files, reinstall programs from official sources, and run Windows Update to patch security holes.
💡Use a tool like Macrium Reflect Free to create a full disk image backup first. If the reinstall goes wrong, you can restore to the infected state and try again.
Recommended Tool
SanDisk Ultra Flair 128GB USB 3.0
Why this helps: It's reliable for creating Windows installation media and transferring backup files without corruption.
We may earn a small commission — at no extra cost to you.
⚠️ When to Seek Professional Help
If viruses cause constant blue screens, you can't boot into Windows, or personal data (like passwords) has been stolen, it's time for professional help. Tech support or a local repair shop can use advanced tools like Kaspersky Rescue Disk. Don't wait if you're dealing with ransomware—paying rarely helps, but experts might recover files.
Removing viruses isn't a one-time fix. I still run weekly scans because new threats pop up all the time. It's frustrating when a simple download turns into hours of cleanup, but sticking to these methods reduces the chaos.
Honestly, some infections might come back, or you might lose a file or two. That's normal. The key is acting fast and not ignoring the early signs—like sudden slowdowns or weird pop-ups. Keep your software updated, and you'll spend less time fixing and more time using your computer.
Look for slow performance, unexpected pop-ups, programs crashing, or unfamiliar icons on your desktop. If your browser homepage changes without your input or files go missing, that's a red flag.
Can I remove a virus without antivirus software?+
Yes, but it's harder. You can use built-in tools like Windows Defender Offline or manually delete files in Safe Mode. For most people, combining Defender with Malwarebytes works better.
Will resetting my PC remove viruses?+
A full factory reset (removing everything) usually wipes viruses, but a 'refresh' that keeps files might not. Always back up data first, as resetting deletes all programs and settings.
How do viruses get on my computer?+
Common ways include email attachments, pirated software, fake updates, or malicious ads on websites. Even trusted sites can be compromised, so keep your browser and OS updated.
Is Windows Defender enough to remove viruses?+
Often, yes—it catches most threats. But for persistent adware or rootkits, pair it with Malwarebytes. Defender's offline scan is particularly effective for deep infections.
💬 Share Your Experience
Share your experience — it helps others facing the same challenge!