Collection: Certified Pre-Owned AirPods, Every Model, Tested & Backed

4 products

  • Sale

    Apple

    1696 total reviews

    AirPods Pro (3rd Generation)

    Regular price From $179.99 USD
    Sale price From $179.99 USD Regular price $249.99 USD
    Save 28%
    Sale
  • Sale

    Apple

    1696 total reviews

    AirPods Max - Midnight (USB-C)

    Regular price From $379.99 USD
    Sale price From $379.99 USD Regular price $549.99 USD
    Save 27%
    Sale
  • Sale

    Apple

    1696 total reviews

    AirPods Max - Blue (USB-C)

    Regular price From $379.99 USD
    Sale price From $379.99 USD Regular price $549.99 USD
    Save 23%
    Sale
  • Sale

    Apple

    1696 total reviews

    AirPods Max - Orange (USB-C)

    Regular price From $379.99 USD
    Sale price From $379.99 USD Regular price $549.99 USD
    Save 23%
    Sale
Are certified pre-owned AirPods reliable?

Yes. Plug's CPO AirPods are independently inspected for battery capacity, audio output, microphone function, and pairing reliability before listing. Each pair carries a 30-day return guarantee so you can buy with confidence.

What is the cheapest AirPods model at Plug?

Certified pre-owned AirPods 3rd generation start at $49 at Plug, about 45% less than buying new. Older AirPods 2nd generation models may be available at even lower prices depending on inventory.

What's the difference between AirPods Pro and regular AirPods?

AirPods Pro feature Active Noise Cancellation, a silicone ear tip for a sealing fit, and Transparency Mode, features absent from standard AirPods. AirPods Pro also support spatial audio and Adaptive Audio (2nd gen). Regular AirPods have an open-ear design with no ANC.

Do refurbished AirPods come with a warranty at Plug?

Plug offers a 30-day return window on all certified pre-owned AirPods. While they don't carry the Apple Limited Warranty, Plug's CPO inspection process ensures each pair meets our quality standard before shipping.

Can I use AirPods bought at Plug with non-Apple devices?

Yes. AirPods connect to any Bluetooth device, Android, Windows, or other platforms, using standard Bluetooth pairing. Features like automatic ear detection, Siri, and seamless Apple device switching require Apple hardware, but basic audio and microphone functions work universally. 10. Schema Markup Implementation: Add via Shopify Theme Editor → Custom Liquid section on the /collections/airpods template. Add two separate <script type="application/ld+json"> blocks: BreadcrumbList + ItemList in the first, FAQPage in the second. Note: FAQPage schema is a NEW ADDITION, currently absent. Adding it enables AI Overview eligibility for "are CPO AirPods reliable?" queries currently generating only partial citations. BreadcrumbList { "@context": "https://schema.org", "@type": "BreadcrumbList", "itemListElement": [ { "@type": "ListItem", "position": 1, "name": "Home", "item": "https://plug.tech/" }, { "@type": "ListItem", "position": 2, "name": "AirPods", "item": "https://plug.tech/collections/airpods" } ] } ItemList (Shopify Liquid) { "@context": "https://schema.org", "@type": "ItemList", "name": "Certified Pre-Owned AirPods", "url": "https://plug.tech/collections/airpods", "itemListElement": [ {%- for product in collection.products limit: 10 -%} { "@type": "ListItem", "position": {{ forloop.index }}, "url": "https://plug.tech{{ product.url }}", "name": {{ product.title | json }} }{% unless forloop.last %},{% endunless %} {%- endfor -%} ] } FAQPage (NEW, adds AI Overview eligibility) { "@context": "https://schema.org", "@type": "FAQPage", "mainEntity": [ { "@type": "Question", "name": "Are certified pre-owned AirPods reliable?", "acceptedAnswer": { "@type": "Answer", "text": "Yes. Plug's CPO AirPods are independently inspected for battery capa } }, { "@type": "Question", "name": "What is the cheapest AirPods model at Plug?", "acceptedAnswer": { "@type": "Answer", "text": "Certified pre-owned AirPods 3rd generation start at $49 at Plug, ab } }, { "@type": "Question", "name": "What's the difference between AirPods Pro and regular AirPods?", "acceptedAnswer": { "@type": "Answer", "text": "AirPods Pro feature Active Noise Cancellation, a silicone ear tip fo } }, { "@type": "Question", "name": "Do refurbished AirPods come with a warranty at Plug?", "acceptedAnswer": { "@type": "Answer", "text": "Plug offers a 30-day return window on all certified pre-owned AirPod } }, { "@type": "Question", "name": "Can I use AirPods bought at Plug with non-Apple devices?", "acceptedAnswer": { "@type": "Answer", "text": "Yes. AirPods connect to any Bluetooth device using standard Bluetoot } } ] }