Social network VKontakte automatically publishes information about your likes in the activity feed, which is not always convenient. Many users of Androiddevices want to hide this activity - be it for privacy reasons, a desire to avoid awkward situations, or simply to keep their profile clean. Unfortunately since 2023, VK has removed the direct option "Hide likes" from the mobile application, but workarounds still exist.
In this article we will analyze all the current methods - from the official settings (which still work through web version) to little-known tricks with VK Mods and alternative clients. We will pay special attention to the nuances for different versions Android (10-14) and potential risks when using unofficial methods. If you are looking for a way to make your profile more private, read on.
Why VKontakte likes are visible to other users and how it works
By default VKontakte shows your likes in three places:
- ๐ Activity feed on your page - the last 10-20 likes are displayed here (depending on privacy settings).
- ๐ Section "News" from friends - your likes can appear in the feed of those who follow you.
- ๐ Post statistics โowners of communities and pages see exactly who liked their content.
This system works based on social network algorithms that consider likes as part of the โsocial graphโ - they help generate recommendations and show relevant content. However, for the user this often means loss of privacy: for example, your like under a political post or a meme of dubious content can be interpreted incorrectly.
It is important to understand that VKontakte does not provide a direct function to โdelete all likes at onceโ - they can only be hidden from prying eyes or delete manually. At the same time, some likes (for example, under posts in closed groups) are visible only to members of these communities.
Official method: hiding likes through the web version of VK
Although in the mobile application VK for Android the option to hide likes has disappeared, it can still be activated via full version of the site. This method works on all devices, including smartphones, if you use the browser in "For Computer" mode.
Instructions:
- Open a browser (for example, Chrome or Firefox) on your phone.
- Go to the website
vk.comand log in. - Click on the three dots in the browser menu โ select"Computer version".
- Go to"My page" โ"Edit" (under avatar).
- Select tab"Privacy".
- Find block"Who sees my likes" and install value"Only me".
- Save the changes.
After this, your new likes will not appear in the activity feed, but old likes will remain visibleunless you delete them manually. Also, this method does not hide likes from post owners - they will still see that you appreciated their content.
โ๏ธ Checking whether likes are hidden
How to delete individual likes manually through the mobile application
If you need to remove specific likes (for example, under posts with compromising content), this can be done in the official application VK for AndroidPlease note that the manual deletion process can take a long time if there are hundreds of likes.
Step-by-step guide:
- Open the application VK and go to your page.
- Tap on the icon"Activity" (the heart icon under your avatar).
- Find the like you want to delete and click on it.
- In the post that opens, tap on the icon ๐ (or โค๏ธ, if it is not a like, but another reaction) - this will remove your rating.
- To speed up the process, you can use a filter by type of activity (likes, reposts, comments).
Please note:
- ๐ Removing a like does not erase it from the history forever - VKontakte stores data about user actions for 30 days (by default).
- ๐ If the post was deleted by the author, your like under it will disappear automatically.
- โก To mass delete likes, you will need third-party software (more on this in the next section).
Use the "Search by activity" function (the magnifying glass in the upper right corner of the "Activity" section) to quickly find likes under a specific user's posts or by keywords.
Hide likes through unofficial clients: VK Mods and alternatives
If the official methods do not suit you, you can use modified versions of the VK application, such as VK Mods, Kate Mobile or VKontakte Reborn. These clients offer advanced privacy features, including:
- ๐ Complete hiding of likes from all users (including friends).
- ๐งน Mass deletion of likes by filters (by date, content type).
- ๐ค Ability to view other people's likes, even if they are hidden.
However, this method has serious risks:
โ ๏ธ Attention: The use of unofficial clients violates User Agreement. VKontakte. Your account may be blocked without warning, especially if you actively use the mass deletion functions. We recommend creating a backup copy of your data (exporting contacts, messages) before using such applications.
If you still decide to try, here are brief instructions for VK Mods:
- Download the APK file from the official website
vkmods.app(do not use third-party sources!). - Allow installation from unknown sources in the settings Android (
Settings โ Applications โ Special access โ Install unknown applications). - Install the application and log in.
- Go to
Settings โ Privacy โ Likesand activate the option"Hide all likes".
An alternative option is to use Kate Mobile, which offers gentler modifications and is less likely to lead to blocking. In it, the function of hiding likes is called "Private mode" and works on the principle of "invisibility" of your activity for other users.
| Client | Hide likes | Mass deletion | Risk of blocking | Root required |
|---|---|---|---|---|
| VK Mods | โ Full | โ Yes | โโโ High | โ No |
| Kate Mobile | โ Partial | โ No | โ Average | โ No |
| VKontakte Reborn | โ Full | โ Yes (paid) | โโ High | โ No |
| Official VK | โ Only via web | โ No | โ No risk | โ No |
How to hide likes using scripts (for advanced users)
If you are familiar with the basics JavaScript and are ready to spend time setting up, you can use user scripts to automatically hide likes. This method works through the browser on Android and requires installing an extension Tampermonkey or Violentmonkey.
Action algorithm:
- Install Tampermonkey from Google Play or F-Droid.
- Open a browser, go to
vk.comand log in. - Install this script (copy the code below into a new script in Tampermonkey):
// ==UserScript==// @name VK Hide Likes
// @namespace http://tampermonkey.net/
// @version 1.0
// @description Hides likes in the VK activity feed
// @author You
// @match https://vk.com/*
// @grant none
// ==/UserScript==
(function {
'use strict';
setInterval(function {
var likes = document.querySelectorAll('div[class*="like"]');
likes.forEach(function(like) {
like.style.display ='none';
});
}, 1000);
});
This script will automatically hide all elements with a class containing "like", but it does not delete likes. physically - they simply become invisible to you. For other users, your activity will remain visible.
โ ๏ธ Attention: Scripts may stop working after updates VKontakte. Also, their use can be considered a violation of automation rules, which theoretically leads to account blocking. Do not use scripts for mass actions (liking, sending messages).
For deeper settings (for example, hiding likes only in certain sections), you will need to edit the script code. If you do not understand JavaScript, it is better to use other methods from this article.
How to check if the script is working?
After installation, refresh the VK page. If the likes have disappeared from the activity feed, the script is working. If not, check whether Tampermonkey is enabled in the browser settings and whether @match is specified correctly in the code.
What to do if the likes are still visible: additional measures
If after all the manipulations the likes continue to be displayed, check the following points:
- Application cache: Sometimes old data is saved in the cache. Try clearing it through
Android Settings โ Applications โ VK โ Memory โ Clear cache. - Group privacy settings: Likes in open communities always visible to everyone, even if you have hidden activity on your page. The solution is to leave the group or like only in closed publics.
- Updating the application: In new ones. versions VK bugs may appear that reset your privacy settings. Update the application to the latest version in Google Play.
- Double authorization: If you log into your account from several devices, the privacy settings may not be synchronized. Check them on all gadgets. data-i="210">Double authorization:
If the problem is not solved, try alternative method:
- ๐ฑ Install VK Lite โa lightweight version of the application, where old interface options are sometimes saved.
- ๐ Use the mobile version of the site (
m.vk.com- you can still find some hidden settings in it.
As a last resort, there is a radical way - create a new account and transfer only the necessary information there. This will help โresetโ the entire activity history, but it will take time to restore friends and. subscriptions.
How to avoid information leakage through likes in the future
In order not to return to the problem of hiding likes, follow these rules:
- ๐ Check your settings regularly (once every 1-2 months) privacy via web version of VK โthey can be reset after updates.
- ๐ซ Avoid likes under posts in open groups with a large audience - they are more difficult to hide.
- ๐ต Use the "Incognito" function in some modified clients (for example, Kate Mobile) to like anonymously.
- ๐ Periodically clear the activity feed manually (once every 3-6 months) so that old likes do not accumulate.
It is also worth remembering that VKontakte may change the privacy policy. For example, in 2026, the "Recommendations for likes" function was introduced, which analyzes. your activity for targeted advertising. To disable it:
- Go to
Settings โ Advertising. - Disable option"Personalized advertising".
This will not hide likes completely, but will reduce their impact on your news feed.
Even hidden likes can be used by VK algorithms to generate recommendations. Complete anonymity is only possible if you refuse to interact with the content (likes, reposts, comments).
FAQ: Frequently asked questions about hiding likes on VKontakte
Is it possible to hide likes so that even the owner of the post does not see them?
No, the owner of a post or community always seeswho liked his content You can only delete the like manually or hide it from your feed. activity for other users.
Will likes set before changing the settings be hidden?
No, privacy settings apply only to new likesOld likes will remain visible unless they are deleted manually or you do not use the modified one. client with a mass deletion function.
Is it possible to return hidden likes back?
Yes, if you have hidden likes through the privacy settings, they can be made visible again by selecting the option"All users" or"Friends and friends of friends". However, likes deleted manually or through scripts cannot be restored.
Why are they still visible in some places after hiding likes?
This is related with data caching or display features in different versions of the application. Try:
- Clear the application cache VK.
- Check settings through the browser (web version).
- Wait 24 hours - sometimes changes are not applied immediately.
Is there a legal way to mass delete likes?
No, VKontakte does not provide such a function. The only legal ways are:
- Deleting likes manually. (long, but safe).
- Contacting VK support with a request to clear the activity (rarely helps).
All other methods (scripts, modified clients) violate the rules of the service.