Written 7 Sep 2026. This is a how-to, not a product card.
Pause Pi-hole for a few minutes
Turn blocking off for five minutes to test a broken site or a dinner guest. It turns itself back on. You don't wipe the lists or change the router.
Haven't installed the house ad block yet? Start with the first useful thing. One site is broken and you still need to hunt the domain? That fuller walk is when a site won't load after Pi-hole. You already know the domain and want it allowed for good? That is allow a site in Pi-hole on purpose. This note is only the timed pause: blocking stops, then starts again without you touching the router.
Skip until Pi-hole is actually the suspect
If ads never dropped house-wide, fix DNS first: point common home routers at Pi-hole. Nothing loads on any device? Put router DNS back on automatic so dinner works, then fix the computer: when the house won't browse after Pi-hole. Admin page blank? when the Pi-hole admin page won't open. A pause does not help a phone on cellular, Private DNS, Private Relay, or a VPN that skips house DNS.
What this is
Pi-hole can stop blocking for a short timer. Names resolve the way the upstream DNS would. After the timer, blocking comes back on its own. Useful when a bank page fails, a cast picker is empty, a printer vanished, or a guest needs one unblocked minute. You are not deleting lists. You are not changing the router's DNS. You need house Wi-Fi (or a cable) on the device you are testing.
Step 1: pause from SSH
SSH into the computer, then:
pihole disable 5m
That is five minutes. Other short timers work the same way: pihole disable 30s, pihole disable 10m. Prefer a short timer over leaving it off. To turn blocking back on early:
pihole enable
A bare pihole disable with no timer stays off until you enable it again. Use that only when you mean to leave ads on for a while, then remember to turn it back.
Step 2: or pause in the admin page
Same job without SSH. Open http://pi.hole/admin (or the computer's address plus /admin). Find Disable blocking (sometimes under Tools, depending on your Pi-hole version). Pick five minutes, or thirty seconds if you only need a quick check. Enable when you are done early. Forgot the admin password? Change the Pi-hole admin password.
Step 3: prove it on the device that failed
On the same phone or laptop that was broken, reload the page (or reopen the cast / print picker). If it works while blocking is paused, Pi-hole was in the path. If it still fails during the pause, the problem is not a block list: wrong Wi-Fi, a dead printer, a TV on guest Wi-Fi, or an app that needs something else. Don't keep pausing forever to paper over that.
Step 4: when the timer ends
Blocking comes back. Ads should drop again on devices that use house DNS. If the site you care about breaks again after the pause, allow the exact domain: allow a site in Pi-hole on purpose. Watch the query log while you reload so you copy the right name: see what Pi-hole blocked.
What this is not
This is not a permanent allow. It is not wiping subscribed lists. It is not putting the router back on automatic DNS (that is the emergency when the whole house cannot browse). It is not opening the admin page past the house network. It is not fixing one phone that bypasses house DNS: when one phone still shows ads.
What next
Broken site with a name to allow: when a site won't load after Pi-hole, then allow a site in Pi-hole on purpose. Cast picker empty? When casting won't find the TV. Printer vanished? When the printer won't print. Ads back everywhere after you left blocking off? When ads come back. Once a week, keep Pi-hole updated. Before a scary reinstall, save a Pi-hole backup. Soft restart without a full reboot: restart Pi-hole or the house share.
Optional: jot that you paused blocking in Lab plan โ username + passkey, no email. Skip if you just want to keep reading.
Skip
- Skip a bare
pihole disablewith no timer unless you will turn it back on yourself. - Skip leaving blocking off overnight "just in case."
- Skip wiping every subscribed list because one site broke.
- Skip changing router DNS for a five-minute test.
- Skip opening the Pi-hole admin page to the internet.
- Skip a new router or a mesh kit for a pause.
Sources
Pi-hole docs. Pi-hole command (disable, enable). Official pages only. For install, see the first useful thing. For a broken site you are still diagnosing, see when a site won't load after Pi-hole. For a calm permanent allow, see allow a site in Pi-hole on purpose. For the query log, see see what Pi-hole blocked.