<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: What is wrong with the 14900k? in Mobile and Desktop Processors</title>
    <link>https://community.intel.com/t5/Mobile-and-Desktop-Processors/What-is-wrong-with-the-14900k/m-p/1570206#M69282</link>
    <description>&lt;P&gt;The BIOS was already updated with no change.&lt;/P&gt;</description>
    <pubDate>Wed, 07 Feb 2024 13:03:23 GMT</pubDate>
    <dc:creator>vmovups</dc:creator>
    <dc:date>2024-02-07T13:03:23Z</dc:date>
    <item>
      <title>What is wrong with the 14900k?</title>
      <link>https://community.intel.com/t5/Mobile-and-Desktop-Processors/What-is-wrong-with-the-14900k/m-p/1570203#M69280</link>
      <description>&lt;P&gt;Hello, i bought a 14900k with the accompanying motherboard, RAM and cooler in early November but have kept having problems with it.&lt;/P&gt;&lt;P&gt;The problems started with abnormally frequent crashes in applications powered by chromium that progressively get worse and random BSOD at rest but not with high usage, the distributor i bought it at replaced the RAM for another brand which did stop the BSOD but not the applications crash, after much insistance and finding out crashes stopped when the two 6ghz P-cores were disabled and the computer crashed programs and displays a BSOD very fast when only the two 6ghz P-cores were active they replaced the processor in early January which did indeed stop the crashes.&lt;/P&gt;&lt;P&gt;The crashes stopped for a few weeks until last week after a period of using the computer a lot the crashes returned, this time affecting games too.&lt;/P&gt;&lt;P&gt;When analyzing the crash dumps of applications through WinDbg, some anomalies which hint at the CPU being at fault can be found which i organized in the following list :&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;The CPU "ignores" the register content when using a memory operand such as &lt;EM&gt;[rcx+rsi*imm]&lt;/EM&gt;, in this example if RCX is a valid pointer and RSI is 0(implying access of the first element in an array) an access violation with address 0 occurs instead of reading [RCX]'s content.&lt;/LI&gt;&lt;LI&gt;The CPU triggers a write access violation when reading memory or executing an instruction which does not read or write to memory such as (SSE encoded)&lt;EM&gt;ucomiss xmm10, xmm0&lt;/EM&gt;, the exception address can be garbage with typically all bytes except the lower one filled with 0xFF, another integer register or the contents of an XMM register which may be a floating point number.&lt;/LI&gt;&lt;LI&gt;The CPU is off by one when incrementing the RIP register, resulting in the CPU attempting to execute the last byte of the instruction it has executed or the second byte of the instruction it was supposed to execute.(see attached image, the CPU tried to execute the memory operand offset which was 0x60 as an instruction, but 0x60 is a reserved invalid instruction)&lt;/LI&gt;&lt;LI&gt;The RIP register no longer points to seemingly valid code.&lt;/LI&gt;&lt;LI&gt;Stack overruns exceptions or errors in which the call stack becomes unretrievable.&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;The first CPU only had 2 and maybe 1, the replacement CPU has developed all 5 since last week.&lt;/P&gt;&lt;P&gt;Application/windows hangs also occur on this replacement CPU, requiring manual restart of the application or windows session.&lt;/P&gt;&lt;P&gt;The replacement CPU may BSOD when a game's process affinity is set to E-cores only, the crashes ceased when the first CPU had P-cores 4 and 5(the two ones that can go to 6ghz) disabled through the motherboard's settings, the replacement CPU stops crashing when the power plan is set to power saving and still crashes when the 6ghz P-cores are disabled.&lt;/P&gt;&lt;P&gt;Both CPUs in their degraded state BSODed with ATTEMPTED_EXECUTE_OF_NOEXECUTE_MEMORY exceptionnaly fast(usually under 10 seconds) if only the two 6ghz P-cores and E-cores are enabled and execute an app which makes heavy use of AVX instructions on all cores, i am unable to reproduce the issue with benchmarks and a normal configuration as the CPU appears to be too power hungry to maintain its normal frequency with a ventirad and i am unwilling to use a watercooler.&lt;/P&gt;&lt;P&gt;Now that i explained the problem, my questions are how common is this problem exactly? what is causing these never seen before issues of CPUs degrading at an abnormal speed? Are the i5 and i7 affected too?(i need to know as the distributor i bought the hardware at might propose infinite replacements of the 14900k or exchange for i5 i7 or other brand) I see many other people complaining of more or less the same problem with their 14900k or 13900K(S) and i start to think the problem may be even more common considering how vicious it is, presenting as applications or games suddenly closing or a BSOD which may make the user blame the app developer or operating system itself.&lt;/P&gt;&lt;P&gt;heres my hardware configuration if it can help spot a pattern :&lt;/P&gt;&lt;P&gt;MSI Z790 Carbon&lt;/P&gt;&lt;P&gt;CORSAIR Vengeance DDR5 7200mhz&lt;/P&gt;&lt;P&gt;Intel i9 14900K&lt;/P&gt;&lt;P&gt;Dark rock Elite(Be quiet ventirad)&lt;/P&gt;&lt;P&gt;MSI RTX 4090&lt;/P&gt;&lt;P&gt;Be quiet DARK POWER 13&lt;/P&gt;&lt;P&gt;The previous motherboard that was in the computer never has these crashes so i don't think the GPU or PSU are involved, and disabling XMP does not seem to do anything, neither does the OS(tested with windows 10 and fresh 11 install), CPU frequency settings did not deviate from default.&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;</description>
      <pubDate>Wed, 07 Feb 2024 12:55:25 GMT</pubDate>
      <guid>https://community.intel.com/t5/Mobile-and-Desktop-Processors/What-is-wrong-with-the-14900k/m-p/1570203#M69280</guid>
      <dc:creator>vmovups</dc:creator>
      <dc:date>2024-02-07T12:55:25Z</dc:date>
    </item>
    <item>
      <title>Re: What is wrong with the 14900k?</title>
      <link>https://community.intel.com/t5/Mobile-and-Desktop-Processors/What-is-wrong-with-the-14900k/m-p/1570204#M69281</link>
      <description>&lt;P&gt;Update the bios.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Doc (not an Intel employee or contractor)&lt;BR /&gt;[Maybe Windows 12 will be better]&lt;/P&gt;</description>
      <pubDate>Wed, 07 Feb 2024 13:00:20 GMT</pubDate>
      <guid>https://community.intel.com/t5/Mobile-and-Desktop-Processors/What-is-wrong-with-the-14900k/m-p/1570204#M69281</guid>
      <dc:creator>AlHill</dc:creator>
      <dc:date>2024-02-07T13:00:20Z</dc:date>
    </item>
    <item>
      <title>Re: What is wrong with the 14900k?</title>
      <link>https://community.intel.com/t5/Mobile-and-Desktop-Processors/What-is-wrong-with-the-14900k/m-p/1570206#M69282</link>
      <description>&lt;P&gt;The BIOS was already updated with no change.&lt;/P&gt;</description>
      <pubDate>Wed, 07 Feb 2024 13:03:23 GMT</pubDate>
      <guid>https://community.intel.com/t5/Mobile-and-Desktop-Processors/What-is-wrong-with-the-14900k/m-p/1570206#M69282</guid>
      <dc:creator>vmovups</dc:creator>
      <dc:date>2024-02-07T13:03:23Z</dc:date>
    </item>
    <item>
      <title>Re: What is wrong with the 14900k?</title>
      <link>https://community.intel.com/t5/Mobile-and-Desktop-Processors/What-is-wrong-with-the-14900k/m-p/1570244#M69286</link>
      <description>&lt;P&gt;I have a I9 14900KF and are experiencing the same problems. The only game that has issues and wont start is Battlefield 2042.&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have the latest bios update as well and no change.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I did notice that the windows 11 scan for corrupted/missing files occasionally finds a few every now and then when issues start to arise but come back after a few weeks. this does fix the problem occasionally but not always.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I know my cooler is a 240mm and struggles to keep it cool but manages 40 degrees idle and 70-80 degrees heavy loads.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;All of a sudden now my discord quits randomly and cant open it back up until a restart but happens a bunch.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;ASUS H670 TUF GAMING PRO WIFI D4&lt;/P&gt;&lt;P&gt;32GB CORSAIR VENGEANCE DDR4 3200MHZ&lt;/P&gt;&lt;P&gt;INTEL I9 14900KF&lt;/P&gt;&lt;P&gt;MSI RTX 3070 TI&lt;/P&gt;&lt;P&gt;CORSAIR 850 PS&lt;/P&gt;&lt;P&gt;COOLERMASTER MASTERLIQUID ML240L V2 RGB&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 07 Feb 2024 15:18:35 GMT</pubDate>
      <guid>https://community.intel.com/t5/Mobile-and-Desktop-Processors/What-is-wrong-with-the-14900k/m-p/1570244#M69286</guid>
      <dc:creator>Wesley1986</dc:creator>
      <dc:date>2024-02-07T15:18:35Z</dc:date>
    </item>
    <item>
      <title>Re: What is wrong with the 14900k?</title>
      <link>https://community.intel.com/t5/Mobile-and-Desktop-Processors/What-is-wrong-with-the-14900k/m-p/1570285#M69290</link>
      <description>Exactly same problem&lt;BR /&gt;&lt;BR /&gt;Rog z790e wifi II&lt;BR /&gt;Strix 4090&lt;BR /&gt;Corsair 32 ddr5&lt;BR /&gt;Nzxt 10 fans 3 watercooler</description>
      <pubDate>Wed, 07 Feb 2024 17:59:18 GMT</pubDate>
      <guid>https://community.intel.com/t5/Mobile-and-Desktop-Processors/What-is-wrong-with-the-14900k/m-p/1570285#M69290</guid>
      <dc:creator>Mj3mej</dc:creator>
      <dc:date>2024-02-07T17:59:18Z</dc:date>
    </item>
    <item>
      <title>Re: What is wrong with the 14900k?</title>
      <link>https://community.intel.com/t5/Mobile-and-Desktop-Processors/What-is-wrong-with-the-14900k/m-p/1570500#M69310</link>
      <description>&lt;P&gt;Can you send discord or BF2042 crashdumps? They should be in %appdata%\discord\Crashpad\attachments and %localappdata%\CrashDumps&lt;/P&gt;&lt;P&gt;(some games put their crash dumps in a special folder, else do a search on C: with *.dmp)&lt;/P&gt;</description>
      <pubDate>Thu, 08 Feb 2024 07:24:52 GMT</pubDate>
      <guid>https://community.intel.com/t5/Mobile-and-Desktop-Processors/What-is-wrong-with-the-14900k/m-p/1570500#M69310</guid>
      <dc:creator>vmovups</dc:creator>
      <dc:date>2024-02-08T07:24:52Z</dc:date>
    </item>
    <item>
      <title>Re: What is wrong with the 14900k?</title>
      <link>https://community.intel.com/t5/Mobile-and-Desktop-Processors/What-is-wrong-with-the-14900k/m-p/1570504#M69311</link>
      <description>&lt;P&gt;Can you send crash dumps? They should be in %localappdata%\CrashDumps , if they're not there searching C: with *.dmp should list all crash dumps present on the hard drive.&lt;/P&gt;</description>
      <pubDate>Thu, 08 Feb 2024 07:40:40 GMT</pubDate>
      <guid>https://community.intel.com/t5/Mobile-and-Desktop-Processors/What-is-wrong-with-the-14900k/m-p/1570504#M69311</guid>
      <dc:creator>vmovups</dc:creator>
      <dc:date>2024-02-08T07:40:40Z</dc:date>
    </item>
    <item>
      <title>Re: What is wrong with the 14900k?</title>
      <link>https://community.intel.com/t5/Mobile-and-Desktop-Processors/What-is-wrong-with-the-14900k/m-p/1570710#M69324</link>
      <description>&lt;P&gt;I see this happening with new gen and older gen.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Try this solution:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P class=""&gt;I'm new to this forum but i been having the same problems with my 13900KS my only solution to get system stability is to bring down the P cores ratio down a notch. Going from 56x-60x factory setting bring it down to 55 or 54x. I'm going to eventually RMA this chip.&amp;nbsp; You can do this via the BIOS setting depending on your motherboard. Read this post as this was relevant to my issue. Try disabling turbo boost in bios setting and see if you have system stability at 3GHZ not ideal and loss of alot fps, but it can rule out that the cpu could be the problem. The solution above is keeping everything enabled at bios default except changing the P-core ratio value.&lt;/P&gt;&lt;P class=""&gt;&amp;nbsp;&lt;/P&gt;&lt;P class=""&gt;&lt;A href="https://www.reddit.com/r/intel/comments/159eh1u/is_there_a_fix_for_the_13900k_crashing_with_intel/" target="_blank"&gt;Is there a fix for the 13900K crashing with Intel Turbo Boost on the Windows 22H2 Update? : intel (reddit.com)&lt;/A&gt;&lt;/P&gt;&lt;P class=""&gt;&amp;nbsp;&lt;/P&gt;&lt;P class=""&gt;&amp;nbsp;&lt;/P&gt;&lt;P class=""&gt;Edit: Also been having BSOD and numerous issues for the past year because of this and have come across this thread in Reddit. All crashes Gone and no BSOD and no tabs crashing.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 08 Feb 2024 20:36:27 GMT</pubDate>
      <guid>https://community.intel.com/t5/Mobile-and-Desktop-Processors/What-is-wrong-with-the-14900k/m-p/1570710#M69324</guid>
      <dc:creator>SHAB</dc:creator>
      <dc:date>2024-02-08T20:36:27Z</dc:date>
    </item>
    <item>
      <title>Re: What is wrong with the 14900k?</title>
      <link>https://community.intel.com/t5/Mobile-and-Desktop-Processors/What-is-wrong-with-the-14900k/m-p/1570889#M69346</link>
      <description>&lt;P&gt;It's not normal, i already RMAed the chip(which is difficult as is because it doesn't occur in benchmarks and the distributor wants to exclude every potential cause) and the replacement CPU has become worse than the previous one! The original CPU had zero crashes if the 6ghz P-cores were disabled, this one crashed the game i wanted to play every hour on average.&lt;/P&gt;&lt;P&gt;What i mean is don't expect RMA to change anything. For me the new chip started crashing software again after three weeks i believe and has become worse over the week.&lt;/P&gt;</description>
      <pubDate>Fri, 09 Feb 2024 07:28:22 GMT</pubDate>
      <guid>https://community.intel.com/t5/Mobile-and-Desktop-Processors/What-is-wrong-with-the-14900k/m-p/1570889#M69346</guid>
      <dc:creator>vmovups</dc:creator>
      <dc:date>2024-02-09T07:28:22Z</dc:date>
    </item>
    <item>
      <title>Re: What is wrong with the 14900k?</title>
      <link>https://community.intel.com/t5/Mobile-and-Desktop-Processors/What-is-wrong-with-the-14900k/m-p/1570906#M69350</link>
      <description>&lt;P&gt;All you need to do is verify if maybe the factory overclock is unstable. It happened to my chip 13900KS, maybe yours is also overclocking and unstable. Set your P-Core Ratios at 55 or 54 and see if the game doesn't crash. IF doesn't then you will know the overclock is unstable.&lt;/P&gt;</description>
      <pubDate>Fri, 09 Feb 2024 08:33:43 GMT</pubDate>
      <guid>https://community.intel.com/t5/Mobile-and-Desktop-Processors/What-is-wrong-with-the-14900k/m-p/1570906#M69350</guid>
      <dc:creator>SHAB</dc:creator>
      <dc:date>2024-02-09T08:33:43Z</dc:date>
    </item>
    <item>
      <title>Re: What is wrong with the 14900k?</title>
      <link>https://community.intel.com/t5/Mobile-and-Desktop-Processors/What-is-wrong-with-the-14900k/m-p/1571471#M69425</link>
      <description>&lt;P&gt;The chip is by definition not overclocked... It quit the factory having presumably passed tests and i do not believe transport could have caused invisible damage that would present itself as nonsensical errors...&lt;/P&gt;&lt;P&gt;Either the factory tests are too loose or the motherboard defaults(which i trust match intel recommendation) are destroying the CPUs. Possibly both since there are both cases of degradation and cases of the CPU appearing to be in this state from day one.&lt;/P&gt;&lt;P&gt;That said you are right that reducing P-core ratio appears to stop the crashes, but we paid a lot for a CPU that apparently needs to be RMAed every few weeks, i start to think Intel is perhaps hiding something.&lt;/P&gt;</description>
      <pubDate>Mon, 12 Feb 2024 09:21:15 GMT</pubDate>
      <guid>https://community.intel.com/t5/Mobile-and-Desktop-Processors/What-is-wrong-with-the-14900k/m-p/1571471#M69425</guid>
      <dc:creator>vmovups</dc:creator>
      <dc:date>2024-02-12T09:21:15Z</dc:date>
    </item>
    <item>
      <title>Re: What is wrong with the 14900k?</title>
      <link>https://community.intel.com/t5/Mobile-and-Desktop-Processors/What-is-wrong-with-the-14900k/m-p/1571473#M69426</link>
      <description>&lt;P&gt;Still no official answer from Intel?&lt;/P&gt;</description>
      <pubDate>Mon, 12 Feb 2024 09:26:46 GMT</pubDate>
      <guid>https://community.intel.com/t5/Mobile-and-Desktop-Processors/What-is-wrong-with-the-14900k/m-p/1571473#M69426</guid>
      <dc:creator>vmovups</dc:creator>
      <dc:date>2024-02-12T09:26:46Z</dc:date>
    </item>
    <item>
      <title>Re: What is wrong with the 14900k?</title>
      <link>https://community.intel.com/t5/Mobile-and-Desktop-Processors/What-is-wrong-with-the-14900k/m-p/1571630#M69442</link>
      <description>&lt;P&gt;Exactly the same problem here. I have some of my custom made applications crash in which I can see the exact crash and causing exception and I see a lot of&amp;nbsp;memory access violation and corrupted memory related exceptions. Commenting to see if Intel replies..&lt;/P&gt;</description>
      <pubDate>Mon, 12 Feb 2024 20:04:16 GMT</pubDate>
      <guid>https://community.intel.com/t5/Mobile-and-Desktop-Processors/What-is-wrong-with-the-14900k/m-p/1571630#M69442</guid>
      <dc:creator>Ricbun</dc:creator>
      <dc:date>2024-02-12T20:04:16Z</dc:date>
    </item>
    <item>
      <title>Re: What is wrong with the 14900k?</title>
      <link>https://community.intel.com/t5/Mobile-and-Desktop-Processors/What-is-wrong-with-the-14900k/m-p/1571693#M69447</link>
      <description>&lt;P&gt;Seems to me that Yes possibility Intel is hiding something, but also I'm not going to fret over a few 100 MHz speed from 5.8 to 5.5 GHZ. Overall i think this solution is the correct one for alot of us that have these odd problems because the reddit thread is archived and alot of people that have these problems came from the windows update from last year that changed something.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I went through all of these problems by switching components and such but never realized that the CPU itself was the problem. A few Bios Tweaks and it stabilized. I rather have stability and use my computer than fret over a few 100 MHz speed.&lt;/P&gt;</description>
      <pubDate>Mon, 12 Feb 2024 22:59:12 GMT</pubDate>
      <guid>https://community.intel.com/t5/Mobile-and-Desktop-Processors/What-is-wrong-with-the-14900k/m-p/1571693#M69447</guid>
      <dc:creator>SHAB</dc:creator>
      <dc:date>2024-02-12T22:59:12Z</dc:date>
    </item>
    <item>
      <title>Re: What is wrong with the 14900k?</title>
      <link>https://community.intel.com/t5/Mobile-and-Desktop-Processors/What-is-wrong-with-the-14900k/m-p/1571695#M69448</link>
      <description>&lt;P&gt;Try this solution and see if it works for you, Intel support is very lackluster.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P class=""&gt;Try this solution:&lt;/P&gt;&lt;P class=""&gt;&amp;nbsp;&lt;/P&gt;&lt;P class=""&gt;I'm new to this forum but i been having the same problems with my 13900KS my only solution to get system stability is to bring down the P cores ratio down a notch. Going from 56x-60x factory setting bring it down to 55 or 54x. I'm going to eventually RMA this chip.&amp;nbsp; You can do this via the BIOS setting depending on your motherboard. Read this post as this was relevant to my issue. Try disabling turbo boost in bios setting and see if you have system stability at 3GHZ not ideal and loss of alot fps, but it can rule out that the cpu could be the problem. The solution above is keeping everything enabled at bios default except changing the P-core ratio value.&lt;/P&gt;&lt;P class=""&gt;&amp;nbsp;&lt;/P&gt;&lt;P class=""&gt;&lt;A class="" href="https://www.reddit.com/r/intel/comments/159eh1u/is_there_a_fix_for_the_13900k_crashing_with_intel/" target="_blank" rel="nofollow noopener noreferrer"&gt;Is there a fix for the 13900K crashing with Intel Turbo Boost on the Windows 22H2 Update? : intel (reddit.com)&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 12 Feb 2024 23:01:07 GMT</pubDate>
      <guid>https://community.intel.com/t5/Mobile-and-Desktop-Processors/What-is-wrong-with-the-14900k/m-p/1571695#M69448</guid>
      <dc:creator>SHAB</dc:creator>
      <dc:date>2024-02-12T23:01:07Z</dc:date>
    </item>
    <item>
      <title>Re: What is wrong with the 14900k?</title>
      <link>https://community.intel.com/t5/Mobile-and-Desktop-Processors/What-is-wrong-with-the-14900k/m-p/1571704#M69451</link>
      <description>&lt;P&gt;Thanks! Tested this by setting to 54x and already seems way more stable&lt;/P&gt;</description>
      <pubDate>Mon, 12 Feb 2024 23:20:23 GMT</pubDate>
      <guid>https://community.intel.com/t5/Mobile-and-Desktop-Processors/What-is-wrong-with-the-14900k/m-p/1571704#M69451</guid>
      <dc:creator>Ricbun</dc:creator>
      <dc:date>2024-02-12T23:20:23Z</dc:date>
    </item>
    <item>
      <title>Re: What is wrong with the 14900k?</title>
      <link>https://community.intel.com/t5/Mobile-and-Desktop-Processors/What-is-wrong-with-the-14900k/m-p/1574810#M69789</link>
      <description>&lt;P&gt;Same problem here,&lt;/P&gt;&lt;P&gt;CAD-Machines, ArchiCad, TwinMotion, Enscape, DX12&lt;/P&gt;&lt;P&gt;The 3D is not stable, no system crashes but application "ghosts" on about 20 machines.&lt;/P&gt;&lt;P&gt;I9-14900KF&lt;BR /&gt;ASUS PRIME Z790-P&lt;BR /&gt;Kingston&amp;nbsp;KVR56U46BD8-32 5600 MHz&lt;BR /&gt;NVIDIA RTX A2000 / TRX A4000&lt;BR /&gt;Samsung SSD 990 PRO M.2 2280 NVMe&lt;BR /&gt;Win 11 Pro, 23H2&lt;/P&gt;&lt;P&gt;To me it sound like the gaming problems. Same tasks only different graphic card.&lt;BR /&gt;Same operations on older HardWare with the same data does not show any problems.&lt;BR /&gt;Like i9 9900 ....&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Any explanations from Intel?&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 23 Feb 2024 11:17:42 GMT</pubDate>
      <guid>https://community.intel.com/t5/Mobile-and-Desktop-Processors/What-is-wrong-with-the-14900k/m-p/1574810#M69789</guid>
      <dc:creator>Christoph-Huber</dc:creator>
      <dc:date>2024-02-23T11:17:42Z</dc:date>
    </item>
    <item>
      <title>Re: What is wrong with the 14900k?</title>
      <link>https://community.intel.com/t5/Mobile-and-Desktop-Processors/What-is-wrong-with-the-14900k/m-p/1575146#M69836</link>
      <description>&lt;P&gt;It so often is Asus mobos I see when reading the 14900 crash threads, do they just sell that many more boards for 14900 than other brands?&lt;BR /&gt;&lt;BR /&gt;I had these issues with Asus z790 tuf Gaming pro wifi and 14900k,&lt;BR /&gt;&lt;BR /&gt;Main problems: 'Defaults' are not safe especially after enabling something like XMP.&lt;BR /&gt;&lt;BR /&gt;1) SA voltage was ramped up on my system as a 'default' causing hangs everywhere (in UEFI and OS) without any obvious message to say, hey we at Asus thought going from 0.8v to 1.35v would be no problem and if you complain to us we'll blame the vendor approved list and YOU. (They pissed me off)..&lt;BR /&gt;2) 'Trained' SVID tends to heavily under-volt and for me, this meant many or most tests pass and then random crashed occur during general use, bad read type BSOD but far more common, app just closes. When testing, the use of Intel Thermal pref boost or what ever it is masks the issues.. it holds the clocks low due to temp in the test but allows games to bink the higher clocks as the temps are lower finding the crash points.&lt;BR /&gt;&lt;BR /&gt;Fixes,&lt;BR /&gt;Set SAv to static at a safe voltage.&lt;BR /&gt;Where the bios has undervolted too far add +voltage offset and/or adjust the LLc depending on how bad the issue is.&lt;BR /&gt;Actual fix would be re-educate the mobo manufactures.&lt;BR /&gt;&lt;BR /&gt;My system:&lt;BR /&gt;Asus z790 tuf gaming pro wifi&lt;BR /&gt;2x 32mb Corsair Vengence DDR5&amp;nbsp;@6400mts&lt;BR /&gt;i9 14900k, no power limits, heavy (&lt;SPAN&gt;all core) upto 5.9&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;light&amp;nbsp;&lt;/SPAN&gt;(on four cores)&lt;SPAN&gt;&amp;nbsp;upto 6.2 (E cores 4.4-4.6)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Palit Darkrock 4090&lt;BR /&gt;Deepcool 850w psu (yes its more than fine, believe me I've tried to make it fail)&lt;BR /&gt;Artic LF 3 420 (omg what a beast).&lt;BR /&gt;&lt;BR /&gt;FYI, While experimenting with the advice in these forums I tried 'Intel's fail safe' saw my chip suck back 475w o.O and the cooler just went... ok.. 95c you shall be ;D might wanna watch out for that on lesser coolers..&lt;BR /&gt;PS I did also lap my CPU... the 'Mountains, Valleys and Canyons' style IHS Intel provides was holding me way back..&lt;/P&gt;</description>
      <pubDate>Sun, 25 Feb 2024 14:43:19 GMT</pubDate>
      <guid>https://community.intel.com/t5/Mobile-and-Desktop-Processors/What-is-wrong-with-the-14900k/m-p/1575146#M69836</guid>
      <dc:creator>MTcore</dc:creator>
      <dc:date>2024-02-25T14:43:19Z</dc:date>
    </item>
    <item>
      <title>Re: What is wrong with the 14900k?</title>
      <link>https://community.intel.com/t5/Mobile-and-Desktop-Processors/What-is-wrong-with-the-14900k/m-p/1575619#M69907</link>
      <description>&lt;P&gt;i buyed 14900k for fornite gaming, and it ends up fornite being one of the MOST afected games by this procesor, it crashes and gives out of memory errors and its just because of the 14900k....&lt;/P&gt;</description>
      <pubDate>Tue, 27 Feb 2024 02:55:56 GMT</pubDate>
      <guid>https://community.intel.com/t5/Mobile-and-Desktop-Processors/What-is-wrong-with-the-14900k/m-p/1575619#M69907</guid>
      <dc:creator>Colosio</dc:creator>
      <dc:date>2024-02-27T02:55:56Z</dc:date>
    </item>
    <item>
      <title>Re: What is wrong with the 14900k?</title>
      <link>https://community.intel.com/t5/Mobile-and-Desktop-Processors/What-is-wrong-with-the-14900k/m-p/1575829#M69929</link>
      <description>&lt;P&gt;This has to do with power limits of the cpu, some mobo manufacturers set it way above the designed specs.&lt;/P&gt;&lt;P&gt;It took me 3 days before i figured this out.&lt;/P&gt;&lt;P&gt;Change your cooling profile from water cooled to air tower cooled.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This artikel solved it for me&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.tomshardware.com/pc-components/cpus/is-your-intel-core-i9-13900k-crashing-in-games-your-motherboard-bios-settings-may-be-to-blame-other-high-end-intel-cpus-also-affected" target="_blank"&gt;https://www.tomshardware.com/pc-components/cpus/is-your-intel-core-i9-13900k-crashing-in-games-your-motherboard-bios-settings-may-be-to-blame-other-high-end-intel-cpus-also-affected&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Hope it helps.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 27 Feb 2024 14:51:52 GMT</pubDate>
      <guid>https://community.intel.com/t5/Mobile-and-Desktop-Processors/What-is-wrong-with-the-14900k/m-p/1575829#M69929</guid>
      <dc:creator>Daan0</dc:creator>
      <dc:date>2024-02-27T14:51:52Z</dc:date>
    </item>
  </channel>
</rss>

