Instagram links not opening
Six different problems share this description. Sorted by how often they turn out to be the answer.
6 August 2026 by PAD team
1. Store link, blank page
By far the most common on iPhones. Apple redirects apps.apple.com to a custom scheme the in-app browser cannot follow, so the page stops loading silently. Covered in full in the main write-up.
2. Link opens the store instead of the app
The opposite complaint, and a different cause. iOS could not verify a universal link, so it fell back to the listing. Check the apple-app-site-association file, as described in the universal links write-up.
3. Nothing happens at all on tap
Usually a custom scheme with no app installed, since there is nothing for iOS to open and no fallback. Sometimes the WebView blocking a scheme it does not recognise.
4. The link sticker will not appear
An app version issue, a temporary account restriction, or a URL Instagram refuses outright. Update the app first, since this fixes most reports.
5. Pages fail to load generally
Instagram's browser is genuinely broken sometimes. Clear the app cache, disable VPNs and content blockers, and check whether the same page loads in Safari.
6. Instagram itself is down
Rare but real, and worth ruling out in thirty seconds before debugging anything else.
The quick triage
| Symptom | Most likely |
|---|---|
| White page, spinner then nothing | store link in the WebView |
| Store listing with app installed | universal link not verified |
| Absolutely nothing on tap | custom scheme, app missing |
| Works in Safari, fails in Instagram | the WebView, every time |
For the store link case, one address that handles the escape and reports what got through.