How to view blocked contacts in WhatsApp on Android phone - briefly?
To view blocked contacts in WhatsApp on an Android phone, open the app and navigate to Settings > Account > Privacy > Blocked Contacts. This list will display all the contacts you have blocked.
How to view blocked contacts in WhatsApp on Android phone - in detail?
To view blocked contacts in WhatsApp on an Android phone, you need to follow a series of detailed steps that will allow you to access the list of contacts you have previously blocked. This process involves delving into your phone's settings and files, as WhatsApp does not provide a direct way to view blocked contacts through its user interface. Here is a step-by-step guide:
- Access File Manager: Open the File Manager app on your Android device. If you do not have a file manager installed, you can download one from the Google Play Store.
- Navigate to WhatsApp Folder: Use the file manager to navigate to the internal storage of your phone. Look for the 'WhatsApp' folder, which is typically located in the root directory or under the 'Android' folder.
- Open Databases Folder: Within the WhatsApp folder, you will find a subfolder called 'Databases'. Open this folder to access the database files used by WhatsApp.
- Identify Blocked Contacts File: The blocked contacts are stored in a file named 'msgstore.db'. This is an SQLite database that contains records of all messages, including those from blocked contacts.
- Use an SQLite Browser: To view the contents of the msgstore.db file, you will need an SQLite browser or viewer. You can download one from the Google Play Store or use a desktop application if you prefer.
- Open the Database File: Open the 'msgstore.db' file using the SQLite browser. This will allow you to explore the database structure and access the data stored within it.
- Locate Blocked Contacts Table: Within the database, look for a table that contains records of blocked contacts. The exact name of this table can vary, but it is often named something like 'blocklist'.
- Query the Table: Use SQL queries to retrieve data from the blocklist table. You can run simple SELECT statements to view the list of blocked contacts along with relevant information such as their phone numbers and the dates they were blocked.
- Interpret the Results: The results of your query will provide you with a list of contacts that you have blocked on WhatsApp. This list includes both their phone numbers and any additional details stored in the database.
It is important to note that accessing and modifying WhatsApp's internal files requires caution, as improper handling can lead to data loss or corruption. Always create a backup of your data before making any changes. Additionally, ensuring the security and privacy of your communications is crucial, so only perform these actions if you have a legitimate reason to do so.
By following these steps, you will be able to view the list of blocked contacts in WhatsApp on your Android phone, providing you with valuable insights into your communication history and preferences.