FAQ
Can I See Who Unfollowed Me on Twitter (X) in 2026?
Quick Answer
Twitter (X) does NOT notify you when someone unfollows — and there's no official 'who unfollowed me' feature in any tier of X (including Premium / Premium+). But you CAN identify unfollowers reliably: export your follower list at time T1, export again at time T2, and compare. Anyone in T1 but not in T2 unfollowed you between those dates. This is the same technique third-party 'unfollow tracker' apps use — except most of them require giving up your account credentials, while X Followers Exporter Pro runs locally in your browser.
- X does NOT notify you when someone unfollows — not in any Premium tier
- You CAN identify unfollowers via snapshot comparison: export today, export later, diff
- X Followers Exporter Pro (Chrome extension) captures snapshots locally via your existing X session — no credentials transferred, no PlugMonkey servers
- NEVER give your X password to third-party 'unfollow tracker' apps — phishing risk
- Google Sheets formula: VLOOKUP or COUNTIF to identify 'in snapshot 1 not in snapshot 2'
- Limits: can't distinguish unfollow from suspension/deactivation; can't tell WHEN or WHY
Why X Doesn't Show This Natively
Twitter / X has never built a 'who unfollowed you' feature. Two stated reasons (per Twitter's old documentation): (1) it would create negative social dynamics — people obsessing over unfollows; (2) it would require tracking and exposing follow-graph changes in real time. The follow-graph data exists in X's database (X knows who unfollowed you the second they click) but isn't surfaced to the user.
- X Premium ($8/mo) does NOT include unfollow tracking
- X Premium+ ($16/mo) does NOT include unfollow tracking
- Twitter Blue (legacy) also did not include this feature
- No official API endpoint returns 'recent unfollowers'
- Third-party tools that show 'who unfollowed' do so by snapshot comparison — same technique you can do yourself
The Snapshot-Comparison Method (How It Actually Works)
Every unfollow tracker (legitimate or otherwise) uses this approach: capture your follower list at time T1, capture it again at time T2, and diff. The names in T1 minus the names in T2 are the unfollowers. The catch: capturing the list requires either X's API (rate-limited + paid tier) or browser-based scraping that mimics being logged in.
- Step 1: Capture your follower list TODAY (full username list with profile metadata)
- Step 2: Wait days/weeks (longer interval = more meaningful unfollow data)
- Step 3: Capture again
- Step 4: Compare lists — anyone in #1 but not #2 unfollowed you between snapshots
- Caveat: snapshot comparison can't distinguish unfollow from 'they deactivated their account' or 'X suspended them' — three different events look identical
Avoid Apps That Ask for Your X Password
Many 'unfollow tracker' apps require you to enter your X username + password to authenticate against the X API. This is a phishing red flag and a security violation. NEVER give your X password to third parties. Legitimate tools either (1) use OAuth (you authorize via X's official login screen, never share password), or (2) run as a browser extension that uses YOUR already-logged-in X session (no credentials transferred).
- Red flag #1: app asks for your X username + password directly
- Red flag #2: app demands access to send tweets / DMs on your behalf (only needed if it'll do that — most unfollow trackers don't need this)
- Red flag #3: app stores your unfollower data on their servers (data harvesting risk)
- Acceptable: OAuth-based authentication (X login screen, then 'allow' button)
- Best: browser extension using your existing logged-in session — no credentials transferred anywhere
X Followers Exporter Pro: Browser-Based Snapshot Capture
PlugMonkey's X Followers Exporter Pro is a Chrome extension that uses YOUR already-logged-in X session to capture your follower list locally — no credentials transferred, no PlugMonkey servers, no data harvesting. Export to CSV/JSON with 20+ data columns per follower. Compare two snapshots in any spreadsheet to identify unfollowers.
- Install X Followers Exporter Pro from the Chrome Web Store
- Open your X profile (or any public X profile) — the export button appears
- Click Export — captures full follower list with metadata (bio, follower count, join date, verified status, profile URL)
- CSV downloads to your machine — never uploaded anywhere
- Repeat in X days/weeks for the comparison snapshot
- Open both CSVs in Google Sheets → use VLOOKUP or array formula to find 'in CSV-1 not in CSV-2' usernames
- Those usernames are your unfollowers between the two snapshots
The Spreadsheet Comparison Formula (Copy-Paste Ready)
Once you have two CSVs of follower lists, comparing them in Google Sheets takes one formula. The setup: put list 1 in column A of Sheet1, list 2 in column A of Sheet2. The formula identifies usernames in Sheet1 that are missing from Sheet2 (the unfollowers).
- Google Sheets formula:
=ARRAYFORMULA(IFERROR(IF(VLOOKUP(Sheet1!A2:A, Sheet2!A:A, 1, FALSE)=Sheet1!A2:A, "", Sheet1!A2:A), Sheet1!A2:A)) - Place in Sheet1 column B — shows the username if it's NOT in Sheet2 (i.e., they unfollowed)
- Excel equivalent: use COUNTIF —
=IF(COUNTIF(Sheet2!A:A, Sheet1!A2)=0, Sheet1!A2, "") - For richer analysis: include bio + follower count columns from the exports to see WHICH unfollowers were high-value (verified, large follower count) vs low-value (inactive)
- Tracking over time: save snapshots monthly — over a year you'll have rich unfollow trend data
What Snapshot Comparison Can't Tell You
Honest limits — snapshot comparison is the best available method, but it can't distinguish between three different events that all look the same from your account's perspective.
- Can't distinguish unfollow from suspension: if X suspended the account, they're 'gone' from your followers but didn't unfollow you — they were suspended
- Can't distinguish unfollow from deactivation: if they deleted/deactivated their account, same result — gone, but didn't choose to unfollow you
- Can't tell you WHEN they unfollowed: only that they unfollowed between snapshot dates (closer snapshots = tighter time window)
- Can't tell you WHY they unfollowed: X doesn't surface this signal anywhere
- Detection latency depends on snapshot frequency: daily snapshots catch unfollows within 24h; monthly snapshots have 30-day uncertainty
Want a Second Opinion?
Ask AI for an independent perspective on this question.
AI responses are generated independently and may vary
Try X Followers Exporter Pro Free
Capture Snapshot — X Followers Exporter Pro
4.9/5 (89 reviews)5,470 users