How to Disable Popups in Any Browser or Device

Popups are one of the most disruptive parts of browsing the web. Some are harmless — cookie consent notices or newsletter prompts — but others are aggressive, misleading, or outright dangerous. Knowing how to disable them, and understanding which popups you're actually dealing with, makes a real difference to both your experience and your security.

What Are Popups and Why Do They Appear?

A popup is any window, overlay, or tab that appears without you explicitly requesting it. They fall into a few distinct categories:

  • Browser-generated popups — new windows or tabs opened by a website's JavaScript
  • Overlay popups — elements that appear on top of page content (newsletter signups, cookie banners, discount offers)
  • Push notification prompts — browser requests asking permission to send you alerts
  • Ad-injected popups — caused by adware installed on your device, not the website itself
  • Malicious redirects — fake alerts designed to look like system warnings

The fix that works for one type often does nothing for another. That's the key distinction most guides skip over.

How to Block Popups in Major Browsers 🖥️

Every major browser includes a built-in popup blocker. It's usually enabled by default, but it can get switched off — especially if you've previously allowed popups on a site that then abused the permission.

Google Chrome

Go to Settings → Privacy and Security → Site Settings → Pop-ups and redirects. Set it to "Don't allow sites to send pop-ups or use redirects." While you're there, check the Notifications section under Site Settings — this controls the push notification permission separately, which many people confuse with popups.

Mozilla Firefox

Navigate to Settings → Privacy & Security → Block pop-up windows. Make sure the checkbox is ticked. Firefox also lets you manage exceptions — websites you've previously allowed — which is worth reviewing if popups have been slipping through.

Safari (Mac and iOS)

On Mac: Safari → Settings → Websites → Pop-up Windows — set it to Block or Block and Notify. On iPhone or iPad: go to Settings → Safari and toggle on Block Pop-ups.

Microsoft Edge

Go to Settings → Cookies and site permissions → Pop-ups and redirects and toggle it off. Edge is Chromium-based, so the layout closely mirrors Chrome.

Overlay Popups: A Different Problem

The browser's built-in blocker handles new windows and tabs — it does nothing about on-page overlay popups. Those cookie consent banners, email capture forms, and chat widgets are part of the page's HTML and CSS, not separate windows.

To deal with these, you need a content blocker or browser extension. Options in this category generally work by filtering out specific page elements based on rules. Well-known filter lists like EasyList and Fanboy's Annoyance List specifically target overlay elements and are used by many content-blocking tools.

The tradeoff is that aggressive filtering can occasionally break page layouts or hide legitimate content. How much that matters depends on which sites you use and your tolerance for occasional display issues.

Popups Caused by Adware: A Security Issue, Not a Browser Setting ⚠️

If you're seeing popups that follow you across multiple websites, appear even on trusted sites, or include fake virus warnings — your browser settings probably aren't the problem. Adware is software installed on your device (often bundled with free software downloads) that injects ads and popups into your browsing sessions.

Signs this might apply to you:

  • Popups appear on sites that normally have none
  • Your browser homepage or default search engine changed without your input
  • Browser extensions appeared that you didn't install

In this case, the path forward involves checking your installed browser extensions for anything unfamiliar, reviewing your device's installed programs, and potentially running a malware scan. Changing browser settings won't resolve the underlying issue.

Push Notifications: The Popup You Gave Permission For

Many users mistake push notification alerts for popups caused by the site or their browser settings. In reality, if a site is sending you notifications, you at some point clicked "Allow" on the browser's permission prompt — sometimes without realizing it.

To revoke these permissions:

BrowserWhere to Manage Notifications
ChromeSettings → Privacy and Security → Site Settings → Notifications
FirefoxSettings → Privacy & Security → Permissions → Notifications
Safari (Mac)Settings → Websites → Notifications
EdgeSettings → Cookies and site permissions → Notifications

Look through the Allowed list. Sites you don't recognize should be removed. On mobile, notification permissions are also managed at the operating system level — in your phone's app settings for the browser itself.

Mobile Devices: iOS and Android Differences

On iOS, Safari's popup blocker is the main tool and is supplemented by content blocker apps downloaded from the App Store. Third-party browsers on iOS follow similar App Store guidelines, so options are somewhat more limited than on desktop.

On Android, Chrome behaves much like the desktop version. You have full access to site permission controls, and third-party browsers with built-in ad blocking (like Brave or Firefox with uBlock Origin) are genuine options that give you significantly more control over what loads on a page.

The level of control available to you depends heavily on which browser you're using and whether you're on a managed device — a work or school-issued phone or laptop may have restrictions on what extensions or settings you can change.

The Variables That Determine Your Best Approach

There's no single popup-blocking setup that's right for every user. What works well depends on:

  • Whether your issue is browser-level popups, overlays, notifications, or adware — these require different solutions
  • Which browser and operating system you're on — extension availability varies significantly
  • Whether you're on a managed or personal device — policy restrictions may limit what you can change
  • How technically comfortable you are with installing and configuring extensions
  • Which sites you use regularly — aggressive content blocking can break some web apps

Someone using a personal Windows laptop on Chrome with full admin access has very different options than someone on a school-managed iPad. Getting to the right setup starts with understanding exactly which category of popup you're dealing with and what constraints your device puts on the solution.