Windows 10 End of Support: What You Need to Know

Windows 10 End of Support: What You Need to Know
source: gettyimages
December 30, 2025

Windows 10, which debuted on our PCs in July 2015, is reaching the end of its lifecycle. Microsoft announced that support will officially cease on October 14, 2023. After this date, the operating system will no longer receive official updates, including security patches, bug fixes, or new features.

Despite the release of Windows 11, many users continue to rely on Windows 10 due to its widespread popularity. If you're one of those users and wondering what the end of support means for you, TechRadar is here to guide you through the next steps.

Can Your Device Upgrade to Windows 11?

To determine if your current PC or laptop can upgrade to Windows 11, simply answer a few questions and follow the easy steps provided. If your device qualifies, you'll also find expert instructions on how to perform the upgrade, along with tips and tricks to familiarize yourself with Windows 11.

What If Your Device Isn't Compatible?

If your device isn't compatible with Windows 11, don't worry. We offer comprehensive buying advice for selecting a new laptop or PC, as well as tutorials on how to repurpose or upgrade your existing hardware.

Stay Informed and Prepared

As Windows 10 reaches its end of support, it's essential to plan your next move. Whether upgrading to Windows 11 or exploring other options, understanding your hardware capabilities and options will ensure a smooth transition.

---

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": 6644650,
  "domain": 6,
  "srcId": 0,
  "hasSrc": false,
  "hasSelf": true
}