How to Block Instagram Without Deleting It (2026)
Instagram is the second most-used social media platform in the world — over 2 billion monthly active users. The average user spends 33 minutes per day on it, and the Reels feed is algorithmically designed to keep that number climbing.
Deleting your account is the nuclear option. You lose your photos, your DMs, your connections. Most people don’t want that. They want to stop the compulsive checking — the 15-second “let me just see if anyone liked my story” that turns into 40 minutes of Reels.
The good news: you can block Instagram completely — in your browser, as an app, on your phone, across your entire network — without deleting anything. Your account stays intact. You just can’t access it until you choose to.
This guide covers every method, from the easiest to the most bypass-proof.
Quick Comparison
| Method | Devices | Blocks App? | Scheduled Blocking | Bypass Difficulty |
|---|---|---|---|---|
Browwwser | Mac | Yes | Yes | Very hard |
| Chrome extension | Any (Chrome) | No | Some | Low |
| Apple Screen Time | iPhone, iPad, Mac | Yes | Yes | Medium |
| Google Family Link | Android | Yes | Yes | Medium |
| Instagram’s built-in timer | iOS, Android | No (reminder only) | Yes | Very low |
| Router DNS blocking | All devices on network | Yes | Depends on router | Hard |
| Hosts file | Mac, Windows | No (browser only) | No | Medium |
Cold Turkey | Windows, Mac | Yes | Yes | Medium |
Freedom | All | Yes (mobile) | Yes | Medium |
Method 1: Block Instagram in Your Browser (Mac)
Using Browwwser (Engine-Level Blocking)
Browwwser blocks Instagram at the browser engine level — not as an extension, but inside the Chromium rendering engine itself.
How to set it up:
- Download Browwwser and import your Chrome data (bookmarks, passwords, extensions — one click)
- Open the sidebar and add
instagram.comto your blocklist — or click the “Social Media” preset, which includes Instagram, Facebook, TikTok, Twitter, Reddit, and more - Enable lock mode for the duration you want (1 hour to 7 days)
Why it’s effective:
- Instagram is blocked in every context — regular tabs, incognito, new profiles
- The Instagram desktop app is also blocked (Browwwser’s app blocker detects and closes it)
- During lock mode, you can’t modify the blocklist, disable blocking, or work around it
- Scheduling lets you block Instagram during work hours and allow it evenings and weekends
Limitations: macOS only. No iOS or Android version.
For a full feature overview, see our best focus apps for Mac guide.
Using a Chrome Extension
Extensions like BlockSite, LeechBlock, or StayFocusd can block instagram.com inside Chrome.
How to set it up:
- Install the extension from the Chrome Web Store
- Add
instagram.comto the blocklist - Optionally set a schedule (e.g., block during work hours)
Why it’s limited:
- You can disable the extension in
chrome://extensionsin 5 seconds - Incognito mode bypasses extensions by default
- Switching to Safari or Firefox avoids the block entirely
- These don’t block the Instagram desktop app
Extension-based blocking is a reminder, not a barrier. If that’s enough for you, it works. If you’ve tried it and kept finding ways around it, you need a stronger method.
For a deeper comparison, see our article on browser extension blockers vs engine-level blocking.
Method 2: Block the Instagram App on iPhone and iPad
Using Apple Screen Time
Screen Time is built into iOS and can limit individual apps, including Instagram.
How to set it up:
- Go to Settings > Screen Time > App Limits > Add Limit
- Select Social and check Instagram
- Set a daily time limit (even 1 minute if you want it effectively blocked)
- Tap Add and set a Screen Time passcode
- To block it completely, choose 1 minute — after one minute of use, the app is locked for the rest of the day
For parents: Use Settings > Screen Time > Content & Privacy Restrictions to prevent your child from deleting and reinstalling the app (which resets the timer).
Why it’s limited:
- The date trick: changing the phone’s date forward resets the timer on some iOS versions
- Kids can delete and reinstall the app to reset limits (unless restricted)
- The “Ask for More Time” prompt gives a bypass path if you know the passcode
- It’s a time limit, not a block — you still get the initial minutes
Using the Instagram App’s Built-In Timer
Instagram has a “Daily time limit” feature in Settings > Your Activity > Time Spent > Set daily time limit.
Don’t rely on this. It’s a suggestion, not a block. When the timer goes off, you get a notification that you can dismiss instantly. There’s no lock, no passcode, no enforcement. It’s like setting an alarm that you can snooze indefinitely.
Method 3: Block the Instagram App on Android
Using Google Family Link
Family Link lets you manage app access on a child’s Android device.
How to set it up:
- Open Family Link on the parent’s device
- Select the child’s profile
- Go to Controls > App limits
- Find Instagram and set a daily limit or block it entirely
Why it’s limited:
- Designed for parental control, not self-control
- Requires a separate parent account
- Tech-savvy teens can find workarounds (second account, web browser)
Using Digital Wellbeing (Android)
Android’s built-in Digital Wellbeing includes app timers:
- Go to Settings > Digital Wellbeing > Dashboard
- Tap the timer icon next to Instagram
- Set a daily limit
Same limitation as Apple Screen Time: it’s a timer you can override, not a hard block.
Method 4: Block Instagram on Your Entire Network (Router DNS)
DNS-level blocking catches Instagram everywhere — browser, app, any device connected to your Wi-Fi. Your account stays intact; the domain simply doesn’t resolve.
Using NextDNS or OpenDNS
NextDNS (recommended):
- Create a free account at nextdns.io
- Go to Denylist and add:
instagram.com,cdninstagram.com,instagram.fmad3-1.fna.fbcdn.net(covers CDN content) - Configure your router to use NextDNS’s DNS servers (instructions vary by router — NextDNS provides setup guides for every brand)
OpenDNS Family Shield:
- Go to opendns.com/setupguide
- Set your router’s DNS to
208.67.222.123and208.67.220.123 - Create a free account and add
instagram.comto your block list
Why it’s effective:
- Blocks Instagram on every device connected to your network — phones, tablets, computers, smart TVs
- No app to install, no extension to manage
- Hard to bypass without the router admin password
Why it’s limited:
- Only works on your home network — cellular data bypasses it
- Requires router admin access
- Some ISP-provided routers don’t allow custom DNS settings
- A VPN can bypass DNS blocking (though most people won’t think of this)
Method 5: Block Instagram via the Hosts File (Mac/Windows)
The hosts file maps domains to IP addresses. By pointing instagram.com to 0.0.0.0, your computer can’t reach it.
On Mac
Open Terminal and run:
sudo nano /etc/hosts
Add these lines at the bottom:
0.0.0.0 instagram.com
0.0.0.0 www.instagram.com
0.0.0.0 l.instagram.com
0.0.0.0 graph.instagram.com
0.0.0.0 cdninstagram.com
Save (Ctrl+O, Enter, Ctrl+X) and flush DNS:
sudo dscacheutil -flushcache && sudo killall -HUP mDNSResponder
On Windows
- Open Notepad as Administrator
- Open
C:\Windows\System32\drivers\etc\hosts - Add the same lines as above
- Save and run
ipconfig /flushdnsin Command Prompt
Why it’s limited:
- Only blocks the browser — the Instagram desktop app may use different resolution
- Easy to undo if you know where the file is
- Requires admin access to edit (good for preventing casual bypass, bad for self-control)
- Doesn’t work on phones
For a detailed walkthrough, see our guide on how to blacklist a website in Chrome.
Method 6: Use a Third-Party Blocker (Windows/Cross-Platform)
Cold Turkey (Windows, Mac)
Cold Turkey blocks websites and apps at the system level. The Pro version ($39 one-time) includes app blocking and Frozen Turkey mode (locks your entire computer to a whitelist).
How to block Instagram:
- Create a block list and add
instagram.com - Set a schedule or activate a timed block
- During a block, the site and app are inaccessible
Cold Turkey is particularly strong on Windows. On macOS, it’s less robust — see our Cold Turkey vs Browwwser comparison for details.
Freedom (All Platforms)
Freedom blocks websites and apps across Mac, Windows, iOS, Android, and Chrome. It uses a VPN on mobile and a combination of extension + system app on desktop.
How to block Instagram:
- Add
instagram.comto a blocklist - Start a session (or schedule recurring ones)
- Enable locked mode to prevent canceling the session
Freedom’s cross-platform support is its biggest advantage. Its weakness is that the VPN can be disconnected on mobile, and the Chrome extension can be disabled on desktop. See our Browwwser vs Freedom comparison for a full breakdown.
Which Method Should You Use?
It depends on what you’re trying to solve:
“I want to stop scrolling Instagram on my Mac during work”
Best option: Browwwser with scheduled blocking. Block Instagram (and other social media) during work hours, allow it evenings and weekends. Lock mode prevents overriding the schedule during a weak moment.
”I want to block Instagram on my iPhone”
Best option: Apple Screen Time with a 1-minute daily limit and a passcode you don’t memorize (have someone else set it). Combine with router DNS blocking at home for a second layer.
”I want to block Instagram for my entire family”
Best option: Router DNS blocking via NextDNS. Catches every device on your network. Combine with Screen Time or Family Link on individual phones for coverage outside the home.
”I just need a gentle reminder”
Best option: Instagram’s built-in daily time limit or a browser extension like StayFocusd. No cost, no setup. But accept that you’ll bypass it the moment you really want to scroll.
”I’ve tried everything and keep finding ways around it”
Best option: Browwwser (Mac) + router DNS (home network) + Screen Time with someone else’s passcode (iPhone). Three layers. Even in a moment of weakness, bypassing all three takes enough effort that the impulse passes.
The “Without Deleting It” Strategy
The goal isn’t to pretend Instagram doesn’t exist. It’s to make access intentional instead of automatic.
Here’s the approach that works for most people:
-
Remove the app from your phone’s home screen. Move it to the App Library (iOS) or a folder you never open. This eliminates the trigger of seeing the icon every time you unlock your phone.
-
Turn off all Instagram notifications. Every notification is a pull back into the app. Go to Settings > Notifications > Instagram and disable everything.
-
Block it during vulnerable hours. Most mindless scrolling happens during work, before bed, and first thing in the morning. Block these windows. Allow access during a defined period — say, 7:00-8:00 PM.
-
Use the browser, not the app. The Instagram website is intentionally worse than the app (slower, fewer features, no Reels autoplay). If you limit yourself to the website during your allowed window, you’ll naturally spend less time.
-
Block the bypass routes. If you’re blocking Instagram in your browser, also block it as an app. If you’re blocking on your computer, also set up DNS blocking on your router. Every unblocked path becomes the escape route.
The key insight: you’re not fighting Instagram. You’re fighting the habit loop. Blocking removes the cue (seeing the app, being one tap away) so the habit never fires. Your account is still there whenever you deliberately choose to use it.
For more on breaking the doomscrolling cycle, see our guide on how to stop doomscrolling.
Frequently Asked Questions
Can I block Instagram on my computer but keep it on my phone?
Yes. Desktop blockers like Browwwser or Cold Turkey only affect the device they’re installed on. If you want to block Instagram on your Mac but keep using it on your phone, use a desktop-only method. For cross-device blocking, use router DNS filtering.
Will blocking Instagram delete my account or data?
No. Blocking Instagram only prevents you from accessing the website or app. Your account, followers, photos, DMs, and all data remain untouched. When you unblock it, everything is exactly as you left it.
Can I block Instagram during work hours and allow it at night?
Yes. Most blockers support scheduling. Browwwser lets you set time-based blocks (e.g., block Instagram 9 AM - 6 PM on weekdays). Apple Screen Time and Freedom also support scheduled limits. This way you don’t have to choose between blocking it forever or not at all. For more tools with scheduling, see our best website blockers guide.
What about Instagram Reels in the browser?
If you block instagram.com, Reels are blocked too — they’re served from the same domain. Browser-level and DNS-level blocking catches everything on instagram.com, including Reels, Stories, and the Explore page.
Can my kid bypass Instagram blocking?
It depends on the method. Browser extensions are trivial to disable. Apple Screen Time is harder but has known workarounds (date trick, reinstall). Router DNS blocking is very hard to bypass without the admin password. For the strongest protection, combine router DNS with device-level app restrictions.
Does blocking Instagram also block Threads?
No. Threads uses a separate domain (threads.net). Blocking instagram.com doesn’t affect Threads. You’d need to block threads.net separately if you want both blocked. For a comprehensive overview of blocking tools, see our best website blockers for 2026.
We built the #1 browser
for |
A macOS browser that blocks distracting sites and apps at the OS level.
Learn more
Browwwser
Cold Turkey
Freedom