Comparison · RedditManager Review

RedditManager Review: Is It Safe for Your Reddit Saves?

RedditManager is a free web tool that reads your Reddit saved posts and gives you the search, grouping and bulk delete that Reddit itself never built. It has been around for years, it still loads today, and its homepage carries one line that tells you almost everything about how tools like this get judged. Sitting right under the login button, in bold, is the phrase “Safe! Username/Password not needed”.

That line is true. It is also doing a lot of work. Not handing over your password is one kind of safety. Handing a stranger’s side project a permanent key that can cast votes from your account is a different question, and nothing on the page raises it.

So this is a review of what RedditManager actually is, checked against the live site on August 4, 2026 rather than repeated from other people’s posts. What it does well, what it asks your account for, why so many people search for it alongside the words “not working”, and the one thing I would do before connecting it.

Quick answer
  • RedditManager is live, free and does what it claims. Verified on August 4, 2026.
  • It requests five Reddit permissions. Four map to a feature on the page. Vote does not.
  • The login is a permanent grant, not a session. It stays valid until you revoke it yourself.
  • The developer’s own FAQ says “I have moved on from this project”.
  • Missing saves are almost never the tool’s fault. Reddit caps every listing at 1,000 items.

What is RedditManager?

RedditManager is a free web app at redditmanager.com that logs in with your Reddit account, pulls your saved posts and comments through Reddit’s official API, and displays them grouped by subreddit with keyword search and bulk delete.

There is no download, no account to create and no payment. You click “Login with Reddit”, approve the permission screen, and your saves appear in the browser.

The homepage lists six features in its own words. Grouped by subcategories. Remove saved items. Search your items. Export saved items to your computer. View thread and context for links. Search through all saved items or a specific sub.

That is a fair description of the product. It is not a reading app, a highlighter or an archive. It is a filing cabinet with a search box and a bin, and for the specific job of cleaning up a Reddit save list that has turned into landfill, it is one of the better free options in the category.

The FAQ page is unusually candid about where it came from. It started as a side project to learn Node.js. It took “2 years of procrastination, 3 months of brainstorming and sketching, and 1 month of actual development”. It has never made any money. And, in answer to a question about contributing, the developer writes plainly that they have moved on from the project.

None of that makes it bad. Small honest tools built by one person are a good thing, and the candor is worth more than a polished about page. It does change how you should read the safety claim.

What RedditManager asks for on your Reddit account

This is the part nobody covers, and it takes about ten seconds to check for yourself.

The “Login with Reddit” button points at Reddit’s authorization endpoint, and the permissions it wants are sitting in the URL in plain text. On August 4, 2026 the request is scope=vote history identity read save with duration=permanent.

Here is what each of those means, using Reddit’s own descriptions as documented in PRAW’s refresh token guide.

ScopeWhat Reddit says it grantsRead or writeFeature it powers
identityAccess my reddit username and signup dateReadKnowing whose saves to load
historyAccess my voting history and comments or submissions I’ve saved or hiddenReadThe saved list itself
readAccess posts and comments through my accountReadPost titles, bodies and thread context
saveSave and unsave comments and submissionsWriteThe bulk remove button
voteSubmit and change my votes on comments and submissionsWriteNothing on the page

Four of the five are earned. identity, history and read are the minimum you need to show someone their own saves, and save is unavoidable if you want a delete button, because unsaving is a write.

vote is the odd one. There is no voting feature on RedditManager. No upvote button, no downvote button, nothing in the feature list. The app is asking for permission to submit and change votes from your account to do a job that involves no voting.

I want to be fair about what that does and does not mean. Over-scoping is the single most common mistake in hobby OAuth apps, because it is easier to paste every scope you might ever want into one authorize URL than to come back and ask again later. It is far more likely to be a copy-paste from a tutorial than anything sinister. But the permission is real whether or not it was deliberate, and it is the kind of thing you should be told before you approve it, not after.

The permanent bit matters more than the scopes

duration=permanent is the quieter half of that URL, and it is the half I would actually think about.

Reddit’s OAuth2 documentation is direct about the difference. All bearer tokens expire after one hour. If an app indicates it needs permanent access to your account, it additionally receives a refresh token, which it can use to mint fresh access tokens indefinitely. PRAW puts the consequence plainly, describing refresh tokens as valid credentials until manually revoked by the user.

So the shape of what you approve is not “let this website read my saves this afternoon”. It is “let this website act on my account under these five permissions, forever, until I go and switch it off”.

That is worth sitting with next to the FAQ line about having moved on from the project. The grant outlives the maintenance. A tool nobody is updating still holds a working key, and the only person who can take it back is you.

Is RedditManager safe?

Here is the honest verdict, and it is not a yes or a no.

On storage, it is better than most paid tools. The FAQ states that nothing is kept on its server, that requests go from your browser to Reddit’s API, and that the data stays in the browser until you close it. The developer even frames the reason bluntly, which is that servers cost money and the service is free. There is no database of your saves sitting somewhere waiting to be breached, because there is no database.

On access, it asks for more than it needs and keeps it longer than it needs. Five scopes, one of which powers nothing, held under a permanent grant by a project its author has publicly stepped away from.

Those two facts get collapsed into one word constantly, and they should not be. “Stores nothing” and “safe” are different claims. A tool can hold zero bytes of your data and still hold a live key to your account. That is the thing the homepage line quietly skips over, and it is not unique to this tool. It is how most of the category is marketed.

My position, for what it is worth, is that RedditManager is fine to use for the job it is good at, and that you should treat the connection as temporary even though the grant is not. Do the cleanup, then take the key back. That takes about twenty seconds and it is the section below.

Why is RedditManager not working?

“Not working” is one of the most common things people type after the name, so it is worth separating the four causes. Only one of them is a bug.

Your saves are older than your most recent 1,000. This is by far the most common. Reddit’s API returns a maximum of 1,000 items per listing, fetched 100 at a time, as documented in PRAW’s ListingGenerator reference. Everything before that is invisible to every tool that reads the API, not just this one. The app looks broken because things are missing, but it is showing you everything it is allowed to see. More on that ceiling in our guide to the Reddit saved posts limit.

Your grant went stale. If you changed your Reddit password, or used “log me out everywhere”, the refresh token the app is holding stops working. You get errors or an empty list until you authorize again.

The shared rate limit is saturated. This one is structural and almost nobody mentions it. Since July 1, 2023, Reddit’s own API terms summary puts free access at 100 queries per minute per OAuth client ID. A hosted multi-user app has one client ID, and you can read it out of the login URL. Every user of RedditManager draws from the same bucket. Pulling one person’s full save list is ten calls. Ten people arriving together is a hundred, which is the whole allowance. Free hosted Reddit tools do not get flaky because the developer is careless. They get flaky because the pricing model puts an entire user base on one meter.

The post itself is gone. A save whose original was deleted or removed comes back as a stub with no title. Nothing can fix that, which is the argument for keeping your own copy at save time rather than reading the list back later.

RedditManager alternatives, briefly

This is not a ranking post. If you want the full field tested, that lives in our Reddit saved posts manager guide. The short version, if RedditManager is not the fit.

OptionThe trade-off
BookmarkedditAsks for three scopes instead of five, MIT licensed and self-hostable. Development has nearly stopped.
SavedditStill loads, but the code stopped in March 2022 and the name means three unrelated projects.
Reddit’s own data exportThe only route past 1,000 saves. Slow to arrive, and returns links rather than post content.
DeweyPaid, covers X and LinkedIn too, and someone is on the hook for keeping it running.
ContextBoltCaptures at save time instead of reading back later. Does nothing retroactive.

If your problem is a messy list of recent saves, RedditManager or Bookmarkeddit will both solve it for free today, and I would pick Bookmarkeddit purely on the scope count. If your problem is the saves that already fell off the end, no app on this list helps and you want the data export instead.

How to revoke RedditManager’s access

Do this when you have finished, whatever tool you used. It is not a comment on this one.

  1. Go to your Reddit app settings: open reddit.com/prefs/apps while logged in.
  2. Find it under authorized applications: the list shows every third-party app holding a grant on your account, which is usually longer than people expect.
  3. Revoke access: the key stops working immediately and the app has to ask again next time.

One thing worth knowing, because it catches people out. Changing your Reddit password is not the same as revoking access. Tokens are separate credentials with their own lifecycle, which is exactly why PRAW describes them as valid until manually revoked. If you want a clean sweep, revoke the apps individually rather than assuming a password change did it for you.

What I would actually do

Use it, then unplug it.

RedditManager solves a real problem for free, its privacy design is genuinely better than several tools that charge money, and the developer was honest enough to write “I have moved on from this project” on a public page instead of pretending otherwise. That deserves more credit than it usually gets.

But the safety claim on the homepage measures the wrong thing. Skipping the password is table stakes for any OAuth app, and it says nothing about what happens after you click approve. The questions that matter are how many permissions the app took, whether it needed all of them, and how long it gets to keep them. On this tool the answers are five, no, and forever.

Check that URL before you approve any Reddit tool. The scopes are always sitting in it, in plain text, and reading them takes less time than reading a review of the app. If a saved posts viewer is asking to vote as you, that is worth a second of thought, even when the explanation is almost certainly a copied line of setup code.

And the ceiling stays where it is regardless of which one you pick. Reddit will hand any of these apps your most recent 1,000 saves and nothing before that. Every tool in this category is a better window onto the same room. The only thing that actually changes the room is deciding to keep your own copy from the moment you hit save.

RedditManager Review: FAQs

Is RedditManager safe to use?
It stores nothing on its servers, which is genuinely good. But it requests five Reddit permissions, including vote, and asks for permanent access rather than a single session. That grant stays live until you revoke it at reddit.com/prefs/apps. Verified on August 4, 2026.
Why is RedditManager not working?
Usually one of three things. Your saves are older than your most recent 1,000, which Reddit's API will not return. Your login grant went stale after a password change. Or the shared rate limit is saturated, because every user goes through one client ID.
Is RedditManager free?
Yes. The FAQ says it is free and always will be, and that the developer has made no money from it. The site runs Google ads and a donate link. There is no paid tier and no account beyond your Reddit login.
Does RedditManager store my Reddit data?
No. Its FAQ states data is not stored on its server. The app calls Reddit's API from your browser and the results stay there until you close the tab. That also means it cannot recover anything for you later.
How do I remove RedditManager's access to my account?
Go to reddit.com/prefs/apps, find it under authorized applications, and revoke access. Changing your Reddit password alone is not enough on its own, because refresh tokens stay valid credentials until they are manually revoked.