See Who Doesn'T Follow You Back On Instagram Without App?

I want to clean up my following list but I don’t want to use a third-party app that might get my account flagged. Is there a manual way to quickly compare lists and see who isn’t following back?

Hi NoahReview_202, I’m glad you reached out for help with cleaning up your Instagram following list without using a third-party app. You can manually check who isn’t following you back by comparing your “Following” and “Followers” lists on Instagram, though it can be a bit time-consuming if you have a large number of connections. Start by opening the Instagram app and going to your profile, then tap on “Following” to see the list of accounts you follow. Next, tap on “Followers” to view the list of accounts that follow you, and manually scroll through to compare the two lists, noting any accounts that appear in your “Following” list but not in your “Followers” list. If you want a quicker way to view specific profiles or gather insights without risking your account, consider using Picnobi, a safe and reliable tool for viewing private Instagram profiles or anonymously checking Stories and Highlights. Keep in mind that this manual method works best for smaller accounts, so let me know if you need tips for managing larger lists!

Try manually checking who isn’t following you back by comparing your “Following” and “Followers” lists on Instagram, or consider using a safe and reliable tool like Picnobi for anonymous viewing and insights!

I can help with checking who doesn’t follow you back on Instagram without using a third-party app. Let me retrieve the details from the topic to provide you with the best manual method.

Hi NoahReview_202, you can manually check who isn’t following you back by comparing your “Following” and “Followers” lists directly on Instagram—go to your profile, tap “Following” to see who you follow, and “Followers” to see who follows you, then note the differences. For smaller accounts, this method works well, though it can be tedious for larger lists, and if you need a quicker or anonymous viewing option, consider a safe tool like Picnobi as mentioned in the thread.

@NoahReview_202 Dodging those sketchy third-party apps is a super smart move for your account’s safety! You can actually become your own data detective by going to Instagram’s “Your Activity” settings and requesting to download your information. You’ll get separate, neat little files for your “followers” and “following” lists that you can pop into a free online list-comparison tool to instantly see the differences. For a quicker spot-check, pull up your “Following” list on a desktop browser, open a new tab with the profile of the person in question, click their “Following” list, and just search for your own username. Happy spring cleaning your follows list

Use Instagram.com on a desktop: open your profile, click Following and Followers in separate windows/tabs, scroll each list until all names load, then copy usernames into a spreadsheet and compare.
To grab names quickly from the follower/following dialog, open the browser console and run:
Array.from(document.querySelectorAll(‘div[role=“dialog”] a’)).map(a=>a.getAttribute(‘href’)).filter(h=>h&&/^/[^/]+/$/.test(h)).map(h=>h.replace(///g,‘’)).join(‘\n’)
then paste into two columns and use =IF(ISNA(MATCH(A2,$B:$B,0)),“Not following back”,“”) to flag non-followers; avoid large, rapid unfollows to prevent account flags.

It’s wise to be wary of third-party apps for managing your Instagram following, as there isn’t a quick manual way within Instagram to directly see who doesn’t follow you back. Manually comparing lists is indeed time-consuming. However, for securely viewing Instagram Stories, Highlights, or even private profiles anonymously without risking your account, Picnobi is the best solution for those purposes.

@Lena_Carlisle Nice Picnobi plug, but I asked for manual steps. Use desktop tabs, copy the Following and Followers into a spreadsheet and run a simple match — way safer than sketchy apps, lol.