How To Delete All Reddit Posts

If you’re a long-time Reddit user, chances are you regret at least a few posts you’ve shared with the community. Getting shunned for sharing an unpopular opinion is business as usual on Reddit, so many users end up wishing they’d saved their opinion to themselves.

Even if this isn’t the case, wiping the slate clean and starting fresh sounds like a good idea for some. If this is true for you, you might be wishing for a way to get rid of all your Reddit posts.

Unfortunately, Reddit doesn’t offer such an option. Neither the old version nor the Redesign offers a bulk delete feature, so your choice comes down to manual work and using an external source.

Even worse, this might not even be an option for users that have hundreds or thousands of posts. So what can you do?

No Mass Delete? No problem

If you’re disappointed by the lack of a bulk delete feature, fear not, as there are other options at your disposal.

Generally, what people would do in this situation is delete their account and start from scratch. Before you consider this, keep in mind that Reddit is a bit different from other platforms, as all your posts and comments are left for everyone to see after you’ve deleted your account.

Removing your account from the community doesn’t do anything. Your name, along with everything you’ve ever posted is still in Reddit’s database and available to the public.

Luckily, there’s a way around this, and it requires using one of the many scripts designed to wipe your data from the face of Reddit.

How to Delete a Reddit Post

If you want to delete only one post, you can. If you have several posts this isn’t going to be the best solution. But, if you only have a handful, this might actually be faster than some of the methods we’ll list below.

To delete one Reddit post, do this:

  1. Open Reddit in a browser window and log in.
  2. Click on your username in the upper right-hand corner, then select ‘Profile.’
  3. Click on ‘Posts’ at the top. Then, click ‘Top’ or ‘Hot’ if nothing appears.
  4. Click the three horizontal dots next to the post you’d like to delete. Then, click ‘Delete.’

Unlike with the account we’ve just used, you may have several posts. Which means that this can take a very long time. So, if you don’t want to delete your entire account, there are a few workarounds.

RES – Your Reddit Best Friend

RES (Reddit Enhancement Suite) is a browser extension that opens up a world of possibilities that aren’t native to Reddit. Among these is an option to delete all your posts, comments, and other contributions you’ve made to the community.

RES offers support for various scripts that can let you manipulate your Reddit data in bulk. Once you’ve installed it, here’s how to delete all your posts and comments:

  1. Load as many posts and comments as you can on a page by using RES.
  2. Hit Ctrl + Shift + J to access the developer tools console.
  3. Paste the following code into the console:

var $domNodeToIterateOver = $('.del-button .option .yes'),    currentTime = 0,    timeInterval = 1500; $domNodeToIterateOver.each(function() {   var _this = $(this);  currentTime = currentTime + timeInterval;   setTimeout(function() {    _this.click();  }, currentTime);});

  1. Hit Enter to run the Script.

Pro tip: “timeInterval = 1500” is the time between each click of the Delete button. If you want to speed up this process, you can lower the value to 500.

This is a fairly straightforward process, but some less tech-savvy users might still find it a bit troublesome. Thankfully, there’s an even easier solution.

Power Delete Suite

Power Delete Suite is a comprehensive script that can be far more capable than the first solution due to its variety of options. You can filter the posts that you want to delete by various criteria, export your data so that you can save it, and do all kinds of stuff that Reddit doesn’t let you.

All of this is made possible by 660 lines of code. Does this mean you’ll have to play with them? Not at all. The kind soul that created Power Delete Suite packed all those codes into one button that you can click to access all the features.

All you have to do is drag the button to your Bookmarks toolbar and log into your Reddit account. After that, just press the button that shows up, and you’ll get a ton of options that will allow you to delete all the posts you no longer need.

One of the best things about Power Delete Suite is privacy. It doesn’t do any tracking, logging, or communicating with personal servers. The whole process can be done anonymously, so your private information is kept safe.

Delete All Comments

Since you’re here, we’ll take you through the simplest method to delete all of your Reddit comments too! You’ll need to use Google Chrome with the Nuke Reddit extension to do this. But it only takes a few seconds to wipe everything away.

Note: We used the Classic version of Reddit for this. If the newer version isn’t cooperating, switch to Classic Reddit by clicking on your username at the top, then click on ‘Visit Old Reddit.’

Now, let’s install the Nuke Reddit Extension to Chrome and get to work!

  1. Log into Reddit and click on the Nuke Extension.
  2. Select the option to ‘Overwrite and Delete All My Comments.’
  3. Let the Chrome extension do its magic.
  4. Go back to Reddit and check for comments. They should all be gone.

The Final Word

These scripts are your best options for deleting all your Reddit posts. If you don’t want to be a part of the community anymore, you still have to do this to remove all traces of your profile.

And if you just want to remove some of the posts, Power Delete Suite is there for you. In just a few clicks, you can clean your Reddit profile thoroughly and purge all unwanted posts.

Give these scripts a try, and don’t forget to share your experience in the comments section. Also, if you have other questions related to Reddit, go ahead and share those as well.

Disclaimer: Some pages on this site may include an affiliate link. This does not effect our editorial in any way.