My profile posts aren't showing on Reddit: the 4 real causes
Your Reddit submissions vanished from your profile feed? Here are the 4 actual causes — crowd control, sub karma gates, account filters, sitewide removals — and how to diagnose each.
You hit submit, the post looked live, you closed the tab. An hour later a friend says they can't find it on your profile. Neither can you, when you check in an incognito window. The submission exists in your own logged-in view but nowhere else.
This is one of the most common ops problems on Reddit, and the fix depends entirely on where the post is being hidden and by whom. There are exactly four causes worth checking, in this order.
The 10-minute diagnostic
Before guessing, run this. Most cases resolve in the first two checks.
Rendering diagram…
The incognito check is non-negotiable. Reddit shows you your own removed content as if it were live. That's the whole reason people don't notice removals for days.
Cause 1: Crowd control is collapsing your post
Crowd control is a per-subreddit setting that automatically collapses or filters content from users who aren't "established" in that sub. "Established" means karma earned inside that specific subreddit, not your sitewide total. A 50,000-karma account is a brand-new user in a sub it has never posted in.
When crowd control fires on a submission, the post technically exists, but it's filtered out of the main feed and may not surface on your profile to logged-out viewers. According to Reddit's own crowd control documentation, the setting has three levels and the strictest one will hide qualifying posts from the listing entirely.
Fix: post in the sub's daily/weekly thread first, get a few comment upvotes, then try the submission again. If you're picking subs to build sub-specific karma in before launching, the 6 best subreddits for indie SaaS founders in 2026 is the shortlist worth working through.
Cause 2: AutoModerator caught a karma or age rule
Most active subreddits run AutoModerator with thresholds like "minimum 100 combined karma" or "minimum 30-day account age". These rules remove your post silently. To you it looks submitted. To everyone else it's gone.
The tell: the thread URL still loads in incognito, but the post body says "[removed]" or the title is there with no content. Sometimes there's a sticky comment from AutoModerator explaining why. Often there isn't.
Fix: read the sub's wiki (reddit.com/r/<sub>/wiki/index) and rules page before posting. If you can't find a stated threshold, modmail the sub politely and ask. Most mods respond. For the actual numbers that subs tend to set, the karma thresholds that actually matter on Reddit covers the realistic floors.
Cause 3: Account-level filtering or shadowban
This is the scary one. If your post is missing from the thread page in incognito (not just your profile), and the sub's rules don't explain it, you may be shadowbanned sitewide or filtered by the sub at the account level.
A sitewide shadowban means Reddit's admins flagged your account. Everything you post is auto-hidden from everyone but you. There's no notification. The community r/ShadowBan exists specifically to test this, post your username and the bot replies within minutes telling you whether you're shadowbanned.
Sub-level filtering is similar but scoped, one subreddit's mods have added you to their filter list, often automatically based on history in unrelated subs.
Fix for sitewide shadowban: appeal via Reddit Help. Be honest about what you were doing. Mass identical comments, vote rings, or comments posted faster than humans plausibly type are the usual triggers. If your account is clean, the appeal usually resolves in 1-3 days.
Fix for sub-level filter: modmail the sub. "My post in your sub doesn't seem to be appearing, can you check the filter?" works better than "why did you ban me".
Cause 4: Sitewide admin removal
Rare, but it happens. If the thread URL returns a 404 or "this post has been removed by Reddit", an admin (not a mod) pulled it. Causes include suspected vote manipulation, ToS violations, or copyright complaints.
There's no diagnostic to run here, the message is the diagnostic. Your only move is to appeal through the Reddit Help contact form and wait.
The pattern behind all four
Notice the through-line: Reddit deliberately doesn't tell you when your content is hidden. Crowd control, AutoMod removals, shadowbans, and admin actions all leave your own logged-in view untouched. The first sign something is wrong is silence, no upvotes, no comments, no DMs.
The operational lesson is to never trust your own logged-in view. Every submission that matters gets verified in an incognito window inside 10 minutes of posting. Every sub you plan to post in gets a karma-warming cycle before you submit anything you care about. And if you're tracking buyer-intent threads across a dozen subs at once, an automated pipeline like the Reddit JSON API workflow for buyer-thread alerts will surface removals faster than your eyes will, because the absence of expected engagement is itself a signal.
The accounts that survive on Reddit are the ones that treat every removed post as a debuggable event with a specific cause, not a mystery.
Related reading
What is karma on Reddit? The minimums that actually matter
Karma is Reddit's reputation score for posts and comments. Here's how it works, why subs gate on it, and the real numbers founders need before posting.
The 6 best subreddits for indie SaaS founders in 2026
A rules-checked tour of the 6 subreddits where indie SaaS founders actually get traction in 2026, with each sub's self-promo policy spelled out.
Reddit JSON API: the no-auth workflow for buyer-thread alerts
Append .json to any Reddit URL to pull posts and comments without OAuth, then pipe buying-intent threads straight into a Slack channel.