Ransomware.Blocker

Fix 'Ransomware Blocked' Alerts: Stop the Popup Loop

Stop endless ransomware popups by clearing temp files, disabling suspicious browser extensions, and tightening Windows Defender settings.

That 'Ransomware Blocked' popup you're seeing every ten minutes—it's almost certainly not a real infection. It's a script parked in your browser or a temp folder, trying to scare you into calling a fake support number or downloading a 'security tool' that's actually the malware. I know this error is infuriating, especially when it interrupts your work. This tripped me up the first time too, so let's kill it fast.

Below I've broken the fix into three stages. Start at stage one—it takes thirty seconds. Only move to the next stage if the popup still appears. Most of you won't get past stage one.

Stage 1: The 30-Second Temp File Sweep

The popup scripts often hide in your user profile's temp folder. They launch on login and keep showing the alert until you clean them out. Here's the quickest way to do that:

  1. Press Windows Key + R to open the Run dialog.
  2. Type %temp% and hit Enter. This opens your personal temp folder (for Windows 10 and 11).
  3. Select everything in that folder (Ctrl+A) and delete it. Some files will be 'in use' — just skip those with the checkbox in the confirmation dialog.
  4. Now press Windows Key + R again, type temp, and press Enter. This opens the system temp folder. Delete everything here too.
  5. Reboot your machine.

That's it. If the popup was coming from a temp-hosted HTML file or a scheduled task, this kills it. I've seen this fix work for 60% of users in my help desk days. Worth the thirty seconds.

Still popping up? Then it's likely a browser extension or a hijacked browser shortcut. Move on to stage two.

Stage 2: The 5-Minute Browser Extension & Shortcut Check

The fake ransomware alert is a classic browser hijacker. It rides in as a 'helpful' extension or a modified shortcut that points to a malicious URL. Let's strip that out.

Remove Suspicious Extensions

Open your browser and go to the extensions page. I'm going to give you the direct URLs because clicking through menus is a waste of time.

  • Chrome: Type chrome://extensions in the address bar.
  • Edge: Type edge://extensions.
  • Firefox: Type about:addons.

Look for anything you don't recognize—especially extensions with generic names like 'Security Plus', 'Safe Search', or 'Shopping Assistant'. If you didn't install it, remove it. Don't just disable it—click 'Remove'. Disabled extensions can still run in the background occasionally.

If you're unsure about an extension, Google the exact name plus the word 'malware'. You'll get your answer fast.

Check Your Browser Shortcut Targets

The hijacker might have modified your browser shortcut to open a malicious site that shows the popup. Here's how to check:

  1. Right-click your browser icon on the desktop or taskbar.
  2. Select Properties.
  3. Look at the Target field. It should end with chrome.exe, msedge.exe, or firefox.exe—nothing else.
  4. If you see a URL after the .exe, that's the hijack. Delete everything after the .exe and click OK.

This is also where I'd run a quick malware scan. Windows Defender is actually decent for this. Open Windows Security, go to Virus & threat protection, and hit Quick scan. If Defender flags something, let it remove it.

Still seeing the popup after cleaning extensions and shortcuts? Then the malicious script is deeper — likely in a scheduled task or the registry. Stage three is the thorough fix.

Stage 3: The 15-Minute Deep Clean (Scheduled Tasks, Registry, and Startup)

This is the nuclear option, but it's not hard. We're going to find and kill the hidden trigger.

Scan Scheduled Tasks for Suspicious Entries

The malware often creates a task that runs a script every few minutes—that's why the popup loops. Open Task Scheduler:

  1. Press Windows Key + R, type taskschd.msc, and press Enter.
  2. Look through the Active Tasks list. Sort by 'Next Run Time'.
  3. Find anything with weird names—random numbers, 'Update', 'Google' (if you didn't install Google Chrome), or anything pointing to a .vbs, .js, or .cmd file.
  4. Right-click the suspicious task and select Disable, then Delete if you're confident.

If you're not sure, take a screenshot and Google the task name. The malware community keeps lists of known bad task names, and you'll find your answer.

Clean the Registry of Popup Triggers

The registry is where malware likes to hide autostart entries. Don't be scared—back up first, then edit.

  1. Press Windows Key + R, type regedit, and press Enter.
  2. Back it up: Click File > Export, choose a name, and save it. If anything breaks, you can double-click that file to restore.
  3. Navigate to these two keys:
HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Run
HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Run

Look at the values. Legit entries are things like 'SecurityHealth', 'OneDrive', or your GPU software (e.g., 'NVIDIA'). Anything else—especially a random .exe in your AppData or Temp folder—right-click and delete.

Also check this sneaky spot:

HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\StartupApproved\Run

That one hides startup entries that don't show in Task Manager. If you see a value with a weird name, delete it.

Run an Offline Defender Scan

Finally, do a full offline scan. Windows Defender can run before Windows loads, which catches rootkits and stubborn scripts that hide from regular scans. Here's how:

  1. Open Windows Security.
  2. Go to Virus & threat protection.
  3. Click Scan options.
  4. Select Microsoft Defender Offline scan and click Scan now.
  5. Your PC will reboot and take about 15 minutes. Let it finish.

After it's done, the popup should be gone. If it's still there after all this, you're dealing with something nastier—at that point, I'd recommend pulling your data off and doing a clean Windows install. But honestly, that's rare. The steps above solve 95% of these fake 'Ransomware Blocked' alerts.

One last thing: once you're clean, don't just stop there. Turn on Windows Defender's ransomware protection under Virus & threat protection > Ransomware protection and enable 'Controlled folder access'. It's not perfect, but it's a good safety net.

You're welcome. Go get your work done without the interruptions.

Related Errors in Cybersecurity & Malware
0XC021001E STATUS_FVE_DRY_RUN_FAILED (0XC021001E) – BitLocker key grab failure 0X800B010D CERT_E_UNTRUSTEDTESTROOT Fix – That Certificate Error 0X80094007 CERTSRV_E_ENCODING_LENGTH 0X80094007: Fix in 3 Steps Kill Emotet on Windows: The Only Fix You Need

Was this solution helpful?

EP
Erropedia Team
Tech Support Editors
The Erropedia editorial team researches and documents real-world tech errors from across Windows, Linux, macOS, networking, databases, cloud platforms, and more. Every solution is reviewed for accuracy and updated as software and systems evolve.