{"id":9152,"date":"2026-06-29T13:12:14","date_gmt":"2026-06-29T07:42:14","guid":{"rendered":"https:\/\/www.veeble.com\/kb\/?p=9152"},"modified":"2026-06-29T13:12:14","modified_gmt":"2026-06-29T07:42:14","slug":"driver-irql-not-less-or-equal","status":"publish","type":"post","link":"https:\/\/www.veeble.com\/kb\/driver-irql-not-less-or-equal\/","title":{"rendered":"Fix DRIVER_IRQL_NOT_LESS_OR_EQUAL  on Windows (2026)"},"content":{"rendered":"\n<p>The DRIVER IRQL NOT LESS OR EQUAL <mark style=\"color:#0693e3\" class=\"has-inline-color\">BSOD (Blue Screen of Death)<\/mark> appears when a driver tries to access memory at an address it shouldn&#8217;t, at the wrong interrupt level. Windows can&#8217;t recover from it and forces a crash. This usually points to a bad driver &#8211; most often a display, network, or storage driver that was recently installed or auto-updated. Less commonly it&#8217;s corrupted system files or a RAM problem.<\/p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img fetchpriority=\"high\" decoding=\"async\" width=\"1024\" height=\"683\" src=\"https:\/\/www.veeble.com\/kb\/wp-content\/uploads\/2026\/06\/Fix-DRIVER_IRQL_NOT_LESS_OR_EQUAL-BSOD-on-Windows-1-1024x683.jpg\" alt=\"\" class=\"wp-image-9156\" srcset=\"https:\/\/www.veeble.com\/kb\/wp-content\/uploads\/2026\/06\/Fix-DRIVER_IRQL_NOT_LESS_OR_EQUAL-BSOD-on-Windows-1-1024x683.jpg 1024w, https:\/\/www.veeble.com\/kb\/wp-content\/uploads\/2026\/06\/Fix-DRIVER_IRQL_NOT_LESS_OR_EQUAL-BSOD-on-Windows-1-300x200.jpg 300w, https:\/\/www.veeble.com\/kb\/wp-content\/uploads\/2026\/06\/Fix-DRIVER_IRQL_NOT_LESS_OR_EQUAL-BSOD-on-Windows-1-768x512.jpg 768w, https:\/\/www.veeble.com\/kb\/wp-content\/uploads\/2026\/06\/Fix-DRIVER_IRQL_NOT_LESS_OR_EQUAL-BSOD-on-Windows-1.jpg 1536w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" \/><\/figure>\n\n\n\n<p>This guide walks you through identifying the cause and fixing it, including steps for when you&#8217;re stuck in a boot loop and can&#8217;t reach the desktop.<\/p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\" \/>\n\n\n\t\t\t\t<div class=\"wp-block-uagb-table-of-contents uagb-toc__align-left uagb-toc__columns-1  uagb-block-89b3591d      \"\n\t\t\t\t\tdata-scroll= \"1\"\n\t\t\t\t\tdata-offset= \"30\"\n\t\t\t\t\tstyle=\"\"\n\t\t\t\t>\n\t\t\t\t<div class=\"uagb-toc__wrap\">\n\t\t\t\t\t\t<div class=\"uagb-toc__title\">\n\t\t\t\t\t\t\tTable Of Contents\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"uagb-toc__list-wrap \">\n\t\t\t\t\t\t<ol class=\"uagb-toc__list\"><li class=\"uagb-toc__list\"><a href=\"#what-causes-this-error\" class=\"uagb-toc-link__trigger\">What Causes This Error<\/a><li class=\"uagb-toc__list\"><a href=\"#step-1-check-the-bsod-screen-for-the-driver-name\" class=\"uagb-toc-link__trigger\">Step 1: Check the BSOD Screen for the Driver Name<\/a><li class=\"uagb-toc__list\"><a href=\"#step-2-boot-into-safe-mode\" class=\"uagb-toc-link__trigger\">Step 2: Boot into Safe Mode<\/a><li class=\"uagb-toc__list\"><a href=\"#step-3-roll-back-or-uninstall-the-faulty-driver\" class=\"uagb-toc-link__trigger\">Step 3: Roll Back or Uninstall the Faulty Driver<\/a><li class=\"uagb-toc__list\"><a href=\"#step-4-repair-system-files-with-sfc-and-dism\" class=\"uagb-toc-link__trigger\">Step 4: Repair System Files with SFC and DISM<\/a><li class=\"uagb-toc__list\"><a href=\"#step-5-run-windows-memory-diagnostic\" class=\"uagb-toc-link__trigger\">Step 5: Run Windows Memory Diagnostic<\/a><li class=\"uagb-toc__list\"><a href=\"#step-6-uninstall-a-recent-windows-update\" class=\"uagb-toc-link__trigger\">Step 6: Uninstall a Recent Windows Update<\/a><li class=\"uagb-toc__list\"><a href=\"#prevention-tips\" class=\"uagb-toc-link__trigger\">Prevention Tips<\/a><li class=\"uagb-toc__list\"><a href=\"#conclusion\" class=\"uagb-toc-link__trigger\">Conclusion<\/a><\/ol>\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\" \/>\n\n\n<h2 class=\"wp-block-heading\" id=\"what-causes-this-error\">What Causes This Error<\/h2>\n\n\n<p>The stop code <code>DRIVER_IRQL_NOT_LESS_OR_EQUAL<\/code> means a driver accessed a memory address at an Interrupt Request Level (IRQL) that was too high. Drivers are supposed to lower their IRQL before touching pageable memory &#8211; when they don&#8217;t, Windows throws this error instead of letting it corrupt memory silently.<\/p>\n\n\n\n<p>Common causes:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Recently updated or installed driver<\/strong> &#8211; A new driver version with a bug is the most common trigger. GPU, network adapter, and storage drivers are the usual suspects.<\/li>\n\n\n\n<li><strong>Antivirus or security software<\/strong> &#8211; These run at kernel level. A bad update to antivirus software can cause this.<\/li>\n\n\n\n<li><strong>Corrupted system files<\/strong> &#8211; Damaged Windows files can cause existing drivers to behave incorrectly.<\/li>\n\n\n\n<li><strong>Faulty RAM<\/strong> &#8211; Bad memory sectors can cause invalid memory access, which gets blamed on whichever driver was running at the time.<\/li>\n\n\n\n<li><strong>Overclocking<\/strong> &#8211; An unstable CPU or RAM overclock can trigger this error under load.<\/li>\n\n\n\n<li><strong>Windows Update<\/strong> &#8211; A cumulative update can silently push a driver update that conflicts with your hardware.<\/li>\n<\/ul>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\" \/>\n\n\n<h2 class=\"wp-block-heading\" id=\"step-1-check-the-bsod-screen-for-the-driver-name\">Step 1: Check the BSOD Screen for the Driver Name<\/h2>\n\n\n<p>Before anything else, look at what the BSOD screen shows. Windows often prints the name of the driver file that caused the crash directly on the screen, underneath the stop code.<\/p>\n\n\n\n<p>It looks like: <code>nvlddmkm.sys<\/code> or <code>netio.sys<\/code> or <code>ntfs.sys<\/code><\/p>\n\n\n\n<p>Common driver files and what they point to:<\/p>\n\n\n\n<figure class=\"wp-block-table\"><table class=\"has-fixed-layout\"><thead><tr><th>File<\/th><th>Component<\/th><\/tr><\/thead><tbody><tr><td><code>nvlddmkm.sys<\/code><\/td><td>NVIDIA GPU driver<\/td><\/tr><tr><td><code>atikmpag.sys<\/code> \/ <code>atikmdag.sys<\/code><\/td><td>AMD GPU driver<\/td><\/tr><tr><td><code>ndis.sys<\/code><\/td><td>Windows network stack<\/td><\/tr><tr><td><code>netio.sys<\/code><\/td><td>Network I\/O driver<\/td><\/tr><tr><td><code>storport.sys<\/code><\/td><td>Storage controller<\/td><\/tr><tr><td><code>ntfs.sys<\/code><\/td><td>NTFS file system driver<\/td><\/tr><tr><td><code>tcpip.sys<\/code><\/td><td>TCP\/IP driver<\/td><\/tr><\/tbody><\/table><\/figure>\n\n\n\n<p>If you see a driver file name, note it down. That file tells you exactly which component to focus on.<\/p>\n\n\n\n<p>If you missed it, check the minidump file after a successful boot:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>Get-EventLog -LogName System -EntryType Error -Newest 20 | Format-List<\/code><\/pre>\n\n\n\n<p>Or download <strong>WinDbg<\/strong> from the Microsoft Store and open <code>C:\\Windows\\Minidump<\/code> to read the crash file directly.<\/p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\" \/>\n\n\n<h2 class=\"wp-block-heading\" id=\"step-2-boot-into-safe-mode\">Step 2: Boot into Safe Mode<\/h2>\n\n\n<p>If your PC is stuck in a boot loop and you can&#8217;t reach the desktop, you need Safe Mode first. Safe Mode loads Windows with only essential drivers, which is enough to uninstall the problematic one.<\/p>\n\n\n\n<p><strong>From a boot loop:<\/strong><\/p>\n\n\n\n<p>Windows should enter the Windows Recovery Environment (WinRE) automatically after two or three failed boots. If it doesn&#8217;t, force it:<\/p>\n\n\n\n<ol class=\"wp-block-list\">\n<li>Power on the PC.<\/li>\n\n\n\n<li>Hold the power button the moment the Windows logo appears to force a shutdown.<\/li>\n\n\n\n<li>Repeat three times.<\/li>\n\n\n\n<li>On the fourth boot, Windows displays <strong>Preparing Automatic Repair<\/strong> and enters WinRE.<\/li>\n<\/ol>\n\n\n\n<p>In WinRE, go to <strong>Troubleshoot &gt; Advanced Options &gt; Startup Settings &gt; Restart<\/strong>, then press <strong>4<\/strong> for Safe Mode or <strong>5<\/strong> for Safe Mode with Networking.<\/p>\n\n\n\n<p><strong>From Windows (if you can reach the desktop):<\/strong><\/p>\n\n\n\n<p>Hold <strong>Shift<\/strong> and click <strong>Restart<\/strong> from the Start menu. Navigate to <strong>Troubleshoot &gt; Advanced Options &gt; Startup Settings &gt; Restart<\/strong>, then press <strong>4<\/strong> or <strong>5<\/strong>.<\/p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\" \/>\n\n\n<h2 class=\"wp-block-heading\" id=\"step-3-roll-back-or-uninstall-the-faulty-driver\">Step 3: Roll Back or Uninstall the Faulty Driver<\/h2>\n\n\n<p>This is the fix that resolves the error in most cases. Do this in Safe Mode if you can&#8217;t boot normally.<\/p>\n\n\n\n<p><strong>Roll back a driver:<\/strong><\/p>\n\n\n\n<ol class=\"wp-block-list\">\n<li>Right-click the Start button and open <strong>Device Manager<\/strong>.<\/li>\n\n\n\n<li>Expand the relevant category. If you identified the driver in Step 1, go directly to that device. Otherwise, start with <strong>Display adapters<\/strong> and <strong>Network adapters<\/strong> &#8211; these are the most common cause.<\/li>\n\n\n\n<li>Right-click the device and select <strong>Properties<\/strong>.<\/li>\n\n\n\n<li>Go to the <strong>Driver<\/strong> tab.<\/li>\n\n\n\n<li>Click <strong>Roll Back Driver<\/strong> if it&#8217;s available.<\/li>\n<\/ol>\n\n\n\n<p>If Roll Back Driver is greyed out, the previous driver version wasn&#8217;t saved. Uninstall instead.<\/p>\n\n\n\n<p><strong>Uninstall a driver:<\/strong><\/p>\n\n\n\n<ol class=\"wp-block-list\">\n<li>In Device Manager, right-click the device.<\/li>\n\n\n\n<li>Select <strong>Uninstall device<\/strong>.<\/li>\n\n\n\n<li>Check <strong>Delete the driver software for this device<\/strong>.<\/li>\n\n\n\n<li>Restart.<\/li>\n<\/ol>\n\n\n\n<p>Windows will load a basic generic driver on restart. If the BSOD stops, the driver was the problem. Reinstall a clean version from the manufacturer&#8217;s website &#8211; not through Windows Update.<\/p>\n\n\n\n<p><strong>For GPU drivers specifically<\/strong>, use Display Driver Uninstaller (DDU) in Safe Mode for a complete removal before reinstalling. This avoids leftover files from the old driver causing conflicts.<\/p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\" \/>\n\n\n<h2 class=\"wp-block-heading\" id=\"step-4-repair-system-files-with-sfc-and-dism\">Step 4: Repair System Files with SFC and DISM<\/h2>\n\n\n<p>If uninstalling the driver didn&#8217;t fix it, or if no specific driver was identified, corrupted system files may be the cause. Run DISM first to repair the component store, then SFC.<\/p>\n\n\n\n<p>Open Command Prompt as administrator and run:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>DISM \/Online \/Cleanup-Image \/RestoreHealth<\/code><\/pre>\n\n\n\n<p>Wait for it to finish, then run:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>sfc \/scannow<\/code><\/pre>\n\n\n\n<p>Restart after both commands complete and test.<\/p>\n\n\n\n<p>If SFC itself fails, see the separate guide on fixing the <a href=\"https:\/\/www.veeble.com\/kb\/windows-resource-protection-could-not-perform-the-requested-operation\/\">Windows Resource Protection could not perform the requested operation<\/a> error.<\/p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\" \/>\n\n\n<h2 class=\"wp-block-heading\" id=\"step-5-run-windows-memory-diagnostic\">Step 5: Run Windows Memory Diagnostic<\/h2>\n\n\n<p>If the BSOD keeps happening across different drivers, RAM is worth checking. Bad memory causes random invalid address errors that get attributed to whichever driver happens to be running.<\/p>\n\n\n\n<ol class=\"wp-block-list\">\n<li>Press <strong>Win + R<\/strong>, type <code>mdsched.exe<\/code>, hit Enter.<\/li>\n\n\n\n<li>Select <strong>Restart now and check for problems<\/strong>.<\/li>\n<\/ol>\n\n\n\n<p>The test runs on restart and takes 10-20 minutes. After Windows loads, check the results in Event Viewer:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>eventvwr.msc<\/code><\/pre>\n\n\n\n<p>Go to <strong>Windows Logs &gt; System<\/strong> and look for events from <strong>MemoryDiagnostics-Results<\/strong>.<\/p>\n\n\n\n<p>If the test finds errors, the RAM module is failing and needs to be replaced. If you have multiple sticks, reseat them and test one at a time to identify which one is bad.<\/p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\" \/>\n\n\n<h2 class=\"wp-block-heading\" id=\"step-6-uninstall-a-recent-windows-update\">Step 6: Uninstall a Recent Windows Update<\/h2>\n\n\n<p>If the error started after a Windows Update and none of the above fixes work, roll back the update.<\/p>\n\n\n\n<p><strong>Check when the error started:<\/strong><\/p>\n\n\n\n<p>Open Command Prompt as administrator and run:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>wevtutil qe System \/q:\"*&#091;System&#091;Provider&#091;@Name='Microsoft-Windows-WindowsUpdateClient'] and (EventID=19)]]\" \/f:text \/rd:true \/c:5<\/code><\/pre>\n\n\n\n<p>This shows the last 5 updates installed. Compare the dates with when the BSOD first appeared.<\/p>\n\n\n\n<p><strong>Remove the update:<\/strong><\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>wusa \/uninstall \/kb:XXXXXXXXX<\/code><\/pre>\n\n\n\n<p>Replace <code>XXXXXXXXX<\/code> with the KB number of the update you want to remove. Alternatively, go to <strong>Settings &gt; Windows Update &gt; Update History &gt; Uninstall Updates<\/strong> and remove it from there.<\/p>\n\n\n\n<p>Restart and check if the BSOD is gone.<\/p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\" \/>\n\n\n<h2 class=\"wp-block-heading\" id=\"prevention-tips\">Prevention Tips<\/h2>\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Delay automatic driver updates<\/strong> &#8211; Go to <strong>Settings &gt; System &gt; Advanced System Settings &gt; Hardware &gt; Device Installation Settings<\/strong> and select &#8220;No (your device might not work as expected).&#8221; This stops Windows from auto-pushing driver updates.<\/li>\n\n\n\n<li><strong>Create a restore point before major updates<\/strong> &#8211; A restore point takes a few seconds to create and gives you a rollback option if an update breaks something.<\/li>\n\n\n\n<li><strong>Keep RAM stress-tested on new hardware<\/strong> &#8211; Run MemTest86 overnight on any new machine before relying on it. Catching bad RAM early saves a lot of troubleshooting later.<\/li>\n\n\n\n<li><strong>Watch for driver update notifications<\/strong> &#8211; If you get a BSOD within a day of Windows Update running, check Device Manager before anything else.<\/li>\n<\/ul>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\" \/>\n\n\n<h2 class=\"wp-block-heading\" id=\"conclusion\">Conclusion<\/h2>\n\n\n<p>The DRIVER IRQL NOT LESS OR EQUAL error almost always comes down to a driver. Start with Step 1 to identify which one, then work through the fixes in order. If you&#8217;re managing a Windows Server environment and need full control over driver updates and system-level access, Veeble&#8217;s <a href=\"https:\/\/www.veeble.com\/windows-vps\/\">Windows VPS<\/a> gives you unrestricted RDP and administrator access to run all these fixes without restrictions.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>The DRIVER IRQL NOT LESS OR EQUAL BSOD (Blue Screen of Death) appears when a driver tries to access memory at an address it [&hellip;]<\/p>\n","protected":false},"author":15,"featured_media":9157,"comment_status":"closed","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_uag_custom_page_level_css":"","site-sidebar-layout":"default","site-content-layout":"","ast-site-content-layout":"default","site-content-style":"default","site-sidebar-style":"default","ast-global-header-display":"","ast-banner-title-visibility":"","ast-main-header-display":"","ast-hfb-above-header-display":"","ast-hfb-below-header-display":"","ast-hfb-mobile-header-display":"","site-post-title":"","ast-breadcrumbs-content":"","ast-featured-img":"","footer-sml-layout":"","theme-transparent-header-meta":"","adv-header-id-meta":"","stick-header-meta":"","header-above-stick-meta":"","header-main-stick-meta":"","header-below-stick-meta":"","astra-migrate-meta-layouts":"set","ast-page-background-enabled":"default","ast-page-background-meta":{"desktop":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"ast-content-background-meta":{"desktop":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"footnotes":""},"categories":[16],"tags":[84,83,82,93,86,87,85],"class_list":["post-9152","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-windows","tag-blue-screen","tag-boot-error","tag-bsod","tag-driver","tag-troubleshooting","tag-windows","tag-windows-11"],"uagb_featured_image_src":{"full":["https:\/\/www.veeble.com\/kb\/wp-content\/uploads\/2026\/06\/Fix-DRIVER_IRQL_NOT_LESS_OR_EQUAL-BSOD-on-Windows-2.jpg",1536,1024,false],"thumbnail":["https:\/\/www.veeble.com\/kb\/wp-content\/uploads\/2026\/06\/Fix-DRIVER_IRQL_NOT_LESS_OR_EQUAL-BSOD-on-Windows-2-150x150.jpg",150,150,true],"medium":["https:\/\/www.veeble.com\/kb\/wp-content\/uploads\/2026\/06\/Fix-DRIVER_IRQL_NOT_LESS_OR_EQUAL-BSOD-on-Windows-2-300x200.jpg",300,200,true],"medium_large":["https:\/\/www.veeble.com\/kb\/wp-content\/uploads\/2026\/06\/Fix-DRIVER_IRQL_NOT_LESS_OR_EQUAL-BSOD-on-Windows-2-768x512.jpg",768,512,true],"large":["https:\/\/www.veeble.com\/kb\/wp-content\/uploads\/2026\/06\/Fix-DRIVER_IRQL_NOT_LESS_OR_EQUAL-BSOD-on-Windows-2-1024x683.jpg",1024,683,true],"1536x1536":["https:\/\/www.veeble.com\/kb\/wp-content\/uploads\/2026\/06\/Fix-DRIVER_IRQL_NOT_LESS_OR_EQUAL-BSOD-on-Windows-2.jpg",1536,1024,false],"2048x2048":["https:\/\/www.veeble.com\/kb\/wp-content\/uploads\/2026\/06\/Fix-DRIVER_IRQL_NOT_LESS_OR_EQUAL-BSOD-on-Windows-2.jpg",1536,1024,false]},"uagb_author_info":{"display_name":"Nasarul Naseer","author_link":"https:\/\/www.veeble.com\/kb\/author\/nasarulnaseer\/"},"uagb_comment_info":0,"uagb_excerpt":"The DRIVER IRQL NOT LESS OR EQUAL BSOD (Blue Screen of Death) appears when a driver tries to access memory at an address it [&hellip;]","_links":{"self":[{"href":"https:\/\/www.veeble.com\/kb\/wp-json\/wp\/v2\/posts\/9152","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.veeble.com\/kb\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.veeble.com\/kb\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.veeble.com\/kb\/wp-json\/wp\/v2\/users\/15"}],"replies":[{"embeddable":true,"href":"https:\/\/www.veeble.com\/kb\/wp-json\/wp\/v2\/comments?post=9152"}],"version-history":[{"count":4,"href":"https:\/\/www.veeble.com\/kb\/wp-json\/wp\/v2\/posts\/9152\/revisions"}],"predecessor-version":[{"id":9159,"href":"https:\/\/www.veeble.com\/kb\/wp-json\/wp\/v2\/posts\/9152\/revisions\/9159"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.veeble.com\/kb\/wp-json\/wp\/v2\/media\/9157"}],"wp:attachment":[{"href":"https:\/\/www.veeble.com\/kb\/wp-json\/wp\/v2\/media?parent=9152"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.veeble.com\/kb\/wp-json\/wp\/v2\/categories?post=9152"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.veeble.com\/kb\/wp-json\/wp\/v2\/tags?post=9152"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}