How to Disable the Popup Blocker in Google Chrome

Google Chrome blocks popups by default, and for good reason — most unsolicited popups are ads, trackers, or outright malicious. But there are plenty of legitimate scenarios where popups are necessary: banking portals, document downloaders, scheduling tools, video conferencing platforms, and more. Knowing how to disable or adjust Chrome's popup blocker — either globally or for specific sites — gives you precise control without sacrificing your overall browsing security.

What Chrome's Popup Blocker Actually Does

Chrome's built-in popup blocker is part of its Site Settings engine, which manages permissions for things like camera access, location, and notifications alongside popups. When a site tries to open a new window or tab programmatically, Chrome intercepts it and either blocks it silently or shows a small icon in the address bar indicating something was blocked.

This isn't the same as an ad blocker. Chrome's native popup blocker targets window.open() calls — browser-level popup windows — not elements embedded within the page itself. If a site uses a floating overlay or modal dialog built into the page's HTML, Chrome won't block that regardless of your popup settings.

How to Disable Popup Blocker for a Specific Site 🎯

This is the most precise and recommended approach. Rather than turning off popup blocking entirely, you allow only the sites you trust.

Steps:

  1. Visit the site where you need popups to work
  2. Click the padlock icon (or info icon) in the address bar
  3. Select "Site settings" from the dropdown
  4. Scroll to "Pop-ups and redirects"
  5. Change the setting from "Block (default)" to "Allow"
  6. Reload the page

Alternatively, if Chrome has already blocked a popup, you'll see a small blocked-popup icon on the right side of the address bar. Click it, and Chrome will ask whether you want to allow popups from that site — a one-click fix without digging into settings.

How to Disable Popup Blocker Globally in Chrome

Turning off popup blocking for all sites means every website you visit can open new windows without restriction. This is rarely advisable as a permanent setting, but it's straightforward to do.

Steps:

  1. Open Chrome and click the three-dot menu (⋮) in the top-right corner
  2. Go to Settings
  3. Click "Privacy and security" in the left panel
  4. Select "Site Settings"
  5. Under the "Content" section, click "Pop-ups and redirects"
  6. Switch from "Don't allow sites to send pop-ups or use redirects" to "Sites can send pop-ups and use redirects"

This applies globally across every site you visit in Chrome on that device.

Chrome on Android: Where the Setting Lives

The mobile version of Chrome handles this slightly differently due to the interface constraints of smaller screens.

Steps for Android:

  1. Open Chrome and tap the three-dot menu
  2. Tap Settings → Site Settings
  3. Tap "Pop-ups and redirects"
  4. Toggle the setting to Allowed

For site-specific permissions on Android, tap the padlock in the address bar while on that site, then tap "Permissions" to adjust popup behavior individually.

Chrome on iPhone and iPad

On iOS, Chrome respects Apple's WebKit engine restrictions, which means popup behavior is handled somewhat differently under the hood. That said, the setting path is similar:

  1. Tap the three-dot menu in the bottom-right
  2. Go to Settings → Content Settings
  3. Tap "Block Pop-ups"
  4. Toggle it off

Note that iOS also has a Safari-level popup setting in the iPhone's native Settings app. If you're mixing browsers or using web apps added to your home screen, that system-level setting may also factor into what you're experiencing.

Variables That Affect Your Experience

Not all popup issues have the same root cause. Before adjusting Chrome's settings, it's worth identifying what's actually happening:

SituationLikely CauseWhere to Fix It
Popup blocked on a trusted siteChrome's default blockSite Settings → Allow
Popup appears but does nothingJavaScript error or redirect issueSite-specific; may need developer help
Popup blocked across all sitesGlobal block settingChrome Settings → Site Settings
Extension blocking popupsThird-party ad blockerExtension settings
Popups allowed but still not showingSite-side bugOutside Chrome's control

Browser extensions are a commonly overlooked factor. Ad blockers like uBlock Origin, AdGuard, or similar tools operate independently of Chrome's built-in blocker and may override your settings. If you've allowed popups in Chrome but they're still being blocked, check your active extensions — especially any that focus on privacy or ad blocking.

Chrome profiles also matter. If you use multiple Chrome profiles (work, personal, etc.), popup settings are stored per profile. Changing settings in one profile won't affect the others.

The Security Trade-Off Worth Understanding 🔒

Disabling popup blocking globally exposes you to a broader surface of potentially harmful behavior — not just annoying ads, but redirect chains, drive-by download attempts, and phishing windows. The site-specific approach threads the needle: you preserve protection on the 99% of sites where you don't need popups while enabling the specific tools or platforms that require them.

Some enterprise environments and managed Chromebook setups may have popup policies enforced by an administrator, which means the settings described above will appear grayed out or won't take effect. In those cases, the ability to change popup behavior is outside the user's control entirely.

Whether the global setting, the site-specific exception, or an extension conflict is the right thing to address depends on what's actually blocking the popup — and that comes down to your specific browser setup, what extensions you're running, and how Chrome is configured on your device.