Stop Chrome pop-up ads: adware removal guide (2025)

Cybersecurity & Malware Intermediate 👁 1 views 📅 May 29, 2026

Chrome keeps showing pop-up ads? It's usually push notification spam or a browser hijacker. Here's how to kill both, step by step.

Cause #1: Push notification spam from shady sites

This is by far the most common reason Chrome shows pop-up ads. You (or someone using your machine) clicked "Allow" on a fake CAPTCHA or a "Your video is ready" prompt. What's actually happening here is that Chrome's push notification API is being abused: the site gets a persistent permission to send notification pop-ups even when the page isn't open.

The fix is simple and doesn't require any third-party tools. Open Chrome, click the three-dot menu (top right) > Settings > Privacy and security > Site Settings > Notifications. Under "Allow," you'll see a list of domains that can send you notifications. Look for anything you didn't deliberately approve — common ones are news-update-alert.com, pushnotification-ads.net, or coupon-finder.com. Click the three dots next to each and select "Remove" or "Block."

If you're dealing with a ton of them, click the toggle at the top to switch from "Sites can ask to send notifications" to "Don't allow sites to send notifications." That nukes the entire list and stops future prompts. Downside: you'll have to manually re-enable notifications for sites you actually want (like Google Calendar or Slack). But honestly, most people don't need Chrome notifications at all.

One gotcha: some adware reinstalls these permissions after you remove them. If that happens, skip straight to Cause #3.

Cause #2: A rogue extension hijacking your browser

If you've already killed notifications and ads still appear, the next suspect is a malicious Chrome extension. These extensions look legitimate — they might call themselves "Save to Pinterest" or "Weather Pro" or "Ad Blocker Plus" — but their real job is injecting ads into every page you visit, including Google.com itself.

What's happening here is extension-level JavaScript injection. The extension rewrites the DOM of whatever page you're on, adding <div> layers that display ads, often as pop-up overlays. The reason this works is that extensions have permissions to read and change data on all websites unless you explicitly deny them.

To check, go to chrome://extensions (type that into the address bar). Look for extensions you don't recognize, especially ones with vague names or no developer info. If you're not sure, Google the extension name + "malware" or "adware." Toggle off any suspect extension and see if the pop-ups stop. If they do, click "Remove" on that extension.

If you can't remove an extension (the button is greyed out or says "Managed by your organization"), that's a strong sign you have a system-level adware infection. Skip to Cause #3.

Cause #3: System-level adware or browser hijacker

This is the nasty one. The adware has installed itself at the OS level—usually as a program in Windows or a .app bundle on macOS—and it's modifying Chrome's settings through the registry (Windows) or plist files (macOS). Even if you reset Chrome, it re-infects on restart.

On Windows 10/11, open Control Panel > Programs > Uninstall a program. Sort by date installed. Look for anything you didn't install that was added around the time the pop-ups started. Common names: "AppUpdater," "SearchProtect," "WebCake," "Softonic toolbar." Uninstall those. Then run a full scan with Windows Defender (now called Windows Security): Settings > Update & Security > Windows Security > Virus & threat protection > Scan options > Full scan. Don't bother with free third-party scanners—Windows Defender is actually good now and doesn't come with its own adware.

On macOS, open Finder > Applications. Look for anything weird in the list—often named something like "InstallCheck" or "BrowserUpdater." Drag them to Trash, then empty it. Then use Malwarebytes for Mac (free version is fine; the trial of the premium version is not needed) to scan and remove leftover components. I've seen this clean out hijackers that manual deletion misses.

After cleaning the OS, you need to nuke Chrome's settings so the hijacker can't come back. Go to chrome://settings/reset and click "Reset settings to their original defaults." This removes all extensions, cookies, site data, and notification permissions. It will not delete your bookmarks or passwords if you're synced to a Google account, but if you're not synced, it's a hard reset.

One more thing: check your browser's startup pages. In Chrome Settings > On startup, make sure "Open a specific page or set of pages" doesn't point to some adware landing page. If it does, click the three dots next to it and remove it.

Quick-reference summary

CauseSymptomFix
Push notificationsAds appear as Chrome notification pop-ups (bottom right of screen)Go to chrome://settings/content/notifications, remove/all bad sites
Rogue extensionAds appear inside web pages as overlays or bannersGo to chrome://extensions, disable/remove unfamiliar extensions
System adwareAds return after fixes; you can't remove an extension; Chrome settings change on restartUninstall suspicious programs, run OS malware scan, reset Chrome to defaults

That's it. You don't need to wipe your whole computer, and you don't need to pay for any software. Work through the list in order, and 99% of the time you'll be free of pop-up ads in fifteen minutes.

Was this solution helpful?