Skip to content
ListDiff

How to see who unfollowed you on Instagram

Last updated: 2026-04-15

You cannot reliably answer “who unfollowed me” from one file. This question is time-based and requires comparing two followers snapshots from different dates.

Core logic you must understand

  • Not following back and unfollowed you are different tasks.
  • Not following back: compare Following vs Followers at the same time.
  • Unfollowed you: compare Followers(T1) vs Followers(T2) across time.

Step-by-step unfollowed workflow

  1. Open direct export page: accountscenter.instagram.com/info_and_permissions/dyi/ .
  2. If this page redirects for your account, use menu path: Profile -> menu -> Accounts Center -> Your information and permissions -> Download your information.
  3. Export Followers snapshot at time T1 (earlier date), store folder name with date like followers-2026-04-01.
  4. Export Followers snapshot at time T2 (later date), store as followers-2026-04-15.
  5. Extract usernames and normalize each snapshot to one username per line (do not use display names).
  6. Save files as followers-t1.txt and followers-t2.txt for direct import.
  7. Open ListDiff tool, paste T1 into List A and T2 into List B.
  8. Run compare and read A only as “accounts that unfollowed during T1 -> T2”.

You can now upload Instagram JSON directly in ListDiff. Converting to TXT/CSV is optional when you want extra manual review records.

How to use ZIP JSON files for T1 and T2 snapshots

  1. Download and extract T1 ZIP package, then locate followers JSON in connections/followers_and_following.
  2. Do the same for T2 ZIP package and keep folders separated by date.
  3. Upload T1 followers JSON into List A.
  4. Upload T2 followers JSON into List B.
  5. Run compare and read A only as unfollowed accounts in the selected time window.

Where to click in Instagram app and web

  • App path: Profile -> menu -> Accounts Center -> Your information and permissions -> Download your information.
  • Web path: Instagram web -> Settings -> Accounts Center -> Your information and permissions -> Download your information.
  • If labels changed, search inside Accounts Center for Download your information.

Interpretation table

  • A only: existed in T1 followers, missing in T2 followers (likely unfollowed in the time window).
  • B only: new followers added after T1.
  • Intersection: users present in both snapshots.

Common mistakes

  • Using Following list in one side and calling result “unfollowed” (this is wrong intent mapping).
  • Comparing two files from the same export date, which cannot show timeline change.
  • Mixing display names and usernames. Use stable handles only.
  • Overwriting T1 and T2 files into one folder without date tags, then losing snapshot order.

Troubleshooting when results look wrong

  • A only is empty: check if T1 and T2 are actually different dates, and whether you pasted T1 to A and T2 to B.
  • Too many mismatches: remove optional @ prefix and extra spaces consistently in both snapshots.
  • File not found: unzip export and search JSON files containing follower.

FAQ

Can I see who unfollowed me from a single export?
No. You need at least two snapshots from different dates.

Which side should be List A and List B?
Use Followers(T1) as A and Followers(T2) as B. A only is your unfollowed list.

Do I need any login app?
No. This method uses official export files and local comparison only.

Related pages