How to See Who Doesn't Follow You Back on Instagram
Compare Instagram Followers and Following to find current mutuals and accounts that do not follow back, with Excel or Google Sheets steps and clear limits.
Instagram does not provide a complete “who does not follow me back” table. If you only need to check one or two people, opening their profiles may be enough. If you want a list you can filter, save, and review, export two current lists from the same account—Following and Followers—then compare stable account identifiers in a spreadsheet.
The shortest workflow is:
- Export Following.
- Export Followers immediately afterward with the same row ceiling.
- Find accounts that appear only in Following.
- Check task states, confirmed rows, and important accounts before acting on the result.
Does not follow you back = Following − Followers
You do not follow back = Followers − Following
Current mutuals = Following ∩ FollowersThis is a current relationship snapshot, not a historical event log. An account missing from the current Followers file may never have followed you.
Disclosure: Web Tidy publishes this guide and develops Instagram Follower Exporter. Product fields, limits, and boundaries were checked against the current product materials on August 23, 2026. Other articles informed the question order and set explanations, not Web Tidy product claims.
Not following back, not followed back, and unfollowed are different
Do not label Following − Followers as “unfollowers.” Historical change requires two Followers snapshots from different dates. See how to check possible Instagram unfollowers with two exports for that separate workflow.
Choose the method that matches the size of the task
For a batch result you can review later, you need two structurally comparable files.
A small example
These usernames are fictional.
Following = @atlas, @birch, @coral, @dune, @ember, @fjord
Followers = @birch, @coral, @ember, @gale, @havenThe example cannot tell whether @atlas followed you in the past. If either export is partial or capped, “not matched” is only true within the observed rows.
Step 1: export current Following
Open Instagram Follower Exporter, then:
- Use an Instagram session that can access the target profile.
- Open that profile and choose Following.
- Choose 100, 200, 500, or 1,000 rows.
- Keep your deduplication choice and select CSV or XLSX.
- Run the task and record whether it completed or returned a partial result.
Save the untouched file with the profile and date in its name.
Step 2: export current Followers with the same scope
Run a second task for the same profile:
- Change Audience to Followers.
- Use the same row ceiling and deduplication setting.
- Use the same output format when practical.
- Run it as close as possible to the Following export.
Before comparing, confirm that sourceProfile, sourceProfileUrl, task state, row ceiling, and confirmed-row counts describe comparable inputs.
Step 3: build a stable comparison key
The first identity fields are:
Add comparisonKey to both worksheets:
=IF(A2<>"",A2,LOWER(TRIM(C2)))Use id first. A username-only difference can be caused by a rename.
Step 4: find accounts that do not follow back
Put the files into worksheets named Following and Followers. If comparisonKey is in column O, add this formula to Following:
=IF(COUNTIF(Followers!$O:$O,O2)=0,"Not following back","Mutual")Filter to Not following back to get Following − Followers.
In Followers, use:
=IF(COUNTIF(Following!$O:$O,O2)=0,"You do not follow back","Mutual")Filter the result for the other difference or the current intersection. Excel and Google Sheets both support these formulas. When importing CSV, preserve long identifiers as text.
Review the result before making decisions
“Not following back” is a relationship fact within the observed files, not a judgment about an account. News sources, brands, authors, friends, partners, or newly followed accounts may still be valuable regardless of reciprocity.
Check five things:
- Both files came from the same profile.
- Both runs used the same ceiling and settings.
- Neither task ended partial or with an attention state that changes coverage.
- The profile is not larger than the observed ceiling if you need a complete claim.
- Important differences match by stable
id, not only username.
Web Tidy does not automatically unfollow accounts. Any follow decision should be reviewed and performed in Instagram.
Keep a reviewable summary
For a reusable audit, add a Readme worksheet with the source profile, file names, dates, ceilings, confirmed rows, task states, comparison key, result counts, and a note that the result covers only the observed rows. Example counts should never be presented as product test results.
What the files can and cannot show
Two comparable current lists can show whether the same stable identifier appears in Following, Followers, or both. They cannot independently show:
- when someone followed or unfollowed;
- why someone does not follow back;
- whether the account followed you previously;
- relationships outside the selected and confirmed rows;
- whether you should unfollow anyone.
collectedAt records export normalization time, not relationship-event time. rowIndex is local output order, not an Instagram relationship timeline.
Privacy and product boundaries
Web Tidy uses the Instagram session already open in the browser to export a currently accessible Followers or Following list to local CSV/XLSX. It does not request Chrome's cookies permission, compare the two files automatically, track relationship history, follow or unfollow accounts, send messages, find contact details, or bypass private profiles, login, verification, or rate limits.
Frequently asked questions
Is one Followers export enough?
No. A current not-following-back comparison requires both Following and Followers.
Is not following back the same as unfollowing?
No. One describes a current relationship; the other describes a change between two dates.
Should I match by id or username?
Prefer a stable id when present. Use normalized username only as a cautious fallback.
Does Web Tidy automatically unfollow accounts?
No. It exports the lists; it does not perform follow or unfollow actions.
Next step
Export Following and Followers from the same profile with the same settings, then compare stable identifiers. For the basic export workflow, read How to Export Instagram Followers. For historical change, use the two-snapshot unfollower workflow.