How to clear the Skype chat history

5

1

how clear the skype chat history ?

joe

Posted 2010-01-04T10:06:39.240

Reputation: 11 615

Here's a video about it http://www.youtube.com/watch?v=udNxPE82clE&feature=plcp

– Mark R – 2012-05-01T15:09:21.650

Answers

5

Deleting Skype Chat History

Go to Tools > Options > Privacy

press the button Clear History.

alt text

Mahmoud Hossam

Posted 2010-01-04T10:06:39.240

Reputation: 1 070

2While correct, I'd prefer having the steps laid out (visibly) on superuser like Molly did – Ivo Flipse – 2010-01-04T12:14:59.043

I use links as a final resort when I don't have the program itself :) – Mahmoud Hossam – 2010-01-04T12:20:20.753

1

By using the Clear history button, within Skype's Privacy Settings (as explained in the other answer also), you'll remove all chat history from all your contacts.

If instead you only want to remove the history for a selected skype contact, then you can do so be performing these steps:

  1. Sign out from Skype and close Skype.

  2. Backup your skype database "main.db", typically located in something like C:\Users\USERNAME\AppData\Roaming\Skype\SKYPE-USER (note: the AppData in windows is typically a "hidden" folder, so you might have to first make that folder visible also).

  3. Download the GUI editor for SQLite databases.

  4. Install and launch this downloaded "GUI editor for SQLite databases" and open the "main.db" database (from step "2.").

  5. Search for the record(s) corresponding to the chat messages you want to be deleted (the skype name will the login ID of the user whose messages you want to deleted), and just delete those records.

  6. Close/exit the "GUI editor for SQLite databases".

  7. Restart skype to verify that the chat messages you deleted are indeed gone.

Refer to the video about "How to delete specific Skype messages" for a demo of the steps above.

Be aware: the steps above will delete that chat history on your computer. But these chat messages will still exist on the computer of your Skype contact.

Pierre.Vriens

Posted 2010-01-04T10:06:39.240

Reputation: 1 297