Who doesn’t follow you back on Instagram without app
Last updated: 2026-04-16
If you want a no-login and privacy-safer method, compare two exported lists locally: Following vs Followers.
What this page solves
- Find accounts you follow who do not follow you back.
- Act as a practical follow back checker, follower checker, and Instagram following checker.
- Avoid third-party app login and credential sharing.
- Export a clean review list for manual cleanup decisions.
No-login workflow
- Open direct export page: accountscenter.instagram.com/info_and_permissions/dyi/ .
- If this page redirects for your account, use app path: Profile -> menu -> Accounts Center -> Your information and permissions -> Download your information.
- Then click Download your information (or equivalent wording), choose Download or transfer information -> Some of your information -> select Followers and Following.
- Download archive and extract handles so each username is on a separate line.
- Save the two cleaned lists as
following.txtandfollowers.txt(or CSV single-column). - Open ListDiff.
- Put Following in List A and Followers in List B.
- Click compare and review A only.
Important: current ListDiff supports direct JSON upload. If needed, you can still extract usernames to TXT/CSV for manual audit and backup.
Required files for this task: following.json and a followers file such as
followers_1.json. If followers file is missing, re-export with full
Followers and following scope.
If your account truly has 0 followers, followers file may be missing or empty. This is valid data, not a parsing error.
ZIP download and JSON upload quick steps
- When export is ready, download the ZIP archive to your computer.
- Extract ZIP and open
connections/followers_and_following. - Upload
following.jsonto List A directly in ListDiff. - Upload
followers_1.json(or equivalent followers file) to List B. - If your account has 0 followers, followers file may be empty or missing, which is a valid case.
Exact input format example
List A (Following)
username_one
username_two
username_three
List B (Followers)
username_two
username_three
In this example, A only will include username_one, meaning this account does not follow you back.
Result interpretation
- A only: you follow them, they do not follow you back.
- B only: they follow you, but you do not follow them back.
- Intersection: mutual follow relationships.
If your goal is “who follows me back on Instagram”, use Intersection. If your goal is “who doesn't follow me back”, use A only.
Quality checklist
- Normalize optional
@prefix consistently. - Turn case-sensitive OFF for username workflows in most cases.
- Keep Ignore empty ON and Trim ON to reduce format noise.
- Never mix display name and username in the same list.
When users usually fail (and how to fix)
- Wrong mapping: if you put Followers in A, interpretation reverses. Always use A=Following, B=Followers for this task.
- Cannot locate files: open the download package and search filenames containing
follow. - Too many false mismatches: remove spaces, keep usernames only, and re-run compare.
FAQ
Can I do this without app login?
Yes. Use official export files and compare locally.
Is this method free?
Yes. ListDiff is free and browser-local.
Which tab is the non-followback list?
A only, when A=Following and B=Followers.
Is this similar to an unfollower tracker or follow checker?
Yes. For follow-back checks, this works like a manual unfollower tracker based on your exported data.
Which tab is the list of accounts following me back?
Intersection, using A=Following and B=Followers.