Can you see who unfollowed you on Instagram?

Direct answer

No — Instagram provides no built-in way to see who unfollowed you. There is no notification, no activity log, and no dedicated tab in the app. Your follower count changes silently. The only reliable approach is to compare your current followers list against your following list, either manually or via your Instagram data export.

This surprises a lot of people, because the data feels like it should be there. You can see your follower count. You can scroll your full followers list. You can see every account you follow. But Instagram deliberately does not surface a record of what changed — and understanding the reason for that explains a lot about why most Instagram unfollower tracker apps have run into trouble.


Why Instagram doesn't show who unfollowed you

Instagram's product is built around content engagement: what you watch, what you react to, what keeps you using the app. Follower-change tracking sits outside that model entirely, and the platform has made a deliberate design and architectural choice not to support it.

The first reason is privacy by design. When someone unfollows you, Instagram treats that as their private decision. If the other party received a notification, it would create social friction — people might feel pressure to keep following accounts they've lost interest in. Instagram's UX philosophy consistently avoids engineering that kind of social pressure.

The second reason is more technical and less discussed: Instagram does not store unfollow events as retrievable records. Unlike platforms that keep a history of social actions, Instagram only maintains a live snapshot of current follower relationships. When someone unfollows you, the connection is removed from that snapshot — no timestamp is written, no log entry is created. There is no hidden list that Instagram is keeping from you. The event record genuinely doesn't exist in a queryable form anywhere in the system.

What does exist is a current list of your followers and a current list of accounts you follow. The gap between those two — accounts you follow that do not follow you back — is the closest achievable answer to the question. And it's exactly what the Instagram data export method is able to surface.


Why most Instagram unfollower apps stopped working

Before 2018, Instagram offered a relatively open developer API that gave authorised third-party applications access to follower data. A whole category of Instagram unfollower tracker apps was built on this access — they would connect to your account via OAuth, periodically read your followers list, and report on changes over time. The model worked, within limits, because the access was legitimate.

In April 2018, Meta announced sweeping changes to the Instagram Platform Policy. Following wider scrutiny of social media data practices, most follower-related API endpoints were deprecated or locked behind a strict app-review process that effectively blocked consumer-facing unfollow trackers from getting approved. Apps that had relied on this access lost it, almost overnight.

The response from many app developers was to shift to a different method: credential-based scraping. Instead of using an official API, these apps log into Instagram as you — using your actual username and password — and simulate a browser session to read your followers page the way a human user would, just automatically. This approach carries significant problems:

The account risk is real. Instagram's automated systems flag logins that don't match your usual device or behaviour patterns. An unfollower app logging in on your behalf can trigger identity verification prompts, temporary account locks, or in persistent cases, permanent restrictions.

The result is that most unfollower apps still available in 2026 are either non-functional, using risky scraping workarounds, or collecting credentials without meaningful transparency. The market for these tools has been effectively broken by the 2018 API changes, even if many apps continue to appear credible on the surface.


Common myths about Instagram unfollower tracking

Myth

"Instagram is hiding the unfollower list — you just need the right app to find it."

There is no hidden list. As covered above, Instagram does not store individual unfollow events. Apps that claim to show you exactly when someone unfollowed you are either showing you who currently doesn't follow you back (a different thing) or generating unreliable data from scraping sessions of varying accuracy.

Myth

"Any app that doesn't ask for your password is automatically safe."

Not necessarily. Some apps request OAuth authorisation, which technically avoids transmitting your password but still grants the app permission to interact with your account on your behalf. For apps not approved through Instagram's official review process, this is still a Terms of Service violation and carries account risk.

Myth

"You can track unfollowers in real time."

No currently available method supports genuine real-time tracking without violating Instagram's Terms of Service. The data export method produces a point-in-time snapshot, not a live feed. Any app claiming real-time detection is relying on methods Instagram actively identifies and shuts down.

Reality

What you can reliably know: who currently doesn't follow you back.

A comparison of your current following list against your current followers list shows every account you follow that doesn't follow you back. This is accurate, achievable without any Terms of Service violations, and updates with each new export. It answers the practical version of the question most people are actually asking.


3 real methods to check who unfollowed you on Instagram

Here is an honest comparison of the three approaches users actually use — evaluated on whether they work at scale, whether they put your account at risk, and whether they remain viable in 2026.

Method Works at scale Account safe No credentials needed Still works in 2026
Manual comparison No Yes Yes Yes
Third-party apps Yes No No Partially
Instagram data export Yes Yes Yes Yes

Manual comparison

You can scroll through your followers list and cross-reference it manually with the accounts you follow. This is perfectly safe and requires nothing beyond the app itself. In practice it only works if you have a small number of connections — a few hundred at most. At larger scales it becomes unreliable and extremely time-consuming. It also provides no historical data; you can only see the current state.

Third-party apps

As discussed, most of these tools lost official API access in 2018 and shifted to credential-based scraping. Some apps remain on app stores and appear to function, but they rely on methods that violate Instagram's Terms of Service and create measurable account risk. Their results are also increasingly unreliable as Instagram updates its systems.

Instagram data export

Instagram's built-in data export feature — available under GDPR and similar data portability rules — lets you download a copy of your account data including your full followers and following lists. This is the only method that is simultaneously reliable at scale, carries no account risk, and requires no credentials to be shared with any third party. It is also the only method that Instagram itself provides and explicitly supports.


What the Instagram data export actually contains

When you request a data export and select "Followers and following", Instagram generates a ZIP file. Inside, relevant to this use case, are two JSON files:

Each entry uses a consistent JSON structure: a string_list_data array containing objects with a value field (the username) and a timestamp field. A simple set comparison between the two files — finding usernames present in following.json that do not appear in followers_1.json — produces a precise list of accounts you follow that don't follow you back.

This operation is computationally trivial and can run entirely client-side in a browser, with no data leaving your device. It works for accounts with hundreds of connections or tens of thousands — the file size scales linearly but the operation remains fast regardless.

Format note: Instagram offers both JSON and HTML formats for the data export. JSON is significantly easier to parse programmatically. If you are given the option, choose JSON.


Step-by-step: how to check who unfollowed you using your data export

The process takes about five minutes the first time, and considerably less on subsequent exports since you already know the steps.

  1. Request your Instagram data export Open Instagram and go to Settings → Accounts Center → Your information and permissions → Download your information. Select your account, choose "Followers and following" as the data category, set the format to JSON, and submit the request. Instagram will send a download link to your registered email address. 💡 Export delivery is usually within a few minutes, but can take up to a few hours for larger accounts.
  2. Download the ZIP file from the email Open the email from Instagram and click the download link. Save the ZIP file to your device. You don't need to unzip or manually open it.
  3. Upload it to an analysis tool A browser-based tool can read the ZIP file locally — without uploading anything to a server — and perform the comparison between your two JSON files in seconds. We provide one such tool here, which runs entirely in your browser with no Instagram credentials required.
  4. Review your results You'll see a breakdown of: accounts you follow that don't follow you back, accounts that follow you but that you haven't followed, and mutual connections. Everything is derived from your own export — no data is fetched from Instagram during this step.

To track changes over time, repeat the process after a few weeks and compare the two results. Because each export reflects the current state of your follower relationships at that moment, comparing two exports lets you identify specifically who unfollowed you in the interval between them.


Frequently asked questions

Can you see who unfollowed you on Instagram?

Not through the app itself. Instagram provides no built-in feature for this. The only reliable method is to compare your followers and following lists — either manually or by analysing your Instagram data export.

Does Instagram notify you when someone unfollows you?

No. Instagram sends no notification when someone unfollows you. The only visible indicator is a drop in your total follower count, which happens silently with no record of who caused it.

Why did most Instagram unfollower apps stop working?

Meta significantly restricted the Instagram API in 2018, removing access to follower data for third-party developers. Many apps switched to credential-based scraping, which violates Instagram's Terms of Service and is increasingly unreliable as Instagram updates its systems to block automated access.

Is it safe to use third-party unfollower apps?

Most third-party unfollower apps require your Instagram login credentials, violating Instagram's Terms of Service and putting your account at risk of restriction or permanent ban. The Instagram data export method is the only account-safe alternative.

How does the Instagram data export work technically?

The export includes two JSON files: followers_1.json (everyone who follows you) and following.json (everyone you follow). Each entry has a username and a timestamp. Comparing the two lists — finding usernames in following.json that don't appear in followers_1.json — identifies exactly who doesn't follow you back.

How long does it take to receive the Instagram data export?

Instagram sends the download link to your registered email address, typically within a few minutes to a few hours depending on account size. The export arrives as a ZIP file containing your data in JSON or HTML format.

Can I track who unfollowed me over time?

Yes, by downloading your data export periodically. Each export is a snapshot of your follower relationships at that moment. Comparing two exports from different dates identifies exactly who unfollowed you in the interval between them.

Why did my follower count drop but I can't see who caused it?

Instagram doesn't log individual unfollow events — it only maintains a current snapshot of follower relationships. When someone unfollows you, the connection is removed with no timestamp or record created. There is genuinely no log of this event anywhere in Instagram's system.

Is there a way to check Instagram unfollowers without sharing my password?

Yes. The data export method requires only your normal Instagram login to request the export through Instagram's own settings. The resulting ZIP file can then be analysed in a browser-based tool that runs entirely locally — no credentials or data are shared with any third party at any point in the analysis.

Analyse your Instagram data export

Upload your Instagram ZIP file to see who doesn't follow you back. The analysis runs entirely in your browser — no Instagram login, no data uploaded, no credentials shared.

Open the free tool → Works with the ZIP file from Instagram's "Download Your Information" feature · No account access required