Humane’s Ai Pin to Shut Down February 28, 2025 as HP Purchases Company

Humane’s Ai Pin to Shut Down February 28, 2025 as HP Purchases Company
source: gettyimages
March 25, 2026

Humane has announced that its Ai Pin will be discontinued and taken offline later this winter, with all online features ending at 12:00 p.m. PT on February 28, 2025. The device, which launched in April 2024, will no longer support calling, messaging, AI queries, responses, or cloud access after that time. Users are advised to sync their Ai Pins over Wi‑Fi to download photos, videos, and notes before February 28, as stored data will be deleted once the service goes offline.

The shutdown comes as Humane moves toward a sale to HP for $116 million. HP plans to acquire Humane’s CosmOS AI platform along with more than 300 patents and patent applications, and HP will continue to hire Humane’s staff as part of the transaction.

Refunds are limited. The majority of customers are not eligible for refunds, even though the Ai Pin operated for less than a year. Refunds are only available for purchases made within a 90‑day return period. Customers who bought an Ai Pin on or after November 15, 2024 will receive a refund, but others will not. All refund requests must be submitted by February 27, 2025.

Humane also urges customers to recycle their Ai Pins through an electronics recycling program, since no online features will remain functional and the device will only be able to provide offline information such as battery status.

For more details, visit Humane’s official site.

What this means for users

Additional context

For ongoing updates, check Humane’s website and HP’s communications as the deal progresses.

Related links

By submitting, I confirm I have the right to share this link and I agree to link back to this article from the submitted page. Duplicate URLs are rejected. Up to 5 links per page.

GraphQL · 143 ms
query Q($id: Int!, $domain: Int!, $srcId: Int!, $hasSrc: Boolean!, $hasSelf: Boolean!) {
  self: qa_ai(where: {id: {_eq: $id}}, limit: 1) @include(if: $hasSelf) {
    id
    title
    text
    date
  }
  linksarticle: qa_ai(where: {domain: {_eq: $domain}, id: {_neq: $id}}, order_by: {id: desc}, limit: 8) {
    id
    title
  }
  linksbottom: qa_ai(where: {domain: {_neq: $domain}, id: {_lt: $id}}, order_by: {id: desc}, limit: 3) {
    id
    title
    domain
  }
  source: qa_ai(where: {id: {_eq: $srcId}}, limit: 1) @include(if: $hasSrc) {
    id
    title
  }
}
{
  "id": 6646937,
  "domain": 6,
  "srcId": 0,
  "hasSrc": false,
  "hasSelf": true
}