Skip to content
ListDiff

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

  1. Open direct export page: accountscenter.instagram.com/info_and_permissions/dyi/ .
  2. If this page redirects for your account, use app path: Profile -> menu -> Accounts Center -> Your information and permissions -> Download your information.
  3. Then click Download your information (or equivalent wording), choose Download or transfer information -> Some of your information -> select Followers and Following.
  4. Download archive and extract handles so each username is on a separate line.
  5. Save the two cleaned lists as following.txt and followers.txt (or CSV single-column).
  6. Open ListDiff.
  7. Put Following in List A and Followers in List B.
  8. 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

  1. When export is ready, download the ZIP archive to your computer.
  2. Extract ZIP and open connections/followers_and_following.
  3. Upload following.json to List A directly in ListDiff.
  4. Upload followers_1.json (or equivalent followers file) to List B.
  5. 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.

Related pages