{"id":6605,"date":"2026-05-03T17:31:24","date_gmt":"2026-05-03T17:31:24","guid":{"rendered":"https:\/\/operacinesistema.lt\/?p=6605"},"modified":"2026-05-03T17:34:58","modified_gmt":"2026-05-03T17:34:58","slug":"windows-11-pro-product-key-2026","status":"publish","type":"post","link":"https:\/\/operacinesistema.lt\/id\/windows-11-pro-product-key-2026\/","title":{"rendered":"Windows 11 Pro Product Key (2026) All Editions &#8211; Generic, KMS &amp; Retail"},"content":{"rendered":"<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n<meta charset=\"UTF-8\">\n<meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n<title>Windows 11 Pro Product Key (2026) \u2013 All Editions, Generic &#038; KMS Keys<\/title>\n<meta name=\"description\" content=\"Complete list of Windows 11 and Windows 10 generic product keys for 2026. Includes all editions, KMS client keys, activation guide, error fixes, and honest explanation of what each key type does.\">\n<link rel=\"preconnect\" href=\"https:\/\/fonts.googleapis.com\">\n<link href=\"https:\/\/fonts.googleapis.com\/css2?family=IBM+Plex+Mono:wght@400;600&#038;family=Sora:wght@400;500;600;700&#038;display=swap\" rel=\"stylesheet\">\n<style>\n  :root {\n    --bg: #0f1117;\n    --surface: #171b26;\n    --surface2: #1e2435;\n    --border: #2a3050;\n    --accent: #4f8ef7;\n    --accent2: #38d9a9;\n    --warn: #f7c94f;\n    --danger: #f76f6f;\n    --text: #e8edf8;\n    --text-muted: #a8b4cc;\n    --mono: 'IBM Plex Mono', monospace;\n    --sans: 'Sora', sans-serif;\n  }\n\n  *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }\n\n  body {\n    background: var(--bg);\n    color: var(--text);\n    font-family: var(--sans);\n    font-size: 16px;\n    line-height: 1.75;\n    min-height: 100vh;\n  }\n\n  \/* \u2500\u2500 Layout \u2500\u2500 *\/\n  .page-wrap {\n    max-width: 860px;\n    margin: 0 auto;\n    padding: 0 16px 80px;\n  }\n\n  \/* \u2500\u2500 Hero \u2500\u2500 *\/\n  .hero {\n    padding: 40px 0 36px;\n    border-bottom: 1px solid var(--border);\n    margin-bottom: 36px;\n  }\n  .hero-badge {\n    display: inline-flex;\n    align-items: center;\n    gap: 6px;\n    background: rgba(79,142,247,.15);\n    border: 1px solid rgba(79,142,247,.35);\n    color: #7fb3fc;\n    font-size: 11px;\n    font-weight: 600;\n    letter-spacing: .08em;\n    text-transform: uppercase;\n    padding: 4px 10px;\n    border-radius: 4px;\n    margin-bottom: 18px;\n  }\n  h1 {\n    font-size: clamp(24px, 4vw, 40px);\n    font-weight: 700;\n    line-height: 1.2;\n    margin-bottom: 18px;\n    color: #fff;\n  }\n  .hero-meta {\n    font-size: 13px;\n    color: var(--text-muted);\n    display: flex;\n    gap: 14px;\n    flex-wrap: wrap;\n    margin-bottom: 20px;\n  }\n  .hero-meta span { display: flex; align-items: center; gap: 5px; }\n  .hero-intro {\n    color: #c8d4e8;\n    font-size: 15px;\n    max-width: 680px;\n    line-height: 1.8;\n  }\n\n  \/* \u2500\u2500 TOC \u2500\u2500 *\/\n  .toc {\n    background: var(--surface);\n    border: 1px solid var(--border);\n    border-left: 3px solid var(--accent);\n    border-radius: 8px;\n    padding: 20px 22px;\n    margin-bottom: 44px;\n  }\n  .toc-title {\n    font-size: 11px;\n    font-weight: 600;\n    letter-spacing: .08em;\n    text-transform: uppercase;\n    color: var(--text-muted);\n    margin-bottom: 12px;\n  }\n  .toc ol { padding-left: 18px; }\n  .toc li { margin-bottom: 7px; }\n  .toc a {\n    color: #7fb3fc;\n    text-decoration: none;\n    font-size: 14px;\n  }\n  .toc a:hover { text-decoration: underline; }\n\n  \/* \u2500\u2500 Callouts \u2500\u2500 *\/\n  .callout {\n    display: flex;\n    gap: 14px;\n    border-radius: 8px;\n    padding: 16px 18px;\n    margin: 28px 0;\n    font-size: 14.5px;\n    line-height: 1.7;\n  }\n  .callout-icon { font-size: 18px; flex-shrink: 0; margin-top: 2px; }\n  .callout.info    { background: rgba(79,142,247,.13);  border: 1px solid rgba(79,142,247,.3);  color: #c0d8ff; }\n  .callout.warning { background: rgba(247,201,79,.11);  border: 1px solid rgba(247,201,79,.3);  color: #f0dc9a; }\n  .callout.success { background: rgba(56,217,169,.11);  border: 1px solid rgba(56,217,169,.3);  color: #a0edd5; }\n  .callout.danger  { background: rgba(247,111,111,.11); border: 1px solid rgba(247,111,111,.3); color: #f7b8b8; }\n  .callout strong  { color: #fff; }\n\n  \/* \u2500\u2500 Section headings \u2500\u2500 *\/\n  h2 {\n    font-size: clamp(19px, 3vw, 25px);\n    font-weight: 700;\n    color: #fff;\n    margin: 52px 0 14px;\n    padding-top: 8px;\n    scroll-margin-top: 24px;\n  }\n  h2::before {\n    content: '';\n    display: block;\n    height: 2px;\n    width: 32px;\n    background: var(--accent);\n    margin-bottom: 14px;\n    border-radius: 2px;\n  }\n  h3 {\n    font-size: 16px;\n    font-weight: 600;\n    color: #d8e4f8;\n    margin: 28px 0 10px;\n    scroll-margin-top: 24px;\n  }\n\n  \/* \u2500\u2500 Body text \u2500\u2500 *\/\n  p { margin-bottom: 16px; color: #c8d4e8; }\n\n  \/* \u2500\u2500 Tables \u2500\u2500 *\/\n  .table-wrap {\n    overflow-x: auto;\n    border-radius: 10px;\n    border: 1px solid var(--border);\n    margin: 20px 0 32px;\n    -webkit-overflow-scrolling: touch;\n  }\n  table {\n    width: 100%;\n    border-collapse: collapse;\n    font-size: 14px;\n  }\n  thead tr {\n    background: var(--surface2);\n    border-bottom: 1px solid var(--border);\n  }\n  thead th {\n    padding: 11px 14px;\n    text-align: left;\n    font-size: 11px;\n    font-weight: 600;\n    letter-spacing: .06em;\n    text-transform: uppercase;\n    color: #a8b4cc;\n    white-space: nowrap;\n  }\n  tbody tr {\n    border-bottom: 1px solid var(--border);\n    transition: background .15s;\n  }\n  tbody tr:last-child { border-bottom: none; }\n  tbody tr:hover { background: var(--surface2); }\n  td {\n    padding: 11px 14px;\n    vertical-align: middle;\n    color: #c8d4e8;\n  }\n  .edition-cell { color: #e0e8f8; font-weight: 500; }\n  .key-cell {\n    font-family: var(--mono);\n    font-size: 12px;\n    color: #5de6b8;\n    letter-spacing: .04em;\n    white-space: nowrap;\n  }\n  .fix-cell { color: #c8d4e8; font-size: 13.5px; }\n  .copy-btn {\n    background: rgba(79,142,247,.15);\n    border: 1px solid rgba(79,142,247,.3);\n    color: #7fb3fc;\n    font-size: 11px;\n    font-family: var(--sans);\n    font-weight: 600;\n    padding: 5px 11px;\n    border-radius: 4px;\n    cursor: pointer;\n    transition: all .15s;\n    white-space: nowrap;\n  }\n  .copy-btn:hover { background: rgba(79,142,247,.28); }\n  .copy-btn.copied {\n    background: rgba(56,217,169,.18);\n    border-color: rgba(56,217,169,.35);\n    color: #5de6b8;\n  }\n\n  \/* \u2500\u2500 Steps \u2500\u2500 *\/\n  .steps { counter-reset: step; margin: 20px 0 32px; }\n  .step {\n    display: flex;\n    gap: 14px;\n    margin-bottom: 18px;\n    align-items: flex-start;\n  }\n  .step-num {\n    flex-shrink: 0;\n    width: 30px;\n    height: 30px;\n    background: rgba(79,142,247,.18);\n    border: 1px solid rgba(79,142,247,.35);\n    border-radius: 50%;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    font-size: 12px;\n    font-weight: 700;\n    color: #7fb3fc;\n    margin-top: 3px;\n  }\n  .step-body { flex: 1; color: #c8d4e8; }\n  .step-body strong { color: #fff; display: block; margin-bottom: 4px; font-size: 15px; }\n\n  \/* \u2500\u2500 Code \u2500\u2500 *\/\n  code {\n    font-family: var(--mono);\n    font-size: 13px;\n    background: rgba(255,255,255,.08);\n    border: 1px solid var(--border);\n    border-radius: 4px;\n    padding: 2px 7px;\n    color: #a8ccf8;\n  }\n  pre {\n    background: var(--surface);\n    border: 1px solid var(--border);\n    border-radius: 8px;\n    padding: 16px 18px;\n    overflow-x: auto;\n    font-family: var(--mono);\n    font-size: 13px;\n    color: #a8ccf8;\n    margin: 16px 0 24px;\n    line-height: 1.7;\n    -webkit-overflow-scrolling: touch;\n  }\n\n  \/* \u2500\u2500 FAQ \u2500\u2500 *\/\n  .faq-item {\n    border: 1px solid var(--border);\n    border-radius: 8px;\n    margin-bottom: 10px;\n    overflow: hidden;\n  }\n  .faq-q {\n    padding: 15px 18px;\n    font-weight: 600;\n    font-size: 14.5px;\n    cursor: pointer;\n    display: flex;\n    justify-content: space-between;\n    align-items: center;\n    gap: 12px;\n    background: var(--surface);\n    color: #e8edf8;\n    user-select: none;\n    line-height: 1.5;\n  }\n  .faq-q:hover { background: var(--surface2); }\n  .faq-q .chevron { transition: transform .25s; font-size: 11px; color: #a8b4cc; flex-shrink: 0; }\n  .faq-q.open .chevron { transform: rotate(180deg); }\n  .faq-a {\n    display: none;\n    padding: 14px 18px;\n    font-size: 14px;\n    color: #c0ccdf;\n    border-top: 1px solid var(--border);\n    line-height: 1.8;\n  }\n  .faq-a.open { display: block; }\n\n  \/* \u2500\u2500 Error table colors \u2500\u2500 *\/\n  .error-code { color: #f0d070; font-family: var(--mono); font-size: 13px; font-weight: 600; }\n\n  \/* \u2500\u2500 Divider \u2500\u2500 *\/\n  hr { border: none; border-top: 1px solid var(--border); margin: 48px 0; }\n\n  \/* \u2500\u2500 Type comparison badges \u2500\u2500 *\/\n  .badge {\n    display: inline-block;\n    font-size: 10.5px;\n    font-weight: 600;\n    padding: 2px 8px;\n    border-radius: 3px;\n    text-transform: uppercase;\n    letter-spacing: .05em;\n    vertical-align: middle;\n    margin-left: 6px;\n  }\n  .badge-blue   { background: rgba(79,142,247,.18); color: #7fb3fc; border: 1px solid rgba(79,142,247,.3); }\n  .badge-green  { background: rgba(56,217,169,.15); color: #5de6b8; border: 1px solid rgba(56,217,169,.3); }\n  .badge-yellow { background: rgba(247,201,79,.13); color: #f0d070; border: 1px solid rgba(247,201,79,.25); }\n\n  \/* \u2500\u2500 Comparison table \u2500\u2500 *\/\n  .check { color: #5de6b8; font-weight: 600; }\n  .cross { color: #f76f6f; font-weight: 600; }\n\n  \/* \u2500\u2500 Mobile \u2500\u2500 *\/\n  @media (max-width: 600px) {\n    body { font-size: 15px; }\n    .page-wrap { padding: 0 12px 60px; }\n    .hero { padding: 28px 0 28px; margin-bottom: 28px; }\n    h2 { margin: 40px 0 12px; font-size: 20px; }\n    h3 { font-size: 15px; margin: 22px 0 8px; }\n    .toc { padding: 16px; }\n    .toc a { font-size: 13.5px; }\n    .hero-meta { gap: 10px; font-size: 12px; }\n    .hero-intro { font-size: 14px; }\n    \/* Stack copy button below key on mobile *\/\n    tbody td { padding: 10px 10px; }\n    .key-cell { font-size: 11px; letter-spacing: 0; }\n    \/* Make tables scroll with hint *\/\n    .table-wrap { border-radius: 8px; }\n    .table-wrap::after {\n      content: '\u2190 scroll \u2192';\n      display: block;\n      text-align: center;\n      font-size: 11px;\n      color: #a8b4cc;\n      padding: 6px;\n      border-top: 1px solid var(--border);\n    }\n    .callout { padding: 14px; font-size: 13.5px; gap: 10px; }\n    .faq-q { font-size: 14px; padding: 14px 14px; }\n    .faq-a { padding: 12px 14px; font-size: 13.5px; }\n    .step-body { font-size: 14px; }\n    pre { font-size: 12px; padding: 14px; }\n    code { font-size: 12px; }\n  }\n\n  @media (max-width: 400px) {\n    .key-cell { font-size: 10px; }\n    thead th { font-size: 10px; padding: 9px 8px; }\n    td { padding: 9px 8px; }\n  }\n<\/style>\n<\/head>\n<body>\n<div class=\"page-wrap\">\n\n  <!-- \u2500\u2500\u2500 HERO \u2500\u2500\u2500 -->\n  <header class=\"hero\">\n    <div class=\"hero-meta\">\n      <span>\ud83d\uddd3 Last updated: May 2026<\/span>\n      <span>\u23f1 8 min read<\/span>\n      <span>\u2705 All keys verified from Microsoft&#8217;s official documentation<\/span>\n    <\/div>\n    <p class=\"hero-intro\">\n      This is the most complete guide to Windows 11 and Windows 10 product keys for 2026. You&#8217;ll find official generic installation keys, KMS client keys for every edition, a clear explanation of what each key type does (and does NOT do), a step-by-step activation guide, and a fix for every common error code.\n    <\/p>\n  <\/header>\n\n  <!-- \u2500\u2500\u2500 TOC \u2500\u2500\u2500 -->\n  <nav class=\"toc\" aria-label=\"Table of contents\">\n    <div class=\"toc-title\">On this page<\/div>\n    <ol>\n      <li><a href=\"#key-types\">Key Types Explained (Generic vs KMS vs Retail)<\/a><\/li>\n      <li><a href=\"#win11-generic\">Windows 11 Generic Installation Keys \u2014 All Editions<\/a><\/li>\n      <li><a href=\"#win11-kms\">Windows 11 KMS Client Keys \u2014 All Editions<\/a><\/li>\n      <li><a href=\"#win10-generic\">Windows 10 Generic &#038; KMS Keys<\/a><\/li>\n      <li><a href=\"#how-to-activate\">How to Activate Windows 11 (Step-by-Step)<\/a><\/li>\n      <li><a href=\"#error-codes\">Common Activation Error Codes &#038; Fixes<\/a><\/li>\n      <li><a href=\"#comparison\">Activation Method Comparison<\/a><\/li>\n      <li><a href=\"#faq\">PERTANYAAN YANG SERING DIAJUKAN<\/a><\/li>\n    <\/ol>\n  <\/nav>\n\n  <!-- \u2500\u2500\u2500 SECTION 1: KEY TYPES \u2500\u2500\u2500 -->\n  <section id=\"key-types\">\n    <h2>Key Types Explained<\/h2>\n    <p>\n      Before you try any key from this page, it&#8217;s essential to understand what type of key you&#8217;re looking at \u2014 because each one works differently and is intended for a different use case.\n    <\/p>\n\n    <h3>Generic \/ Default Installation Keys <span class=\"badge badge-blue\">Setup only<\/span><\/h3>\n    <p>\n      These are keys that Microsoft publishes for use during Windows setup. They let you select a specific Windows edition when installing from a generic ISO \u2014 but they <strong>do not permanently activate Windows<\/strong>. Think of them as edition selectors, not licenses. Microsoft officially documents these at <code>learn.microsoft.com<\/code>.\n    <\/p>\n\n    <h3>KMS Client Keys <span class=\"badge badge-yellow\">Organisations \/ VMs<\/span><\/h3>\n    <p>\n      KMS (Key Management Service) keys are designed for organizations that run their own KMS activation server on their local network. A standalone home PC cannot be permanently activated with a KMS key alone \u2014 it requires a KMS server on the same network. These are commonly used in corporate and education environments, or for short-term evaluation in virtual machines.\n    <\/p>\n\n    <h3>Retail \/ OEM \/ Volume License Keys <span class=\"badge badge-green\">Aktivasi permanen<\/span><\/h3>\n    <p>\n      If you want Windows permanently activated, you need a genuine retail, OEM, or volume license key. OEM keys are pre-installed by PC manufacturers. Retail keys can be purchased and transferred between PCs. Volume license keys are for businesses.\n    <\/p>\n\n    <div class=\"callout warning\">\n      <span class=\"callout-icon\">\u26a0\ufe0f<\/span>\n      <div>\n        <strong>Penting:<\/strong> No publicly listed &#8220;free&#8221; key will permanently activate a retail copy of Windows 11 Pro. The generic and KMS keys on this page are publicly documented by Microsoft. They are real keys for real purposes \u2014 but those purposes are installation\/setup and KMS environments, not permanent home activation.\n      <\/div>\n    <\/div>\n  <\/section>\n\n  <!-- \u2500\u2500\u2500 SECTION 2: WIN11 GENERIC \u2500\u2500\u2500 -->\n  <section id=\"win11-generic\">\n    <h2>Windows 11 Generic Installation Keys \u2014 All Editions<\/h2>\n    <p>\n      These are the official Windows 11 default product keys published by Microsoft. They allow you to install a specific edition during setup. Source: <a href=\"https:\/\/learn.microsoft.com\/en-us\/windows-server\/get-started\/kms-client-activation-keys\" target=\"_blank\" rel=\"noopener\" style=\"color:var(--accent)\">Microsoft Learn<\/a>.\n    <\/p>\n\n    <div class=\"table-wrap\">\n      <table>\n        <thead>\n          <tr>\n            <th>Edition<\/th>\n            <th>Generic Installation Key<\/th>\n            <th><\/th>\n          <\/tr>\n        <\/thead>\n        <tbody id=\"win11-generic-table\">\n          <tr><td class=\"edition-cell\">Windows 11 Rumah<\/td>             <td class=\"key-cell\">YTMG3-N6DKC-DKB77-7M9GH-8HVX7<\/td> <td><button class=\"copy-btn\" data-key=\"YTMG3-N6DKC-DKB77-7M9GH-8HVX7\">Copy<\/button><\/td><\/tr>\n          <tr><td class=\"edition-cell\">Windows 11 Rumah N<\/td>           <td class=\"key-cell\">4CPRK-NM3K3-X6XXQ-RXX86-WXCHW<\/td> <td><button class=\"copy-btn\" data-key=\"4CPRK-NM3K3-X6XXQ-RXX86-WXCHW\">Copy<\/button><\/td><\/tr>\n          <tr><td class=\"edition-cell\">Windows 11 Home Single Language<\/td> <td class=\"key-cell\">BT79Q-G7N6G-PGBYW-4YWX6-6F4BT<\/td> <td><button class=\"copy-btn\" data-key=\"BT79Q-G7N6G-PGBYW-4YWX6-6F4BT\">Copy<\/button><\/td><\/tr>\n          <tr><td class=\"edition-cell\">Windows 11 Home Country Specific<\/td> <td class=\"key-cell\">N2434-X9D7W-8PF6X-8DV9T-8TYMD<\/td> <td><button class=\"copy-btn\" data-key=\"N2434-X9D7W-8PF6X-8DV9T-8TYMD\">Copy<\/button><\/td><\/tr>\n          <tr><td class=\"edition-cell\">Windows 11 Pro<\/td>              <td class=\"key-cell\">VK7JG-NPHTM-C97JM-9MPGT-3V66T<\/td> <td><button class=\"copy-btn\" data-key=\"VK7JG-NPHTM-C97JM-9MPGT-3V66T\">Copy<\/button><\/td><\/tr>\n          <tr><td class=\"edition-cell\">Windows 11 Pro N<\/td>            <td class=\"key-cell\">2B87N-8KFHP-DKV6R-Y2C8J-PKCKT<\/td> <td><button class=\"copy-btn\" data-key=\"2B87N-8KFHP-DKV6R-Y2C8J-PKCKT\">Copy<\/button><\/td><\/tr>\n          <tr><td class=\"edition-cell\">Windows 11 Pro for Workstations<\/td> <td class=\"key-cell\">DXG7C-N36C4-C4HTG-X4T3X-2YV77<\/td> <td><button class=\"copy-btn\" data-key=\"DXG7C-N36C4-C4HTG-X4T3X-2YV77\">Copy<\/button><\/td><\/tr>\n          <tr><td class=\"edition-cell\">Windows 11 Pro for Workstations N<\/td> <td class=\"key-cell\">WYPNQ-8C467-V2W6J-TX4WX-WT2RQ<\/td> <td><button class=\"copy-btn\" data-key=\"WYPNQ-8C467-V2W6J-TX4WX-WT2RQ\">Copy<\/button><\/td><\/tr>\n          <tr><td class=\"edition-cell\">Windows 11 Pro Education<\/td>    <td class=\"key-cell\">8PTT6-RNW4C-6V7J2-C2D3X-MHBPB<\/td> <td><button class=\"copy-btn\" data-key=\"8PTT6-RNW4C-6V7J2-C2D3X-MHBPB\">Copy<\/button><\/td><\/tr>\n          <tr><td class=\"edition-cell\">Windows 11 Pro Education N<\/td>  <td class=\"key-cell\">GJTYN-HDMQY-FRR76-HVGC7-QPF8P<\/td> <td><button class=\"copy-btn\" data-key=\"GJTYN-HDMQY-FRR76-HVGC7-QPF8P\">Copy<\/button><\/td><\/tr>\n          <tr><td class=\"edition-cell\">Windows 11 Pendidikan<\/td>        <td class=\"key-cell\">YNMGQ-8RYV3-4PGQ3-C8XTP-7CFBY<\/td> <td><button class=\"copy-btn\" data-key=\"YNMGQ-8RYV3-4PGQ3-C8XTP-7CFBY\">Copy<\/button><\/td><\/tr>\n          <tr><td class=\"edition-cell\">Windows 11 Education N<\/td>      <td class=\"key-cell\">84NGF-MHBT6-FXBX8-QWJK7-DRR8H<\/td> <td><button class=\"copy-btn\" data-key=\"84NGF-MHBT6-FXBX8-QWJK7-DRR8H\">Copy<\/button><\/td><\/tr>\n          <tr><td class=\"edition-cell\">Windows 11 Perusahaan<\/td>       <td class=\"key-cell\">XGVPP-NMH47-7TTHJ-W3FW7-8HV2C<\/td> <td><button class=\"copy-btn\" data-key=\"XGVPP-NMH47-7TTHJ-W3FW7-8HV2C\">Copy<\/button><\/td><\/tr>\n          <tr><td class=\"edition-cell\">Windows 11 Enterprise N<\/td>     <td class=\"key-cell\">WGGHN-J84D6-QYCPR-T7PJ7-X766F<\/td> <td><button class=\"copy-btn\" data-key=\"WGGHN-J84D6-QYCPR-T7PJ7-X766F\">Copy<\/button><\/td><\/tr>\n          <tr><td class=\"edition-cell\">Windows 11 Enterprise G<\/td>     <td class=\"key-cell\">YYVX9-NTFWV-6MDM3-9PT4T-4M68B<\/td> <td><button class=\"copy-btn\" data-key=\"YYVX9-NTFWV-6MDM3-9PT4T-4M68B\">Copy<\/button><\/td><\/tr>\n          <tr><td class=\"edition-cell\">Windows 11 Enterprise G N<\/td>   <td class=\"key-cell\">FW7NV-4T673-HF4VX-9X4MM-B4H4T<\/td> <td><button class=\"copy-btn\" data-key=\"FW7NV-4T673-HF4VX-9X4MM-B4H4T\">Copy<\/button><\/td><\/tr>\n          <tr><td class=\"edition-cell\">Windows 11 Enterprise LTSC 2019<\/td> <td class=\"key-cell\">M7XTQ-FN8P6-TTKYV-9D4CC-J462D<\/td> <td><button class=\"copy-btn\" data-key=\"M7XTQ-FN8P6-TTKYV-9D4CC-J462D\">Copy<\/button><\/td><\/tr>\n          <tr><td class=\"edition-cell\">Windows 11 Enterprise N LTSC 2019<\/td> <td class=\"key-cell\">92NFX-8DJQP-P6BBQ-THF9C-7CG2H<\/td> <td><button class=\"copy-btn\" data-key=\"92NFX-8DJQP-P6BBQ-THF9C-7CG2H\">Copy<\/button><\/td><\/tr>\n        <\/tbody>\n      <\/table>\n    <\/div>\n    <div class=\"callout info\">\n      <span class=\"callout-icon\">\u2139\ufe0f<\/span>\n      <div>These keys are published by Microsoft for installation and evaluation only. They do NOT permanently activate Windows. If activation is required, see the <a href=\"#comparison\" style=\"color:var(--accent)\">comparison section<\/a> below for your options.<\/div>\n    <\/div>\n  <\/section>\n\n  <!-- \u2500\u2500\u2500 SECTION 3: WIN11 KMS \u2500\u2500\u2500 -->\n  <section id=\"win11-kms\">\n    <h2>Windows 11 KMS Client Keys \u2014 All Editions<\/h2>\n    <p>\n      KMS client keys are used in corporate and educational networks with a KMS host server. They are also useful for setting up evaluation VMs. These are the official keys from <a href=\"https:\/\/learn.microsoft.com\/en-us\/windows-server\/get-started\/kms-client-activation-keys\" target=\"_blank\" rel=\"noopener\" style=\"color:var(--accent)\">Microsoft&#8217;s documentation<\/a>.\n    <\/p>\n\n    <div class=\"table-wrap\">\n      <table>\n        <thead>\n          <tr><th>Edition<\/th><th>Kunci Klien KMS<\/th><th><\/th><\/tr>\n        <\/thead>\n        <tbody>\n          <tr><td class=\"edition-cell\">Windows 11 Rumah<\/td>             <td class=\"key-cell\">TX9XD-98N7V-6WMQ6-BX7FG-H8Q99<\/td> <td><button class=\"copy-btn\" data-key=\"TX9XD-98N7V-6WMQ6-BX7FG-H8Q99\">Copy<\/button><\/td><\/tr>\n          <tr><td class=\"edition-cell\">Windows 11 Rumah N<\/td>           <td class=\"key-cell\">3KHY7-WNT83-DGQKR-F7HPR-844BM<\/td> <td><button class=\"copy-btn\" data-key=\"3KHY7-WNT83-DGQKR-F7HPR-844BM\">Copy<\/button><\/td><\/tr>\n          <tr><td class=\"edition-cell\">Windows 11 Home Single Language<\/td><td class=\"key-cell\">7HNRX-D7KGG-3K4RQ-4WPJ4-YTDFH<\/td><td><button class=\"copy-btn\" data-key=\"7HNRX-D7KGG-3K4RQ-4WPJ4-YTDFH\">Copy<\/button><\/td><\/tr>\n          <tr><td class=\"edition-cell\">Windows 11 Home Country Specific<\/td><td class=\"key-cell\">PVMJN-6DFY6-9CCP6-7BKTT-D3WVR<\/td><td><button class=\"copy-btn\" data-key=\"PVMJN-6DFY6-9CCP6-7BKTT-D3WVR\">Copy<\/button><\/td><\/tr>\n          <tr><td class=\"edition-cell\">Windows 11 Pro<\/td>              <td class=\"key-cell\">W269N-WFGWX-YVC9B-4J6C9-T83GX<\/td> <td><button class=\"copy-btn\" data-key=\"W269N-WFGWX-YVC9B-4J6C9-T83GX\">Copy<\/button><\/td><\/tr>\n          <tr><td class=\"edition-cell\">Windows 11 Pro N<\/td>            <td class=\"key-cell\">MH37W-N47XK-V7XM9-C7227-GCQG9<\/td> <td><button class=\"copy-btn\" data-key=\"MH37W-N47XK-V7XM9-C7227-GCQG9\">Copy<\/button><\/td><\/tr>\n          <tr><td class=\"edition-cell\">Windows 11 Pro for Workstations<\/td><td class=\"key-cell\">NRG8B-VKK3Q-CXVCJ-9G2XF-6Q84J<\/td><td><button class=\"copy-btn\" data-key=\"NRG8B-VKK3Q-CXVCJ-9G2XF-6Q84J\">Copy<\/button><\/td><\/tr>\n          <tr><td class=\"edition-cell\">Windows 11 Pro for Workstations N<\/td><td class=\"key-cell\">9FNHH-K3HBT-3W4TD-6383H-6XYWF<\/td><td><button class=\"copy-btn\" data-key=\"9FNHH-K3HBT-3W4TD-6383H-6XYWF\">Copy<\/button><\/td><\/tr>\n          <tr><td class=\"edition-cell\">Windows 11 Pro Education<\/td>    <td class=\"key-cell\">6TP4R-GNPTD-KYYHQ-7B7DP-J447Y<\/td> <td><button class=\"copy-btn\" data-key=\"6TP4R-GNPTD-KYYHQ-7B7DP-J447Y\">Copy<\/button><\/td><\/tr>\n          <tr><td class=\"edition-cell\">Windows 11 Pro Education N<\/td>  <td class=\"key-cell\">YVWGF-BXNMC-HTQYQ-CPQ99-66QFC<\/td> <td><button class=\"copy-btn\" data-key=\"YVWGF-BXNMC-HTQYQ-CPQ99-66QFC\">Copy<\/button><\/td><\/tr>\n          <tr><td class=\"edition-cell\">Windows 11 Pendidikan<\/td>        <td class=\"key-cell\">NW6C2-QMPVW-D7KKK-3GKT6-VCFB2<\/td> <td><button class=\"copy-btn\" data-key=\"NW6C2-QMPVW-D7KKK-3GKT6-VCFB2\">Copy<\/button><\/td><\/tr>\n          <tr><td class=\"edition-cell\">Windows 11 Education N<\/td>      <td class=\"key-cell\">2WH4N-8QGBV-H22JP-CT43Q-MDWWJ<\/td> <td><button class=\"copy-btn\" data-key=\"2WH4N-8QGBV-H22JP-CT43Q-MDWWJ\">Copy<\/button><\/td><\/tr>\n          <tr><td class=\"edition-cell\">Windows 11 Perusahaan<\/td>       <td class=\"key-cell\">NPPR9-FWDCX-D2C8J-H872K-2YT43<\/td> <td><button class=\"copy-btn\" data-key=\"NPPR9-FWDCX-D2C8J-H872K-2YT43\">Copy<\/button><\/td><\/tr>\n          <tr><td class=\"edition-cell\">Windows 11 Enterprise N<\/td>     <td class=\"key-cell\">DPH2V-TTNVB-4X9Q3-TJR4H-KHJW4<\/td> <td><button class=\"copy-btn\" data-key=\"DPH2V-TTNVB-4X9Q3-TJR4H-KHJW4\">Copy<\/button><\/td><\/tr>\n          <tr><td class=\"edition-cell\">Windows 11 Enterprise G<\/td>     <td class=\"key-cell\">YYVX9-NTFWV-6MDM3-9PT4T-4M68B<\/td> <td><button class=\"copy-btn\" data-key=\"YYVX9-NTFWV-6MDM3-9PT4T-4M68B\">Copy<\/button><\/td><\/tr>\n          <tr><td class=\"edition-cell\">Windows 11 Enterprise G N<\/td>   <td class=\"key-cell\">44RPN-FTY23-9VTTB-MP9BX-T84FV<\/td> <td><button class=\"copy-btn\" data-key=\"44RPN-FTY23-9VTTB-MP9BX-T84FV\">Copy<\/button><\/td><\/tr>\n          <tr><td class=\"edition-cell\">Windows 11 Enterprise LTSC 2019<\/td><td class=\"key-cell\">M7XTQ-FN8P6-TTKYV-9D4CC-J462D<\/td><td><button class=\"copy-btn\" data-key=\"M7XTQ-FN8P6-TTKYV-9D4CC-J462D\">Copy<\/button><\/td><\/tr>\n          <tr><td class=\"edition-cell\">Windows 11 Enterprise N LTSC 2019<\/td><td class=\"key-cell\">92NFX-8DJQP-P6BBQ-THF9C-7CG2H<\/td><td><button class=\"copy-btn\" data-key=\"92NFX-8DJQP-P6BBQ-THF9C-7CG2H\">Copy<\/button><\/td><\/tr>\n        <\/tbody>\n      <\/table>\n    <\/div>\n  <\/section>\n\n  <!-- \u2500\u2500\u2500 SECTION 4: WIN10 KEYS \u2500\u2500\u2500 -->\n  <section id=\"win10-generic\">\n    <h2>Windows 10 Product Keys \u2014 Generic &#038; KMS<\/h2>\n\n    <h3>Windows 10 Generic Installation Keys<\/h3>\n    <div class=\"table-wrap\">\n      <table>\n        <thead><tr><th>Edition<\/th><th>Kunci Generik<\/th><th><\/th><\/tr><\/thead>\n        <tbody>\n          <tr><td class=\"edition-cell\">Windows 10 Rumah<\/td>       <td class=\"key-cell\">YTMG3-N6DKC-DKB77-7M9GH-8HVX7<\/td> <td><button class=\"copy-btn\" data-key=\"YTMG3-N6DKC-DKB77-7M9GH-8HVX7\">Copy<\/button><\/td><\/tr>\n          <tr><td class=\"edition-cell\">Windows 10 Rumah N<\/td>     <td class=\"key-cell\">4CPRK-NM3K3-X6XXQ-RXX86-WXCHW<\/td> <td><button class=\"copy-btn\" data-key=\"4CPRK-NM3K3-X6XXQ-RXX86-WXCHW\">Copy<\/button><\/td><\/tr>\n          <tr><td class=\"edition-cell\">Windows 10 Pro<\/td>        <td class=\"key-cell\">VK7JG-NPHTM-C97JM-9MPGT-3V66T<\/td> <td><button class=\"copy-btn\" data-key=\"VK7JG-NPHTM-C97JM-9MPGT-3V66T\">Copy<\/button><\/td><\/tr>\n          <tr><td class=\"edition-cell\">Windows 10 Pro N<\/td>      <td class=\"key-cell\">2B87N-8KFHP-DKV6R-Y2C8J-PKCKT<\/td> <td><button class=\"copy-btn\" data-key=\"2B87N-8KFHP-DKV6R-Y2C8J-PKCKT\">Copy<\/button><\/td><\/tr>\n          <tr><td class=\"edition-cell\">Pendidikan Windows 10<\/td>  <td class=\"key-cell\">YNMGQ-8RYV3-4PGQ3-C8XTP-7CFBY<\/td> <td><button class=\"copy-btn\" data-key=\"YNMGQ-8RYV3-4PGQ3-C8XTP-7CFBY\">Copy<\/button><\/td><\/tr>\n          <tr><td class=\"edition-cell\">Windows 10 Perusahaan<\/td> <td class=\"key-cell\">XGVPP-NMH47-7TTHJ-W3FW7-8HV2C<\/td> <td><button class=\"copy-btn\" data-key=\"XGVPP-NMH47-7TTHJ-W3FW7-8HV2C\">Copy<\/button><\/td><\/tr>\n        <\/tbody>\n      <\/table>\n    <\/div>\n\n    <h3>Windows 10 KMS Client Keys<\/h3>\n    <div class=\"table-wrap\">\n      <table>\n        <thead><tr><th>Edition<\/th><th>Kunci Klien KMS<\/th><th><\/th><\/tr><\/thead>\n        <tbody>\n          <tr><td class=\"edition-cell\">Windows 10 Rumah<\/td>       <td class=\"key-cell\">TX9XD-98N7V-6WMQ6-BX7FG-H8Q99<\/td> <td><button class=\"copy-btn\" data-key=\"TX9XD-98N7V-6WMQ6-BX7FG-H8Q99\">Copy<\/button><\/td><\/tr>\n          <tr><td class=\"edition-cell\">Windows 10 Rumah N<\/td>     <td class=\"key-cell\">3KHY7-WNT83-DGQKR-F7HPR-844BM<\/td> <td><button class=\"copy-btn\" data-key=\"3KHY7-WNT83-DGQKR-F7HPR-844BM\">Copy<\/button><\/td><\/tr>\n          <tr><td class=\"edition-cell\">Windows 10 Pro<\/td>        <td class=\"key-cell\">W269N-WFGWX-YVC9B-4J6C9-T83GX<\/td> <td><button class=\"copy-btn\" data-key=\"W269N-WFGWX-YVC9B-4J6C9-T83GX\">Copy<\/button><\/td><\/tr>\n          <tr><td class=\"edition-cell\">Windows 10 Pro N<\/td>      <td class=\"key-cell\">MH37W-N47XK-V7XM9-C7227-GCQG9<\/td> <td><button class=\"copy-btn\" data-key=\"MH37W-N47XK-V7XM9-C7227-GCQG9\">Copy<\/button><\/td><\/tr>\n          <tr><td class=\"edition-cell\">Pendidikan Windows 10<\/td>  <td class=\"key-cell\">NW6C2-QMPVW-D7KKK-3GKT6-VCFB2<\/td> <td><button class=\"copy-btn\" data-key=\"NW6C2-QMPVW-D7KKK-3GKT6-VCFB2\">Copy<\/button><\/td><\/tr>\n          <tr><td class=\"edition-cell\">Windows 10 Perusahaan<\/td> <td class=\"key-cell\">NPPR9-FWDCX-D2C8J-H872K-2YT43<\/td> <td><button class=\"copy-btn\" data-key=\"NPPR9-FWDCX-D2C8J-H872K-2YT43\">Copy<\/button><\/td><\/tr>\n        <\/tbody>\n      <\/table>\n    <\/div>\n  <\/section>\n\n  <!-- \u2500\u2500\u2500 SECTION 5: HOW TO ACTIVATE \u2500\u2500\u2500 -->\n  <section id=\"how-to-activate\">\n    <h2>How to Activate Windows 11 \u2014 Step by Step<\/h2>\n    <p>There are two methods: through the Settings app (easiest) or via Command Prompt (more reliable when Settings fails).<\/p>\n\n    <h3>Method 1: Settings App<\/h3>\n    <div class=\"steps\">\n      <div class=\"step\"><div class=\"step-num\">1<\/div><div class=\"step-body\"><strong>Open Settings<\/strong>Tekan <code>Win + I<\/code> to open the Settings app.<\/div><\/div>\n      <div class=\"step\"><div class=\"step-num\">2<\/div><div class=\"step-body\"><strong>Go to System \u2192 Activation<\/strong>Klik <strong>Sistem<\/strong> in the left sidebar, then scroll to <strong>Aktivasi<\/strong>.<\/div><\/div>\n      <div class=\"step\"><div class=\"step-num\">3<\/div><div class=\"step-body\"><strong>Click &#8220;Change product key&#8221;<\/strong>Under &#8220;Activation state&#8221;, click <strong>Mengubah kunci produk<\/strong>.<\/div><\/div>\n      <div class=\"step\"><div class=\"step-num\">4<\/div><div class=\"step-body\"><strong>Enter the key<\/strong>Type or paste your product key and click <strong>Berikutnya<\/strong>.<\/div><\/div>\n      <div class=\"step\"><div class=\"step-num\">5<\/div><div class=\"step-body\"><strong>Follow the prompts<\/strong>Windows will verify the key with Microsoft&#8217;s servers. Make sure you&#8217;re connected to the internet.<\/div><\/div>\n    <\/div>\n\n    <h3>Method 2: Command Prompt (Recommended if Settings fails)<\/h3>\n    <p>Right-click the Start button \u2192 select <strong>Terminal (Admin)<\/strong> atau <strong>Command Prompt (Admin)<\/strong>, then run:<\/p>\n<pre>slmgr \/ipk XXXXX-XXXXX-XXXXX-XXXXX-XXXXX\nslmgr \/ato<\/pre>\n    <p>Replace <code>XXXXX-XXXXX-XXXXX-XXXXX-XXXXX<\/code> with your product key. The first command installs the key; the second attempts online activation.<\/p>\n\n    <div class=\"callout success\">\n      <span class=\"callout-icon\">\ud83d\udca1<\/span>\n      <div>\n        <strong>Already own a digital license?<\/strong> If you&#8217;ve previously activated Windows on this PC and have a Microsoft account linked to it, signing back in to your Microsoft account at <strong>Settings \u2192 Accounts \u2192 Your info<\/strong> often auto-activates without any key entry.\n      <\/div>\n    <\/div>\n  <\/section>\n\n  <!-- \u2500\u2500\u2500 SECTION 6: ERROR CODES \u2500\u2500\u2500 -->\n  <section id=\"error-codes\">\n    <h2>Common Activation Error Codes &#038; Fixes<\/h2>\n\n    <div class=\"table-wrap\">\n      <table>\n        <thead><tr><th>Error Code<\/th><th>Meaning<\/th><th>Fix<\/th><\/tr><\/thead>\n        <tbody>\n          <tr>\n            <td class=\"error-code\">0xC004F074<\/td>\n            <td class=\"fix-cell\">KMS server unavailable<\/td>\n            <td class=\"fix-cell\">You&#8217;re using a KMS key without a KMS server. Use a retail key or activate via Settings with a genuine license.<\/td>\n          <\/tr>\n          <tr>\n            <td class=\"error-code\">0xC004C003<\/td>\n            <td class=\"fix-cell\">Product key blocked<\/td>\n            <td class=\"fix-cell\">The key has been used too many times or flagged. Try a different key or purchase a genuine retail license.<\/td>\n          <\/tr>\n          <tr>\n            <td class=\"error-code\">0x803F7001<\/td>\n            <td class=\"fix-cell\">No product key found<\/td>\n            <td class=\"fix-cell\">Windows was installed without any key. Enter a generic setup key first, then upgrade to a genuine license.<\/td>\n          <\/tr>\n          <tr>\n            <td class=\"error-code\">0xC004E016<\/td>\n            <td class=\"fix-cell\">Invalid product key format<\/td>\n            <td class=\"fix-cell\">The key format is wrong or has a typo. Double-check the 5\u00d75 format. Copy-paste rather than typing manually.<\/td>\n          <\/tr>\n          <tr>\n            <td class=\"error-code\">0x8007007B<\/td>\n            <td class=\"fix-cell\">DNS name does not exist<\/td>\n            <td class=\"fix-cell\">Network issue. Check your internet connection. Run <code>ipconfig \/flushdns<\/code> in an elevated prompt, then retry.<\/td>\n          <\/tr>\n          <tr>\n            <td class=\"error-code\">0xC004F050<\/td>\n            <td class=\"fix-cell\">Invalid product key<\/td>\n            <td class=\"fix-cell\">Key is wrong for your edition. Confirm your Windows edition in Settings \u2192 System \u2192 About and use the matching key.<\/td>\n          <\/tr>\n          <tr>\n            <td class=\"error-code\">0xC004F034<\/td>\n            <td class=\"fix-cell\">License not found<\/td>\n            <td class=\"fix-cell\">Edition mismatch. A Pro key on a Home install will fail. Reinstall the correct edition or use an upgrade path.<\/td>\n          <\/tr>\n        <\/tbody>\n      <\/table>\n    <\/div>\n  <\/section>\n\n  <!-- \u2500\u2500\u2500 SECTION 7: COMPARISON \u2500\u2500\u2500 -->\n  <section id=\"comparison\">\n    <h2>Activation Method Comparison<\/h2>\n\n    <div class=\"table-wrap\">\n      <table>\n        <thead>\n          <tr>\n            <th>Metode<\/th>\n            <th>Permanently activates?<\/th>\n            <th>Legal?<\/th>\n            <th>Terbaik untuk<\/th>\n          <\/tr>\n        <\/thead>\n        <tbody>\n          <tr>\n            <td class=\"edition-cell\">Generic installation key<\/td>\n            <td><span class=\"cross\">\u2717 No<\/span><\/td>\n            <td><span class=\"check\">\u2713 Yes<\/span><\/td>\n            <td>Choosing edition during setup<\/td>\n          <\/tr>\n          <tr>\n            <td class=\"edition-cell\">KMS client key<\/td>\n            <td><span class=\"cross\">\u2717 No (without KMS server)<\/span><\/td>\n            <td><span class=\"check\">\u2713 Yes<\/span><\/td>\n            <td>Corporate networks, evaluation VMs<\/td>\n          <\/tr>\n          <tr>\n            <td class=\"edition-cell\">Microsoft account (digital license)<\/td>\n            <td><span class=\"check\">\u2713 Yes<\/span><\/td>\n            <td><span class=\"check\">\u2713 Yes<\/span><\/td>\n            <td\">Reinstalling on same PC you already activated<\/td>\n          <\/tr>\n          <tr>\n            <td class=\"edition-cell\">Retail product key<\/td>\n            <td><span class=\"check\">\u2713 Yes<\/span><\/td>\n            <td><span class=\"check\">\u2713 Yes<\/span><\/td>\n            <td>Permanent activation on any eligible PC<\/td>\n          <\/tr>\n          <tr>\n            <td class=\"edition-cell\">OEM key (pre-installed)<\/td>\n            <td><span class=\"check\">\u2713 Yes<\/span><\/td>\n            <td><span class=\"check\">\u2713 Yes<\/span><\/td>\n            <td>New PC from manufacturer (tied to that hardware)<\/td>\n          <\/tr>\n          <tr>\n            <td class=\"edition-cell\">Third-party &#8220;free&#8221; keys<\/td>\n            <td><span class=\"cross\">\u2717 Usually not<\/span><\/td>\n            <td><span class=\"cross\">\u2717 Risky<\/span><\/td>\n            <td>Not recommended \u2014 often blocked or counterfeit<\/td>\n          <\/tr>\n        <\/tbody>\n      <\/table>\n    <\/div>\n  <\/section>\n\n  <hr>\n\n  <!-- \u2500\u2500\u2500 FAQ \u2500\u2500\u2500 -->\n  <section id=\"faq\">\n    <h2>Pertanyaan yang Sering Diajukan<\/h2>\n\n    <div class=\"faq-item\">\n      <div class=\"faq-q\">Will these keys permanently activate Windows 11 Pro? <span class=\"chevron\">\u25bc<\/span><\/div>\n      <div class=\"faq-a\">No. The generic and KMS keys on this page are publicly documented by Microsoft for installation and evaluation purposes. They do not permanently activate a standalone retail installation. For permanent activation, you need a genuine retail, OEM, or volume license key.<\/div>\n    <\/div>\n    <div class=\"faq-item\">\n      <div class=\"faq-q\">Can I use Windows without activation at all? <span class=\"chevron\">\u25bc<\/span><\/div>\n      <div class=\"faq-a\">Yes. Windows 10 and 11 function fully without activation \u2014 you receive all security updates and can install any application. The only restrictions are cosmetic: a watermark in the bottom-right corner and inability to change themes or wallpaper through Settings. For most users this is a minor inconvenience, not a functional block.<\/div>\n    <\/div>\n    <div class=\"faq-item\">\n      <div class=\"faq-q\">What&#8217;s the difference between a generic key and a KMS key? <span class=\"chevron\">\u25bc<\/span><\/div>\n      <div class=\"faq-a\">Generic (default) keys are used to select a Windows edition during installation from a generic ISO. KMS client keys are for organizations using a Key Management Service server on their local network. Neither works for permanent standalone home activation. Both are officially published by Microsoft.<\/div>\n    <\/div>\n    <div class=\"faq-item\">\n      <div class=\"faq-q\">I reinstalled Windows \u2014 where is my old license? <span class=\"chevron\">\u25bc<\/span><\/div>\n      <div class=\"faq-a\">If you previously activated Windows and linked it to a Microsoft account, your digital license is stored in Microsoft&#8217;s servers. Sign in with the same Microsoft account on the reinstalled Windows, go to Settings \u2192 System \u2192 Activation, and click &#8220;Troubleshoot&#8221;. Windows will detect and restore your digital license automatically.<\/div>\n    <\/div>\n    <div class=\"faq-item\">\n      <div class=\"faq-q\">Why does the key say &#8220;invalid&#8221; even though it&#8217;s on the list? <span class=\"chevron\">\u25bc<\/span><\/div>\n      <div class=\"faq-a\">The most common reasons: (1) Edition mismatch \u2014 a Pro key won&#8217;t work on a Home install. (2) You&#8217;re expecting permanent activation from a generic key, which it won&#8217;t provide. (3) The key entry has a typo \u2014 always copy-paste rather than typing manually. (4) For KMS keys, you need a KMS server on your network for them to activate.<\/div>\n    <\/div>\n    <div class=\"faq-item\">\n      <div class=\"faq-q\">How do I check what edition of Windows I have? <span class=\"chevron\">\u25bc<\/span><\/div>\n      <div class=\"faq-a\">Press Win + I, go to System \u2192 About. You&#8217;ll see &#8220;Edition&#8221; listed (e.g., Windows 11 Home, Windows 11 Pro). Make sure you use the matching key for your edition.<\/div>\n    <\/div>\n    <div class=\"faq-item\">\n      <div class=\"faq-q\">Is buying a cheap Windows key from a third-party site safe? <span class=\"chevron\">\u25bc<\/span><\/div>\n      <div class=\"faq-a\">It depends on the source. Keys sold below ~\u20ac15-20 for Windows 11 Pro are typically OEM volume keys or grey-market keys. They often activate successfully but Microsoft can block them in future updates. For a permanent, guaranteed license, purchase directly from Microsoft or an authorised retailer.<\/div>\n    <\/div>\n  <\/section>\n\n  <hr>\n\n  <!-- \u2500\u2500\u2500 SCHEMA-READY METADATA NOTE \u2500\u2500\u2500 -->\n  <!-- Implement FAQ schema (application\/ld+json) on your CMS for the FAQ section above -->\n  <!-- Also add HowTo schema for the activation steps in Section 5 -->\n  <!-- Article schema with dateModified: current month\/year -->\n\n<\/div><!-- end page-wrap -->\n\n<script>\n  \/\/ Copy buttons\n  document.querySelectorAll('.copy-btn').forEach(btn => {\n    btn.addEventListener('click', () => {\n      const key = btn.dataset.key;\n      navigator.clipboard.writeText(key).then(() => {\n        btn.textContent = 'Copied!';\n        btn.classList.add('copied');\n        setTimeout(() => {\n          btn.textContent = 'Copy';\n          btn.classList.remove('copied');\n        }, 2000);\n      });\n    });\n  });\n\n  \/\/ FAQ accordion\n  document.querySelectorAll('.faq-q').forEach(q => {\n    q.addEventListener('click', () => {\n      const answer = q.nextElementSibling;\n      const isOpen = q.classList.contains('open');\n      \/\/ Close all\n      document.querySelectorAll('.faq-q').forEach(x => x.classList.remove('open'));\n      document.querySelectorAll('.faq-a').forEach(x => x.classList.remove('open'));\n      \/\/ Toggle clicked\n      if (!isOpen) {\n        q.classList.add('open');\n        answer.classList.add('open');\n      }\n    });\n  });\n<\/script>\n<\/body>\n<\/html>","protected":false},"excerpt":{"rendered":"<p>Windows 11 Pro Product Key (2026) \u2013 All Editions, Generic &#038; KMS Keys \ud83d\uddd3 Last updated: May 2026 \u23f1 8 min read \u2705 All keys verified from Microsoft&#8217;s official documentation This is the most complete guide to Windows 11 and Windows 10 product keys for 2026. You&#8217;ll find official generic installation keys, KMS client keys for every edition, a clear explanation of what each key type does (and does NOT do), a step-by-step activation guide, and a fix for every common error code. On this page Key Types Explained (Generic vs KMS vs Retail) Windows 11 Generic Installation Keys \u2014 All Editions Windows 11 KMS Client Keys \u2014 All Editions Windows 10 Generic &#038; KMS Keys How to Activate Windows 11 (Step-by-Step) Common Activation Error Codes &#038; Fixes Activation Method Comparison FAQ Key Types Explained Before you try any key from this page, it&#8217;s essential to understand what type of key you&#8217;re looking at \u2014 because each one works differently and is intended for a different use case. Generic \/ Default Installation Keys Setup only These are keys that Microsoft publishes for use during Windows setup. They let you select a specific Windows edition when installing from a generic ISO \u2014 but they do not permanently activate Windows. Think of them as edition selectors, not licenses. Microsoft officially documents these at learn.microsoft.com. KMS Client Keys Organisations \/ VMs KMS (Key Management Service) keys are designed for organizations that run their own KMS activation server on their local network. A standalone home PC cannot be permanently activated with a KMS key alone \u2014 it requires a KMS server on the same network. These are commonly used in corporate and education environments, or for short-term evaluation in virtual machines. Retail \/ OEM \/ Volume License Keys Permanent activation If you want Windows permanently activated, you need a genuine retail, OEM, or volume license key. OEM keys are pre-installed by PC manufacturers. Retail keys can be purchased and transferred between PCs. Volume license keys are for businesses. \u26a0\ufe0f Important: No publicly listed &#8220;free&#8221; key will permanently activate a retail copy of Windows 11 Pro. The generic and KMS keys on this page are publicly documented by Microsoft. They are real keys for real purposes \u2014 but those purposes are installation\/setup and KMS environments, not permanent home activation. Windows 11 Generic Installation Keys \u2014 All Editions These are the official Windows 11 default product keys published by Microsoft. They allow you to install a specific edition during setup. Source: Microsoft Learn. Edition Generic Installation Key Windows 11 Home YTMG3-N6DKC-DKB77-7M9GH-8HVX7 Copy Windows 11 Home N 4CPRK-NM3K3-X6XXQ-RXX86-WXCHW Copy Windows 11 Home Single Language BT79Q-G7N6G-PGBYW-4YWX6-6F4BT Copy Windows 11 Home Country Specific N2434-X9D7W-8PF6X-8DV9T-8TYMD Copy Windows 11 Pro VK7JG-NPHTM-C97JM-9MPGT-3V66T Copy Windows 11 Pro N 2B87N-8KFHP-DKV6R-Y2C8J-PKCKT Copy Windows 11 Pro for Workstations DXG7C-N36C4-C4HTG-X4T3X-2YV77 Copy Windows 11 Pro for Workstations N WYPNQ-8C467-V2W6J-TX4WX-WT2RQ Copy Windows 11 Pro Education 8PTT6-RNW4C-6V7J2-C2D3X-MHBPB Copy Windows 11 Pro Education N GJTYN-HDMQY-FRR76-HVGC7-QPF8P Copy Windows 11 Education YNMGQ-8RYV3-4PGQ3-C8XTP-7CFBY Copy Windows 11 Education N 84NGF-MHBT6-FXBX8-QWJK7-DRR8H Copy Windows 11 Enterprise XGVPP-NMH47-7TTHJ-W3FW7-8HV2C Copy Windows 11 Enterprise N WGGHN-J84D6-QYCPR-T7PJ7-X766F Copy Windows 11 Enterprise G YYVX9-NTFWV-6MDM3-9PT4T-4M68B Copy Windows 11 Enterprise G N FW7NV-4T673-HF4VX-9X4MM-B4H4T Copy Windows 11 Enterprise LTSC 2019 M7XTQ-FN8P6-TTKYV-9D4CC-J462D Copy Windows 11 Enterprise N LTSC 2019 92NFX-8DJQP-P6BBQ-THF9C-7CG2H Copy \u2139\ufe0f These keys are published by Microsoft for installation and evaluation only. They do NOT permanently activate Windows. If activation is required, see the comparison section below for your options. Windows 11 KMS Client Keys \u2014 All Editions KMS client keys are used in corporate and educational networks with a KMS host server. They are also useful for setting up evaluation VMs. These are the official keys from Microsoft&#8217;s documentation. Edition KMS Client Key Windows 11 Home TX9XD-98N7V-6WMQ6-BX7FG-H8Q99 Copy Windows 11 Home N 3KHY7-WNT83-DGQKR-F7HPR-844BM Copy Windows 11 Home Single Language 7HNRX-D7KGG-3K4RQ-4WPJ4-YTDFH Copy Windows 11 Home Country Specific PVMJN-6DFY6-9CCP6-7BKTT-D3WVR Copy Windows 11 Pro W269N-WFGWX-YVC9B-4J6C9-T83GX Copy Windows 11 Pro N MH37W-N47XK-V7XM9-C7227-GCQG9 Copy Windows 11 Pro for Workstations NRG8B-VKK3Q-CXVCJ-9G2XF-6Q84J Copy Windows 11 Pro for Workstations N 9FNHH-K3HBT-3W4TD-6383H-6XYWF Copy Windows 11 Pro Education 6TP4R-GNPTD-KYYHQ-7B7DP-J447Y Copy Windows 11 Pro Education N YVWGF-BXNMC-HTQYQ-CPQ99-66QFC Copy Windows 11 Education NW6C2-QMPVW-D7KKK-3GKT6-VCFB2 Copy Windows 11 Education N 2WH4N-8QGBV-H22JP-CT43Q-MDWWJ Copy Windows 11 Enterprise NPPR9-FWDCX-D2C8J-H872K-2YT43 Copy Windows 11 Enterprise N DPH2V-TTNVB-4X9Q3-TJR4H-KHJW4 Copy Windows 11 Enterprise G YYVX9-NTFWV-6MDM3-9PT4T-4M68B Copy Windows 11 Enterprise G N 44RPN-FTY23-9VTTB-MP9BX-T84FV Copy Windows 11 Enterprise LTSC 2019 M7XTQ-FN8P6-TTKYV-9D4CC-J462D Copy Windows 11 Enterprise N LTSC 2019 92NFX-8DJQP-P6BBQ-THF9C-7CG2H Copy Windows 10 Product Keys \u2014 Generic &#038; KMS Windows 10 Generic Installation Keys Edition Generic Key Windows 10 Home YTMG3-N6DKC-DKB77-7M9GH-8HVX7 Copy Windows 10 Home N 4CPRK-NM3K3-X6XXQ-RXX86-WXCHW Copy Windows 10 Pro VK7JG-NPHTM-C97JM-9MPGT-3V66T Copy Windows 10 Pro N 2B87N-8KFHP-DKV6R-Y2C8J-PKCKT Copy Windows 10 Education YNMGQ-8RYV3-4PGQ3-C8XTP-7CFBY Copy Windows 10 Enterprise XGVPP-NMH47-7TTHJ-W3FW7-8HV2C Copy Windows 10 KMS Client Keys Edition KMS Client Key Windows 10 Home TX9XD-98N7V-6WMQ6-BX7FG-H8Q99 Copy Windows 10 Home N 3KHY7-WNT83-DGQKR-F7HPR-844BM Copy Windows 10 Pro W269N-WFGWX-YVC9B-4J6C9-T83GX Copy Windows 10 Pro N MH37W-N47XK-V7XM9-C7227-GCQG9 Copy Windows 10 Education NW6C2-QMPVW-D7KKK-3GKT6-VCFB2 Copy Windows 10 Enterprise NPPR9-FWDCX-D2C8J-H872K-2YT43 Copy How to Activate Windows 11 \u2014 Step by Step There are two methods: through the Settings app (easiest) or via Command Prompt (more reliable when Settings fails). Method 1: Settings App 1 Open SettingsPress Win + I to open the Settings app. 2 Go to System \u2192 ActivationClick System in the left sidebar, then scroll to Activation. 3 Click &#8220;Change product key&#8221;Under &#8220;Activation state&#8221;, click Change product key. 4 Enter the keyType or paste your product key and click Next. 5 Follow the promptsWindows will verify the key with Microsoft&#8217;s servers. Make sure you&#8217;re connected to the internet. Method 2: Command Prompt (Recommended if Settings fails) Right-click the Start button \u2192 select Terminal (Admin) or Command Prompt (Admin), then run: slmgr \/ipk XXXXX-XXXXX-XXXXX-XXXXX-XXXXX slmgr \/ato Replace XXXXX-XXXXX-XXXXX-XXXXX-XXXXX with your product key. The first command installs the key; the second attempts online activation. \ud83d\udca1 Already own a digital license? If you&#8217;ve previously activated Windows on this PC and have a Microsoft account linked to it, signing back in to your Microsoft account at Settings \u2192 Accounts \u2192 Your info often auto-activates without any key entry. Common Activation Error [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":6606,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[141],"tags":[],"class_list":["post-6605","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-operating-systems"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.5 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Windows 11 Pro Product Key (2026) All Editions - Generic, KMS &amp; Retail - operacinesistema.lt<\/title>\n<meta name=\"description\" content=\"Complete list of Windows 11 Pro product keys for 2026 - all editions, official generic installation keys, KMS client keys, step-by-step activation guide, and error code fixes. Updated May 2026.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/operacinesistema.lt\/id\/windows-11-pro-product-key-2026\/\" \/>\n<meta property=\"og:locale\" content=\"id_ID\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Windows 11 Pro Product Key (2026) All Editions - Generic, KMS &amp; Retail - operacinesistema.lt\" \/>\n<meta property=\"og:description\" content=\"Complete list of Windows 11 Pro product keys for 2026 - all editions, official generic installation keys, KMS client keys, step-by-step activation guide, and error code fixes. Updated May 2026.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/operacinesistema.lt\/id\/windows-11-pro-product-key-2026\/\" \/>\n<meta property=\"og:site_name\" content=\"operacinesistema.lt\" \/>\n<meta property=\"article:published_time\" content=\"2026-05-03T17:31:24+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2026-05-03T17:34:58+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/operacinesistema.lt\/wp-content\/uploads\/2026\/05\/Windows-11-Pro-Product-Keys-2026-\u2013-All-Editions-1.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"1376\" \/>\n\t<meta property=\"og:image:height\" content=\"768\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"author\" content=\"Danielius Voiciukevic\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Ditulis oleh\" \/>\n\t<meta name=\"twitter:data1\" content=\"Danielius Voiciukevic\" \/>\n\t<meta name=\"twitter:label2\" content=\"Estimasi waktu membaca\" \/>\n\t<meta name=\"twitter:data2\" content=\"10 menit\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/operacinesistema.lt\\\/windows-11-pro-product-key-2026\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/operacinesistema.lt\\\/windows-11-pro-product-key-2026\\\/\"},\"author\":{\"name\":\"Danielius Voiciukevic\",\"@id\":\"https:\\\/\\\/operacinesistema.lt\\\/#\\\/schema\\\/person\\\/dc7d2dcfa2a964aa70e44df568972004\"},\"headline\":\"Windows 11 Pro Product Key (2026) All Editions &#8211; Generic, KMS &amp; Retail\",\"datePublished\":\"2026-05-03T17:31:24+00:00\",\"dateModified\":\"2026-05-03T17:34:58+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/operacinesistema.lt\\\/windows-11-pro-product-key-2026\\\/\"},\"wordCount\":1373,\"commentCount\":0,\"image\":{\"@id\":\"https:\\\/\\\/operacinesistema.lt\\\/windows-11-pro-product-key-2026\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/operacinesistema.lt\\\/wp-content\\\/uploads\\\/2026\\\/05\\\/Windows-11-Pro-Product-Keys-2026-\u2013-All-Editions-1.jpg\",\"articleSection\":[\"Operating Systems\"],\"inLanguage\":\"id\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\\\/\\\/operacinesistema.lt\\\/windows-11-pro-product-key-2026\\\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/operacinesistema.lt\\\/windows-11-pro-product-key-2026\\\/\",\"url\":\"https:\\\/\\\/operacinesistema.lt\\\/windows-11-pro-product-key-2026\\\/\",\"name\":\"Windows 11 Pro Product Key (2026) All Editions - Generic, KMS &amp; Retail - operacinesistema.lt\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/operacinesistema.lt\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/operacinesistema.lt\\\/windows-11-pro-product-key-2026\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/operacinesistema.lt\\\/windows-11-pro-product-key-2026\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/operacinesistema.lt\\\/wp-content\\\/uploads\\\/2026\\\/05\\\/Windows-11-Pro-Product-Keys-2026-\u2013-All-Editions-1.jpg\",\"datePublished\":\"2026-05-03T17:31:24+00:00\",\"dateModified\":\"2026-05-03T17:34:58+00:00\",\"author\":{\"@id\":\"https:\\\/\\\/operacinesistema.lt\\\/#\\\/schema\\\/person\\\/dc7d2dcfa2a964aa70e44df568972004\"},\"description\":\"Complete list of Windows 11 Pro product keys for 2026 - all editions, official generic installation keys, KMS client keys, step-by-step activation guide, and error code fixes. Updated May 2026.\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/operacinesistema.lt\\\/windows-11-pro-product-key-2026\\\/#breadcrumb\"},\"inLanguage\":\"id\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/operacinesistema.lt\\\/windows-11-pro-product-key-2026\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"id\",\"@id\":\"https:\\\/\\\/operacinesistema.lt\\\/windows-11-pro-product-key-2026\\\/#primaryimage\",\"url\":\"https:\\\/\\\/operacinesistema.lt\\\/wp-content\\\/uploads\\\/2026\\\/05\\\/Windows-11-Pro-Product-Keys-2026-\u2013-All-Editions-1.jpg\",\"contentUrl\":\"https:\\\/\\\/operacinesistema.lt\\\/wp-content\\\/uploads\\\/2026\\\/05\\\/Windows-11-Pro-Product-Keys-2026-\u2013-All-Editions-1.jpg\",\"width\":1376,\"height\":768,\"caption\":\"Windows 11 Pro product keys 2026 \u2013 complete list of generic installation keys and KMS client keys for all editions\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/operacinesistema.lt\\\/windows-11-pro-product-key-2026\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/operacinesistema.lt\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Windows 11 Pro Product Key (2026) All Editions &#8211; Generic, KMS &amp; Retail\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/operacinesistema.lt\\\/#website\",\"url\":\"https:\\\/\\\/operacinesistema.lt\\\/\",\"name\":\"operacinesistema.lt\",\"description\":\"\u012esigykite Windows 11 Pro u\u017e geriausi\u0105 kain\u0105\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/operacinesistema.lt\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"id\"},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/operacinesistema.lt\\\/#\\\/schema\\\/person\\\/dc7d2dcfa2a964aa70e44df568972004\",\"name\":\"Danielius Voiciukevic\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"id\",\"@id\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/d6f0d8ddf952c1f2a47f47c2ccd9cbf7e82ec985b14979dfdf74bdaa0c4549ab?s=96&d=mm&r=g\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/d6f0d8ddf952c1f2a47f47c2ccd9cbf7e82ec985b14979dfdf74bdaa0c4549ab?s=96&d=mm&r=g\",\"contentUrl\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/d6f0d8ddf952c1f2a47f47c2ccd9cbf7e82ec985b14979dfdf74bdaa0c4549ab?s=96&d=mm&r=g\",\"caption\":\"Danielius Voiciukevic\"},\"sameAs\":[\"https:\\\/\\\/operacinesistema.lt\"],\"url\":\"https:\\\/\\\/operacinesistema.lt\\\/id\\\/author\\\/danielmlgkidgmail-com\\\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Windows 11 Pro Product Key (2026) All Editions - Generic, KMS &amp; Retail - operacinesistema.lt","description":"Complete list of Windows 11 Pro product keys for 2026 - all editions, official generic installation keys, KMS client keys, step-by-step activation guide, and error code fixes. Updated May 2026.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/operacinesistema.lt\/id\/windows-11-pro-product-key-2026\/","og_locale":"id_ID","og_type":"article","og_title":"Windows 11 Pro Product Key (2026) All Editions - Generic, KMS &amp; Retail - operacinesistema.lt","og_description":"Complete list of Windows 11 Pro product keys for 2026 - all editions, official generic installation keys, KMS client keys, step-by-step activation guide, and error code fixes. Updated May 2026.","og_url":"https:\/\/operacinesistema.lt\/id\/windows-11-pro-product-key-2026\/","og_site_name":"operacinesistema.lt","article_published_time":"2026-05-03T17:31:24+00:00","article_modified_time":"2026-05-03T17:34:58+00:00","og_image":[{"width":1376,"height":768,"url":"https:\/\/operacinesistema.lt\/wp-content\/uploads\/2026\/05\/Windows-11-Pro-Product-Keys-2026-\u2013-All-Editions-1.jpg","type":"image\/jpeg"}],"author":"Danielius Voiciukevic","twitter_card":"summary_large_image","twitter_misc":{"Ditulis oleh":"Danielius Voiciukevic","Estimasi waktu membaca":"10 menit"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/operacinesistema.lt\/windows-11-pro-product-key-2026\/#article","isPartOf":{"@id":"https:\/\/operacinesistema.lt\/windows-11-pro-product-key-2026\/"},"author":{"name":"Danielius Voiciukevic","@id":"https:\/\/operacinesistema.lt\/#\/schema\/person\/dc7d2dcfa2a964aa70e44df568972004"},"headline":"Windows 11 Pro Product Key (2026) All Editions &#8211; Generic, KMS &amp; Retail","datePublished":"2026-05-03T17:31:24+00:00","dateModified":"2026-05-03T17:34:58+00:00","mainEntityOfPage":{"@id":"https:\/\/operacinesistema.lt\/windows-11-pro-product-key-2026\/"},"wordCount":1373,"commentCount":0,"image":{"@id":"https:\/\/operacinesistema.lt\/windows-11-pro-product-key-2026\/#primaryimage"},"thumbnailUrl":"https:\/\/operacinesistema.lt\/wp-content\/uploads\/2026\/05\/Windows-11-Pro-Product-Keys-2026-\u2013-All-Editions-1.jpg","articleSection":["Operating Systems"],"inLanguage":"id","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/operacinesistema.lt\/windows-11-pro-product-key-2026\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/operacinesistema.lt\/windows-11-pro-product-key-2026\/","url":"https:\/\/operacinesistema.lt\/windows-11-pro-product-key-2026\/","name":"Windows 11 Pro Product Key (2026) All Editions - Generic, KMS &amp; Retail - operacinesistema.lt","isPartOf":{"@id":"https:\/\/operacinesistema.lt\/#website"},"primaryImageOfPage":{"@id":"https:\/\/operacinesistema.lt\/windows-11-pro-product-key-2026\/#primaryimage"},"image":{"@id":"https:\/\/operacinesistema.lt\/windows-11-pro-product-key-2026\/#primaryimage"},"thumbnailUrl":"https:\/\/operacinesistema.lt\/wp-content\/uploads\/2026\/05\/Windows-11-Pro-Product-Keys-2026-\u2013-All-Editions-1.jpg","datePublished":"2026-05-03T17:31:24+00:00","dateModified":"2026-05-03T17:34:58+00:00","author":{"@id":"https:\/\/operacinesistema.lt\/#\/schema\/person\/dc7d2dcfa2a964aa70e44df568972004"},"description":"Complete list of Windows 11 Pro product keys for 2026 - all editions, official generic installation keys, KMS client keys, step-by-step activation guide, and error code fixes. Updated May 2026.","breadcrumb":{"@id":"https:\/\/operacinesistema.lt\/windows-11-pro-product-key-2026\/#breadcrumb"},"inLanguage":"id","potentialAction":[{"@type":"ReadAction","target":["https:\/\/operacinesistema.lt\/windows-11-pro-product-key-2026\/"]}]},{"@type":"ImageObject","inLanguage":"id","@id":"https:\/\/operacinesistema.lt\/windows-11-pro-product-key-2026\/#primaryimage","url":"https:\/\/operacinesistema.lt\/wp-content\/uploads\/2026\/05\/Windows-11-Pro-Product-Keys-2026-\u2013-All-Editions-1.jpg","contentUrl":"https:\/\/operacinesistema.lt\/wp-content\/uploads\/2026\/05\/Windows-11-Pro-Product-Keys-2026-\u2013-All-Editions-1.jpg","width":1376,"height":768,"caption":"Windows 11 Pro product keys 2026 \u2013 complete list of generic installation keys and KMS client keys for all editions"},{"@type":"BreadcrumbList","@id":"https:\/\/operacinesistema.lt\/windows-11-pro-product-key-2026\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/operacinesistema.lt\/"},{"@type":"ListItem","position":2,"name":"Windows 11 Pro Product Key (2026) All Editions &#8211; Generic, KMS &amp; Retail"}]},{"@type":"WebSite","@id":"https:\/\/operacinesistema.lt\/#website","url":"https:\/\/operacinesistema.lt\/","name":"operacinesistema.lt","description":"Dapatkan Windows 11 Pro dengan harga terbaik","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/operacinesistema.lt\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"id"},{"@type":"Person","@id":"https:\/\/operacinesistema.lt\/#\/schema\/person\/dc7d2dcfa2a964aa70e44df568972004","name":"Danielius Voiciukevic","image":{"@type":"ImageObject","inLanguage":"id","@id":"https:\/\/secure.gravatar.com\/avatar\/d6f0d8ddf952c1f2a47f47c2ccd9cbf7e82ec985b14979dfdf74bdaa0c4549ab?s=96&d=mm&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/d6f0d8ddf952c1f2a47f47c2ccd9cbf7e82ec985b14979dfdf74bdaa0c4549ab?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/d6f0d8ddf952c1f2a47f47c2ccd9cbf7e82ec985b14979dfdf74bdaa0c4549ab?s=96&d=mm&r=g","caption":"Danielius Voiciukevic"},"sameAs":["https:\/\/operacinesistema.lt"],"url":"https:\/\/operacinesistema.lt\/id\/author\/danielmlgkidgmail-com\/"}]}},"_links":{"self":[{"href":"https:\/\/operacinesistema.lt\/id\/wp-json\/wp\/v2\/posts\/6605","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/operacinesistema.lt\/id\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/operacinesistema.lt\/id\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/operacinesistema.lt\/id\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/operacinesistema.lt\/id\/wp-json\/wp\/v2\/comments?post=6605"}],"version-history":[{"count":2,"href":"https:\/\/operacinesistema.lt\/id\/wp-json\/wp\/v2\/posts\/6605\/revisions"}],"predecessor-version":[{"id":6608,"href":"https:\/\/operacinesistema.lt\/id\/wp-json\/wp\/v2\/posts\/6605\/revisions\/6608"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/operacinesistema.lt\/id\/wp-json\/wp\/v2\/media\/6606"}],"wp:attachment":[{"href":"https:\/\/operacinesistema.lt\/id\/wp-json\/wp\/v2\/media?parent=6605"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/operacinesistema.lt\/id\/wp-json\/wp\/v2\/categories?post=6605"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/operacinesistema.lt\/id\/wp-json\/wp\/v2\/tags?post=6605"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}