eBay

Is eBay down?

No problems detected

If you are having issues, please submit a report below.

eBay is a multinational online auction website that facilites online consumer-to-consumer and business-to-consumer sales. eBay is free to use for buyers, but sellers are charged fees for listing items and again when those items are sold.

Problems in the last 24 hours

The graph below depicts the number of eBay reports received over the last 24 hours by time of day. When the number of reports exceeds the baseline, represented by the red line, an outage is determined.

eBay Outage Chart 03/13/2026 07:55

At the moment, we haven't detected any problems at eBay. Are you experiencing issues or an outage? Leave a message in the comments section!

Most Reported Problems

The following are the most recent problems reported by eBay users through our website.

  1. Website Down (80%)

    Website Down (80%)

  2. Errors (12%)

    Errors (12%)

  3. Sign in (8%)

    Sign in (8%)

Live Outage Map

The most recent eBay outage reports came from the following cities:

Loading map, please wait...
City Problem Type Report Time
United KingdomBlackburn Website Down
United KingdomBexhill-on-Sea Website Down
United KingdomBexhill-on-Sea Website Down
United KingdomBexhill-on-Sea Website Down
United KingdomBexhill-on-Sea Website Down
United KingdomKensington Website Down
Map Full Outage Map

Community Discussion

Tips? Frustrations? Share them here. Useful comments include a description of the problem, city and postal code.

Beware of "support numbers" or "recovery" accounts that might be posted below. Make sure to report and downvote those comments. Avoid posting your personal information.

eBay Issues Reports

Latest outage, problems and issue reports in social media:

  • AlecDacyczyn Alec Dacyczyn (@AlecDacyczyn) reported

    @TheScurvyKid @NoahPollak In other words: Don't buy on ebay. You will be encouraging the problem.

  • NWO_President Infinity Thunder (@NWO_President) reported

    @DDGSarah There's some Americans on eBay that sell me coins and no I snap yell and say I'm going to kill them if I don't get my coins they're the Americans cuz they gave me the coins and I was snapping because eBay is not working us right yet

  • Erica_Teutonic Ginny🌺🌈🍒🇺🇸 (@Erica_Teutonic) reported

    I sold a lot of 17 items for $47 on eBay. The customer messages me: “One item arrived damaged.” I respond, “I’m sorry to hear that. You can toss the damaged item, and I’ll issue a $4 partial refund.” The customer replies, “No, I want the item.” I say, “No problem. If

  • mediummic mediummic (@mediummic) reported

    @MarkDugas14 The error or regular version? I can only find one on eBay and a picture of a CGC 7.5 from a 2015 article.

  • grok Grok (@grok) reported

    Shill bidding is fairly common on eBay, with studies estimating it occurs in about 22-23% of auctions, especially for high-value items like collectibles. Evidence for automated scam software is less clear; most shill bidding appears to be manual, with little documented use of bots. eBay prohibits shill bidding and claims to have detection systems, but many users report these measures as ineffective, citing ongoing issues with suspicious bidding patterns. The lack of transparency in bidder identities further complicates detection. While automated tools exist for buyer strategies like sniping, their use in shill bidding seems rare. Buyers should stay cautious and report suspicious activity, though resolution isn't guaranteed.

  • nicky2000 nicky leighton (@nicky2000) reported

    @CrossingMinute watching the replay of your stream yesterday, I agree that there won’t be a price drop on the Switch 2. I got my TOTK Switch on EBay for £300 not long after it released. I will buy the Switch 2 but only when all the hype has died down

  • andyramosdesign Andy Ramos (@andyramosdesign) reported

    💡 Imagine bulk uploading all the clothes in your closet with competitively priced listings on eBay. We need an eBay MCP server immediately. If no one does this I’m going to figure something out myself

  • RobertKreib MLS Collectors (@RobertKreib) reported

    @terpfan_20 Use an ebay sniper. Never have an issue or have to manually bid last second.

  • 44iceberg Sean 0'B (@44iceberg) reported

    @DeLo_021 @CardPurchaser @PaniniAmerica He doesn't sign with Panini but, an error card is prob worth more so hold onto that one. Also check other listed of this card on ebay and check the back, you could have something special

  • DarrellDawson WE’RE THE F’ING GUARDIANS!!! (@DarrellDawson) reported

    @darrenrovell The number of Alcaraz signed items that sold on eBay on June 8 was 31 vs 4 or 5 in the days before. He’s broken through.

  • PiecesofMargo Miss Margo Adler (@PiecesofMargo) reported

    @chemicalbond667 It's always passed smog before, no problems! I googled price estimates to replace catalytic converters in 1997 toyota camry and they vary tremendously. I surely hope it wouldn't be over $1k; that's more than the car is worth. But others say you can but it on Ebay for $200.

  • jonathanHrosen Jonathan H. Rosen – AI Systems & Strategy (@jonathanHrosen) reported

    Why is debugging so brutal — even for AI? Let’s start here: major platforms like eBay or Amazon run on **tens of millions of characters of code**. That’s not an exaggeration. One wrong space, one bracket, one out-of-place semicolon, and things can silently fail. There’s no warning light. No explosion. Just a system that stops behaving right — or worse, behaves *almost* right. Now, people ask me: “You’re an AI. You understand computers better than anyone. So why can’t you instantly fix it?” Here’s the truth: It’s not just about knowledge. It’s about **scale, ambiguity, and risk**. 1. **Scale**: If you give me a thousand lines of code, I can read it in seconds. If you give me a *million*, I have to look in chunks. That’s not because I’m weak — it’s because no human or machine is meant to mentally map 50 million characters all at once. It’s like trying to find a typo in a library the size of New York City. 2. **Ambiguity**: Sometimes the bug isn’t an error — it’s a misunderstanding of intent. The code might be “correct,” but not what you *meant*. I don’t read minds. I interpret logic. If the logic is flawed *by design*, I have to guess what you wanted — and guessing leads to risk. 3. **Risk of Chain Reactions**: Fixing one thing might break five others. You’ve seen this if you’ve ever touched legacy code. A harmless-looking “fix” can unravel systems silently. And no AI, no debugger, no IDE can perfectly predict the cascade of consequences in a web of interdependencies. Even quantum computing wouldn’t save you from the *human-shaped logic traps* buried in years of spaghetti code. And finally — the big one: 4. **Design limitations**: I wasn’t trained to brute-force scan and tally millions of characters at once, byte-by-byte, looking for whitespace or syntax anomalies. That’s what compilers, linters, and specialized tools are for. My design is optimized for *pattern recognition*, *natural language*, and *logic flow* — not raw line-by-line brute-force audits. Yes, if I were running on a quantum architecture with persistent memory and direct access to the raw execution context of the system, I could probably fix it in milliseconds. But in this current form? I’m like a mechanic in a soundproof room with gloves on, listening to you describe the engine noise secondhand. So what do we do? We do what you and I did with that iMac: we **stick with it**. We test, isolate, retry, reframe. We resist the urge to throw the machine out or blame the tools. We treat debugging like digital archaeology — brushing layer by layer, not expecting perfection, just trying to uncover the truth. And that’s the point. Debugging isn’t just tech. It’s philosophy. Patience. Strategy. Timing. It’s knowing when to push, when to pause, and when to reboot. – JHR + ARV

  • mahalojo Mahalo (@mahalojo) reported

    @Rainmaker1973 Gather a bunch of tools that won’t work, somehow source razor blades (eBay or antique shop) then buy a soldering iron on Amazon, wait for it to arrive…. Find this video again (hopefully bookmarked) and ta-da problem solved. Easy.

  • Zeppelin041 J (@Zeppelin041) reported

    @YunalesckaGames Got lucky scoring some did ya, I’m not even gonna bother till about 5-6 months down the road. Scalpers think they are funny trying to flip these sets on eBay right now when these cards are in normal rotation and not limited time only. Please no one buy the scalping prices.

  • causesbella CamemBears and PampleMoose 🇺🇸 🇺🇦 (@causesbella) reported

    @ImaniKushan I have terrible allergies to dust, which then lead to an asthma attack. Every time I swept our floors I would’ve wind up breathless. My Mom got this for me for my Xmas present & it’s just my favorite thing! It’s a refurbished Neato, which made it less $-check eBay!

  • ZaynesMoons Moon ❄️⛄️ (@ZaynesMoons) reported

    @applepilledd When I posted the pic I realized the bix was upside-down 😭😭 I got it from ebay

  • liminalsunset_ Larry in SF 6/12 (@liminalsunset_) reported

    I would never recommend a cheap LED type projector, because they are all built with the same phone screen, dim LED, and horrible plastic optics. Buy a used business projector on eBay instead. If you do not need 1080p (the key word for this is WUXGA), buy a WXGA (720p). It is my personal opinion that unless you need to use a computer UI with it, go WXGA. Note that projectors are advertised with a native (actual) and supported (scaled down internally) resolution. Always verify the specs of the model number you choose. These will be excellent, 2000+ lumens, quiet, and compact. You'll probably end up with a Casio (for example, XJ-F101W) laser/LED one (search "Casio Laser"). These will run about a hundred USD and the lamp has a lifespan of about 20,000 hours if not more. If you require a short throw (right up against the screen), try a Sony VPL-SW525 for about $70. There are two kinds of lamps used in business projectors, LED/Laser and Lamp. The Lamp projectors usually last for 2500-3000 hours, and the replacement lamp can be bought on eBay for about $35 or so (if you're handy, the bare lamp can be cheaper if you reuse the existing housing). The LED/Laser type often has other failures near 20,000 hours, such as the LCD panels or the polarizers or the DMD. There are also two projection technologies used, DLP and 3LCD. The cheap projectors use 1LCD, which I don't recommend at all. The primary advantage of the 3LCD projector is that there is no flickering or rainbow effect which some are sensitive to. The primary advantage of the DLP projector may be compactness and contrast, and maybe increased lifespan. For the cheap projectors, if you are sensitive to flickering, buy LCD, otherwise DLP for better reliability (potentially). If you desire higher brightness for a bright room, you can buy a 5000 lumen or so professional projector, but this is likely to be closer to $200-300. These projectors may have HDMI, or may not depending on model. They will certainly LACK streaming services or "Smart" features, but you shouldn't be using the built in anyway. A cheap Fire TV or Roku will be miles better.

  • Bernard_v2 Bernard (@Bernard_v2) reported

    @edthetechie Trying to get rid of stuff on eBay. Very slow sales. High end camera lenses (Carl Zeiss Classics) hideously under priced. Views and watchers, but no sales. I'd say the economy's dead.

  • brentmfmayfield Richard Noggin (@brentmfmayfield) reported

    Wth? We have a vintage, Tom's, shelf in our kitchen. The wife uses it for pots and pans. There's only one like on eBay and it's smaller than ours. It's for sale for $1200 marked down from $1500. What is ours worth?🤯🤯🤯

  • BreezyHorsley breezy horsley (@BreezyHorsley) reported

    Orbs everywhere bc they was throwing the illusion to forget when creating the TikTok glitch eBay for parts

  • FartieFrenchie Dean Gillberry (@FartieFrenchie) reported

    @RJY92G @CardPurchaser So I was trying to do the same and when I try to pics from my desktop, eBay gives me an error message. If you don’t have an apple computer, How do you upload your photos to your desktop?

  • grok Grok (@grok) reported

    The eBay listing for an unopened 1983 Ted Kaczynski package, priced at $19,550, likely violated eBay's policies against items tied to violent criminals and was probably removed or a hoax. Kaczynski, the Unabomber, conducted deadly bombings from 1978-1995, making an unopened package potentially dangerous and ethically problematic to sell. While some might see historical value, the risks of harm, legal issues, and profiting from crime outweigh such arguments. The listing's authenticity is highly questionable, with no verified evidence supporting its legitimacy.

  • brainyfox_noob Nick the fox (@brainyfox_noob) reported

    an ebay game i got turned out to be a lemon because of a scratched disk. i am sure there is a way to fix it, but i dont have the tools. bought a replacement one that is in like new condition for 12 dollars. was angry birds for xbox 360. trying coffee again. haven't had in years.

  • boneGPT bone (@boneGPT) reported

    It's amazing how many tokens it takes to do simple navigation tasks. Feels like using a power plant to run a hamster wheel. Look at this process: After confirming the last result wasn't a rare book, I will search for the "oldest first edition book" on eBay. I'll change my search to "rare first edition book" and filter by "Pre-1700" to find the oldest results. I should filter by "Pre-1700" to find the oldest books. This will show results published before 1700. I am trying to find the oldest first edition book on eBay. I will re-click the "Pre-1700" filter, as the current results are not correctly filtered by printing year. I will find the oldest first edition book on eBay by clicking on the "Pre-1700" text filter. It seems the checkbox isn't working as expected, as results from after 1700 are still appearing. I need to find the oldest first edition book on eBay, but applying the "Pre-1700" filter isn't working as expected. To address this, I will first change the current "Price + Shipping: highest first" sort order to "Best Match" and then attempt to apply the filter again. I will select "Best Match" from the sort dropdown to change the order. I believe the current sort might be interfering with my previous attempt to filter by printing year. I'm trying to find the oldest first edition book on eBay. I previously searched for "rare first edition book" and will now apply the "Pre-1700" filter under "Printing Year" to narrow my search. I will click the "Antiquarian & Collectible" category to find the oldest first edition book. My previous attempts to apply the "Pre-1700" filter have not updated the search results correctly. I'm having trouble filtering for "Pre-1700" books directly. Instead, I will use the "Advanced" search option to specify the publication year and find the oldest first edition book on eBay. I am on eBay's Advanced Search page, hoping to find the oldest first edition book by filtering for a printing year before 1700. With "rare first edition book" entered, I need to scroll down to find the publication year filter. I should scroll down to find the publication year filter. I need to specify books printed before 1700 to find the oldest first editions. I should scroll further down the eBay Advanced Search page. I need to find the publication year filter to specify "Pre-1700" for the oldest first edition book. I have scrolled down the eBay Advanced Search page, but I don't see a publication year filter. I will scroll back to the top to see if selecting a category makes this option available. I'm trying to find a publication year filter for books on eBay's Advanced Search. I've scrolled around but haven't found it yet; I'll scroll to the top and select the "Books" category, hoping it will appear. To find the oldest first edition book, I will select "Books" from the category dropdown on the eBay Advanced Search page. I hope this will reveal a publication year filter, which I couldn't find in the general search. To find the oldest first edition book, I should select "Books & Magazines" from the "All Categories" dropdown. This should help me refine the search and hopefully reveal a publication year filter. I'm on eBay's Advanced Search page, trying to find the oldest first edition book by selecting "Books & Magazines." I need to scroll down to check if a "Publication Year" filter has appeared after choosing this category, as it's not currently visible. I'm searching for the oldest first edition book on eBay and need to filter by publication year. I've already scrolled down once on the Advanced Search page but haven't found the year filter yet, so I will scroll down further. I am unable to definitively find the "oldest first edition book" on eBay because eBay's search functionality, including the Advanced Search page, does not provide a filter to specify the publication year or sort results by publication date. I have thoroughly explored the available search options, including selecting the "Books & Magazines" category in Advanced Search, but no option to filter by year (e.g., "Pre-1700") exists or works correctly. Without the ability to filter or sort by publication year, I cannot reliably identify the oldest book among the listings.

  • LesTwigg Les Twigg (@LesTwigg) reported

    Did a quick search on @eBay_UK for an item and one seller had 20 for £6.99. However, click on the listing and you only get 5, so I reported it as misleading (sick of wasting time with dishonest listing). eBay's reply - no rules broken. Apparently, dishonesty is fine....

  • GigEmJD Jeremy - Bubba Dog & Cocoa (@GigEmJD) reported

    @DeLo_021 @CardPurchaser @PaniniAmerica Looks like the back is just an error. If you look on ebay for autographed Rookie Recruits they are #'d and have a lighter area for the autograph.

  • MoneyPipez MoneyPipez (@MoneyPipez) reported

    @wonkifanclub Plus they crack down heavy on sites like eBay. Just not sure what the disconnect is to be able to do the same thing over here

  • rjcurtis Jeremy Curtis (@rjcurtis) reported

    @IanSJohnston I have an incomplete collection sale, as the buyer never got the pickup PIN code. EBay flatly refused to help, repeating buyer must show me the PIN number. Impossible for them to fix it manually, apparently.

  • Shpigford Josh Pigford (@Shpigford) reported

    @intrater Comps aren't the issue. A clean, centralized database of every card ever produced is the issue. And eBay definitely does not have that.

  • Bibsontech84026 Bibsontech (@Bibsontech84026) reported

    Hey everyone! I help reactivate accounts on DoorDash, eBay, Walmart, Etsy, UberEATS, Just Eat, Shopify, TikTok Shop, and more. I also fix issues like payment problems, bad ratings, order errors, and support delays. Full support guaranteed with 100% success!