Twitter is a platform where we showcase our interests and opinions through our liked tweets. However, if you wish to start fresh and reset everything, you may want to clear them out. This way, your feed will only display the most relevant and up-to-date content. Hence, let’s understand how to delete all likes on Twitter at once, both on the website and Android app.
How to Delete All Likes on Twitter
You can delete all likes from your Twitter profile without spending a penny. There are two methods available for deleting your likes:
- Manual deletion where you unlike tweets one by one
- Using a code to remove all of them at once
Note: The manual deletion method is only applicable on the Twitter mobile app, while both manual deletion and the code method can be used on the Twitter web version.
Deleting all your likes from your Twitter refers to unliking the tweets that you previously liked. You can individually visit every liked tweet and unlike them all. To do so, follow the below-mentioned steps:
1. Visit the Twitter Log in page on your browser.
2. Enter your username, email, or phone number and click on Next.
3. Enter your password and click on Log in.
4. Click on the Profile option from the left pane.
5. Switch to the Likes tab to view all your liked tweets.
6. One by one, click on the Like icon of every tweet to delete your likes from those tweets.
Note: If you’re encountering any issues with your likes not showing up, you can read out guide on Fix Twitter Likes Not Showing for troubleshooting assistance.
Also Read: Can I Turn Off Double Tap Like in Twitter?
How to Delete All Likes on Twitter on Android?
Deleting likes on Twitter using your Android device is a straightforward process. You can remove all your likes by unliking tweets and freeing up your profile. So, you can use the unlike method to delete likes when you have only a few liked tweets.
Follow the steps below to delete all likes on Twitter on Android:
1. Open the Twitter app on your phone.
Note: Make sure you are logged into your Twitter account.
2. Tap on the Profile icon from the top-left corner of the screen.
3. Tap on the Profile option.
4. Select the Likes tab from your profile.
5. Individually, tap on the Like icon of every tweet to remove them as your liked tweets.
How to Delete All Your Likes on Twitter at Once?
You can easily remove a like from a tweet by unliking it. If you have a large number of tweets, you won’t want to unlike them one by one. Instead, you need a method to unlike all of them simultaneously. Here are the steps to delete all your likes on Twitter at once:
Note: Deleting all like at once is only possible on the web version of Twitter.
1. Access your Twitter account on your browser.
2. Click on the Profile > Likes tab from your profile page.
3. Click on the three-dotted or hamburger menu icon from the top right corner of your browser.
4. From the drop-down menus, select More tools > Developer tools.
5. In the Console box, paste the following code and press Enter key on your keyboard.
setInterval(() => { for (const d of document.querySelectorAll('div[data-testid="unlike"]')) { d.click() } window.scrollTo(0, document.body.scrollHeight) }, 1000)
6. Wait for the code to get executed. Once it is finished, refresh the Likes page to see all your likes deleted.
Also Read: How to Check Twitter History on iPhone
How to Delete More Than 3200 Likes on Twitter?
To delete all your likes on Twitter, regardless of the number exceeding 3200, you can use a code on the web version of Twitter. This code will run through all the tweets you have liked and remove your likes from them. For detailed instructions on performing this action, please refer to the steps mentioned above on deleting all your likes on Twitter at once.
We hope you have understood how to delete all likes on Twitter on both Android and PC. If this guide was helpful to you, then please share your reading experience with us. If you have any questions or suggestions for us, leave them all in the comment section below.
Dear Pete,
I want to express my immense gratitude to you for the accurate code you provided to remove likes on Twitter using the developer console! Unfortunately, I had to waste a lot of time on unsuccessful attempts, trying to execute faulty code from other websites. Thanks to your help, it worked perfectly on the first try.
Warm regards.
“In the console box…” might make sense to a regular but which bit of screen space do I paste the code into? It’s not at all clear to me.
I am not familiar with developer tools but I don’t mind a challenge, however after reaching the console box screen I was greeted with a page that looked like the flight deck of an Airbus A380, I tried to paste and run but got this:
Failed to load resource: the server responded with a status of 403 ()
likes:1 Third-party cookie will be blocked. Learn more in the Issues tab.
likes:1 Third-party cookie will be blocked. Learn more in the Issues tab.
likes:1 Third-party cookie will be blocked. Learn more in the Issues tab.
likes:1 Third-party cookie will be blocked. Learn more in the Issues tab.
[NEW] Explain Console errors by using Copilot in Edge: c