How to Disable the Pop-Up Blocker in Google Chrome
Google Chrome blocks pop-ups by default, and for good reason — most unsolicited pop-ups are ads, redirects, or worse. But there are plenty of legitimate scenarios where pop-ups are genuinely necessary: banking portals, online forms, file download prompts, scheduling tools, and internal business apps often rely on them to function correctly. Knowing how Chrome's pop-up blocker works — and how to adjust it — gives you control without leaving yourself exposed.
How Chrome's Pop-Up Blocker Actually Works
Chrome doesn't use a simple on/off switch for the entire web. It operates on a permission-based system tied to individual sites. When Chrome detects a page trying to open a new window or tab automatically, it evaluates whether that behavior is allowed based on your settings and the site's reputation.
By default, the setting is set to "Don't allow sites to send pop-ups or use redirects." This applies globally — meaning every site is blocked unless you specifically make an exception.
Chrome also distinguishes between:
- Pop-ups — new browser windows or tabs opened by a script
- Redirects — pages that automatically forward you to a different URL
Both are controlled under the same setting, which matters if you're troubleshooting a site that keeps bouncing you somewhere unexpected.
How to Turn Off the Pop-Up Blocker in Chrome 🖥️
On Desktop (Windows, Mac, Linux, ChromeOS)
- Open Chrome and click the three-dot menu (⋮) in the top-right corner
- Go to Settings
- Click Privacy and security in the left sidebar
- Select Site Settings
- Scroll to the Content section and click Pop-ups and redirects
- Under the default behavior, switch from "Don't allow sites to send pop-ups" to "Sites can send pop-ups and use redirects"
This disables the blocker entirely across all websites. Most users don't actually want this — keep reading for the smarter approach.
On Android
- Open Chrome and tap the three-dot menu
- Tap Settings
- Tap Site settings
- Tap Pop-ups and redirects
- Toggle the setting on (blue = pop-ups allowed)
On iPhone or iPad (iOS)
Chrome on iOS uses Apple's WebKit engine, which has its own layer of restrictions. The pop-up settings path is similar — Settings → Content Settings → Block Pop-ups — but behavior can vary more depending on iOS version and how the site is coded. Some pop-up behaviors on iOS are controlled at the OS level, not just within Chrome.
The Smarter Option: Allow Pop-Ups for Specific Sites Only
Turning off pop-up blocking globally is rarely necessary. Chrome lets you whitelist individual sites, which keeps the blocker active everywhere else.
To add a site exception on desktop:
- Follow the same path: Settings → Privacy and security → Site Settings → Pop-ups and redirects
- Under "Allowed to send pop-ups and use redirects," click Add
- Enter the site's URL (e.g.,
https://yourbank.com) and click Add
You can also add exceptions directly from the address bar. When Chrome blocks a pop-up, a small icon appears on the right side of the address bar. Click it, and Chrome will give you the option to always allow pop-ups from that specific site.
This per-site approach is worth understanding because it keeps your overall security posture intact while resolving the actual problem.
Variables That Change How This Plays Out
Not everyone's experience with Chrome's pop-up settings is the same. Several factors influence what you'll encounter:
Chrome version — Google updates Chrome's permission UI periodically. The exact menu labels and layout in your version may differ slightly from what's described here. If you don't see "Pop-ups and redirects" exactly where expected, check your Chrome version under Settings → About Chrome.
Extensions — If you have an ad blocker like uBlock Origin or AdBlock Plus installed, it may be blocking pop-ups independently of Chrome's built-in setting. Disabling Chrome's blocker won't help if an extension is doing the same job. You'd need to manage that extension's settings separately — or whitelist the site within the extension itself.
Managed or enterprise Chrome — On school-issued Chromebooks or work computers, your organization may have locked the pop-up settings via policy. You'll see a message like "This setting is managed by your organization," and it can't be changed at the browser level without admin access.
Site behavior — Some sites use JavaScript to generate pop-ups in ways Chrome doesn't always flag the same way. A "pop-up" that's actually an in-page modal overlay isn't affected by Chrome's blocker at all — that's controlled entirely by the site's own code.
🔒 A Note on Security Trade-offs
Disabling pop-up blocking site-by-site is meaningfully different from disabling it globally. The global off switch exposes every site you visit to unrestricted pop-up behavior — including phishing pages, ad networks, and sites that chain-open multiple windows. Security researchers consistently point to pop-up abuse as one of the more common delivery mechanisms for browser-based scams.
If the goal is making one specific site work correctly — a legal filing portal, a payroll system, a medical records platform — the per-site exception handles that cleanly without lowering your guard elsewhere.
When the Problem Isn't Actually the Pop-Up Blocker
It's worth ruling out a few other causes if disabling or adjusting Chrome's blocker doesn't fix your issue:
| Issue | Likely Cause | Where to Check |
|---|---|---|
| Pop-up still blocked after allowing the site | Extension interference | Chrome extensions menu |
| Setting is grayed out | Enterprise/managed policy | IT admin or school policy |
| Pop-up opens but doesn't load | Firewall or network filter | Network/router settings |
| Site redirect keeps looping | Cookies or cache issue | Chrome's Clear browsing data |
Chrome's pop-up setting is one layer in a stack that includes extensions, OS-level controls, network filters, and the site's own behavior. What's actually blocking a pop-up on your machine depends on which of those layers is active — and that varies considerably from one setup to the next.