PDF download Download Article
Remove Discord messages using these shortcuts
PDF download Download Article

On Discord, you can only delete direct messages you've sent to other people, as well as messages you've shared in a server channel. You can't delete messages sent by someone else unless you're a server moderator with the "Manage Messages" permissions. You can also use a bot or script to wipe a Discord chat channel. Here's how to delete a message in Discord on a PC or Mac.

Quick Steps

  1. Navigate to a chat.
  2. Hover over the message you want to delete.
  3. Click ••• next to the message.
  4. Click Delete Message.
  5. Click Delete.
Section 1 of 5:

Deleting Direct Messages

PDF download Download Article
  1. To find a list of your open DMs, click the Discord icon in the top-left corner. Select a user from underneath the Direct Messages header.
  2. Some icons will appear on the right side of the screen (parallel to the message).
    Advertisement
  3. It's one of the icons on the right side of the message. A menu will open.
    • You can also right-click the message to open this menu.
  4. A confirmation message will expand, asking if you're sure you want to delete the message.
    • If you just want to rephrase what you said, you can edit the message instead of deleting it. To do so, click Edit Message to open the message for editing, make your changes, and then press Enter or Return to save it.[1]
  5. The selected message is now removed from the conversation.
    • Neither you nor the other parties involved in the conversation can see the message now that it's been deleted.
    • Once you delete a message in a Direct Message, it is gone forever. There is no way to restore it. However, keep in mind that the other party may have taken a screenshot beforehand.
  6. Advertisement
Section 2 of 5:

Deleting Channel Messages

PDF download Download Article
  1. You'll see a list of all joined servers on the left side of Discord. Once you select a server, click the channel with the message you want to delete.
  2. Some icons will appear on the right side of the screen (parallel to the message).
  3. It's one of the icons on the right side of the message. A menu will open.
    • You can also right-click the message to open this menu.
  4. A confirmation message will expand, asking if you're sure you want to delete the message.
    • If you just want to rephrase what you said, you can edit the message instead of deleting it. To do so, click Edit Message to open the message for editing, make your changes, and then press Enter or Return to save it.
  5. The selected message is now removed from the conversation.
    • Neither you nor the other parties involved in the conversation can see the message now that it's been deleted.
    • Once you delete a message in a server, it is gone forever. There is no way to restore it. The only exception is if an admin placed a bot on the channel that tracks deleted messages, they may be able to use bot commands to view deleted messages.
  6. Advertisement
Section 3 of 5:

Using a Bot to Clear Chat

PDF download Download Article
  1. You must have the proper permission to add a Discord bot. Be sure to give MEE6 a moderator role so it's allowed to delete messages.
    • Keep in mind that MEE6 can only delete messages within the past 2 weeks.
    • MEE6 is a popular bot, but you can use any Discord bot that is programmed to delete messages.
  2. MEE6 can clear the last 100 (or more) messages in a text channel at once.
  3. This will send the command to MEE6, which will then delete the last 100 messages in the text channel.
    • Repeat this step as many times as needed or in other channels as needed.
  4. Advertisement
Section 4 of 5:

Using a Script to Clear Chat

PDF download Download Article
  1. AutoHotkey allows you to program different actions using a script. You can download the installer from the official website. Then, run the installation file to set it up.
    1. This method will only work on Windows devices.
  2. To do this, right-click your desktop, hover over New, and select AutoHotkey Script.
  3. This should open the script in a Notepad file.
    1. If it doesn't open in Notepad, right-click the file, select Open with, and select Notepad.
  4. Select everything in the script and delete it so you have a blank slate.[2] Then, copy and paste the following code:
    t::
    Loop, 100000
    {
         send, {Up}
         send, ^a
         send, {BS}
         send, {Enter}
         send, {Enter}
         sleep, 100
    }
    Return
    
  5. You can name the file anything.
  6. This script can delete messages from a Direct Message or server channel.
  7. The script will start deleting messages in bulk. Do not use your keyboard or move away from Discord while this is happening.
  8. The H will be on the right side of your taskbar. The script will stop, and the messages will be deleted.
  9. Advertisement
Section 5 of 5:

Can you delete messages on Discord?

PDF download Download Article
  1. However, this only applies to messages you send. You won't be able to delete a message sent by someone else. The only exception is if the message was sent in a server in which you have moderator or administrator permission.
    • If you delete someone else's message as a server's moderator or administrator, the action can be found in the server's Audit Log.
      • The action looks like: [user(you)] deleted a message by [user] in [#channel].
      • The Audit Log will not show the deleted message unless you have a dedicated bot or service to log messages.

Expert Q&A

Ask a Question
200 characters left
Include your email address to get a message when this question is answered.
Submit
Advertisement

Tips

  • If you edit a message, the word "Edited" will appear beneath it so others know the message has been edited.
  • You can remove a DM conversation from your inbox by hovering your mouse cursor over the conversation and clicking the X. This doesn't delete the conversation, but it does hide it from your view.
Submit a Tip
All tip submissions are carefully reviewed before being published
Name
Please provide your name and last initial
Thanks for submitting a tip for review!
Advertisement

You Might Also Like

Advertisement

About This Article

Rain Kengly
Written by:
wikiHow Technology Writer
This article was co-authored by wikiHow staff writer, Rain Kengly. Rain is a tech writer and editor for wikiHow with over 5 years of professional writing experience. In the past, Rain has worked with other creative writers as a Writing Tutor at San Francisco State University and has published gaming features, guides, and news articles for a variety of media outlets. Rain shares a lifelong passion for writing and gaming and is eager to grow alongside new tech inventions. This article has been viewed 80,134 times.
How helpful is this?
Co-authors: 7
Updated: February 18, 2025
Views: 80,134
Categories: Discord
Article SummaryX

1. Hover the mouse cursor over the message.
2. Click the three dots.
3. Click Delete.
4. Click Delete to confirm.

Did this summary help you?

Thanks to all authors for creating a page that has been read 80,134 times.

Is this article up to date?

Advertisement