CINXE.COM

ASRock > News

<!DOCTYPE HTML> <html lang="en"> <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=11,IE=EDGE"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="keywords" content="ASRock, Motherboard, Mainboard, Intel, AMD"> <title>ASRock > News</title> <link rel="shortcut Icon" href="/favicon.ico"> <link rel="bookmark" href="/favicon.ico"> <link rel="stylesheet" href="/silver.css"> <script type="text/javascript" src="/includes/jquery.min.1.8.3.js"></script> <link rel="stylesheet" href="news.css?v=0326" /> </head> <body> <section id="Header" role="navigation"> <a href="/index.asp"><div id="Logo"><h1 style="display:none;">ASRock</h1></div></a> <div id="Menu"><img src="/images/menu.gif" alt="Menu button"> Menu</div> <div class="nav"> <ul> <li><a onclick="$('#Products').slideToggle();$('#Campaigns').fadeOut();">Products</a></li> <li><a onclick="$('#Campaigns').slideToggle();$('#Products').fadeOut();">Campaigns</a></li> <li><a href="/news/index.asp">News</a></li> <li><a href="/support/index.asp">Support</a></li> <li><a href="/general/buy.asp">Where to Buy</a></li> <li><form action="/support/index.asp"><label for="SearchAll" style="display:none;">Search</label><input type=text name="Model" id="SearchAll" placeholder="Model"><input type=submit id="SearchBtn" value="&nbsp;"></form></li> <li><a onclick="location.href='https://asrock.com/index.html';"><div id="Language"></div></a></li> </ul> </div> </section> <style> #Products .inner div{width:13.6%;float:left;} @media screen and (max-width: 480px) { #Products .inner div { width: 33.3%; } } </style> <section class="Products-wrapper wrapper" id="Products" role="product_type"> <div class="inner"> <div><a href="/mb/index.asp"><img src="/images/menu-MB.png" class="image" alt="Motherboards button"><br>Motherboards</a></div> <div><a href="/Graphics-Card/index.asp"><img src="/images/menu-GraphicsCard.png" class="image" alt="Graphics Card button"><br>Graphics Card</a></div> <div><a href="/Monitors/index.asp"><img src="/images/menu-Monitors.png" class="image" alt="Monitors button"><br>Gaming Monitor</a></div> <div><a href="/Power-Supply/index.asp"><img src="/images/menu-PSU.png" class="image" alt="Power Supply button"><br>Power Supply</a></div> <div><a href="/nettop/index.asp"><img src="/images/menu-MiniPC.png" class="image" alt="Mini PC button"><br>Mini PC</a></div> <div><a href="https://www.asrockind.com/"><img src="/images/menu-IPC.png" class="image" alt="Industrial PC button"><br>Industrial PC</a></div> <div><a href="https://www.asrockrack.com/" target=_blank><img src="/images/menu-Server.png" class="image" alt="Server/WS button"><br>Server/WS</a></div> </div> </section> <section class="wrapper" id="Campaigns" role="campaigns_page"> <div class="inner"> <div class="wide-30-1 left"><a href="/microsite/ASRockElite/index.html"><img src="/images/pro_2024Elite.jpg" class="image" alt="ASRock Elite"><br>ASRock Elite</a></div> <div class="wide-30-1 left"><a href="https://pg.asrock.com/index.asp" target=_blank><img src="/images/PG_OfficialWebsite.jpg" class="image" alt="Phantom Gaming Official Website"><br>Phantom Gaming<br>Official Website</a></div> <div class="wide-30-1 left"><a href="https://event.asrock.com/2025/IntelGamerDaysQ2/" target=_blank><img src="/images/pro_IntelGamerDays2025Q2.jpg" class="image" alt="2025 Intel Q2 Gamer Days"><br>Intel Gamer Days Q2</a></div> <div class="wide-30-1 left"><a href="https://event.asrock.com/2025/IntelGamerDaysQ1/"><img src="/images/pro_IntelGamerDays2025Q1.jpg" class="image" alt="Intel Arc Day"><br>Intel Gamer Days Q1</a></div> <!--<div class="wide-30-1 left"><a href="https://www.asrock.com/microsite/PGMonitor/"><img src="/images/pro_PGMonitors.jpg" class="image" alt="PG Monitor microsite"><br>PG Monitors</a></div>--> <div class="wide-30-1 left"><a href="https://www.asrock.com/microsite/MeetARKY/"><img src="/images/pro_MeetARKY.jpg" class="image" alt="MeetARKY microsite"><br>Meet ARKY</a></div> <div class="wide-30-1 left"><a href="https://pg.asrock.com/microsite/PhantomGamingRoom/ReadyToGame/index.asp"><img src="/images/pro_PGRoom.jpg" class="image" alt="PGRoom microsite"><br>Phantom Gaming<br>Room</a></div> <!--<div class="wide-25-1 left"><a href="/microsite/PhantomGamingAlliance/"><img src="/images/pro_PhantomGamingAlliance.jpg" class="image" alt="Phantom Gaming Alliance button"><br>Phantom Gaming Alliance</a></div>--> </div> </section> <img src="/images/loading.svg" id="loading" alt="Loading" style="z-index: 100;left: 49%; top: 49%; position: fixed; filter: drop-shadow(5px 5px 10px black); margin-top:-30px;margin-left:-30px;"> <a id=GoTop onclick="$('html,body').animate({scrollTop:0}, 'slow');"></a> <script> var url=document.location.href; if(url.indexOf('http://')==0 && url.indexOf('66.')==-1 && url.indexOf('localhost')==-1){window.location.replace(url.replace('http://', 'https://').replace('.tw/', '/'))}; $(function(){ $('#Menu').click(function() { $('#Header>.nav').slideToggle('fast'); if($('#Products').is(':visible')){$('#Products').fadeOut();} if($('#Campaigns').is(':visible')){$('#Campaigns').fadeOut();} }); $(window).on('resize', function(){if($(window).width()>1024){$('#Header>.nav').fadeIn()};}); $(window).scroll(function(event){if($(window).scrollTop()>100){$('#GoTop').show()}else{$('#GoTop').hide()};}); $('#SearchAll').hover(function(){$(this).focus().animate({width:'120'}, 'slow', 'linear')}, function(){$(this).animate({width:'100'}, 'fast')}) $(window).load(function(){$('#loading').fadeOut('normal');}); }); function SetCookie(name,value){var exp=new Date();exp.setTime(exp.getTime()+30*24*60*60*1000);document.cookie=name+"="+escape(value)+";expires="+exp.toGMTString()+";path=/";} function getCookie(name){const value = `; ${document.cookie}`; const parts = value.split(`; ${name}=`); if (parts.length === 2) return parts.pop().split(';').shift();} </script> <!-- Facebook Pixel Code --><script>!function(f,b,e,v,n,t,s){if(f.fbq)return;n=f.fbq=function(){n.callMethod?n.callMethod.apply(n,arguments):n.queue.push(arguments)};if(!f._fbq)f._fbq=n;n.push=n;n.loaded=!0;n.version='2.0';n.queue=[];t=b.createElement(e);t.async=!0;t.src=v;s=b.getElementsByTagName(e)[0];s.parentNode.insertBefore(t,s)}(window,document,'script','https://connect.facebook.net/en_US/fbevents.js');fbq('init', '375024969733413'); fbq('track', 'PageView');</script> <!-- Global site tag (gtag.js) - Google Ads: 772752591 --> <script async src="https://www.googletagmanager.com/gtag/js?id=AW-772752591"></script> <script> window.dataLayer = window.dataLayer || []; function gtag(){dataLayer.push(arguments);} gtag('js', new Date()); gtag('config', 'AW-772752591'); </script><!-- End Google Code --> <!-- Google Tag Manager (noscript) --> <noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-K8HZTL4" height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript> <!-- End Google Tag Manager (noscript) --> <section id="AcceptCookies" role="accpet cookies"> <p style="padding:20px 10px;"> We use cookies to offer you a more personalized and smoother experience. By visiting this website, you agree to our use of cookies. If you prefer not to accept cookies or require more information, please visit our <a href="/general/TermsPrivacy.asp?cat=Privacy" style="color:#6cf;-webkit-text-stroke-width: thin;text-underline-position: under;text-decoration-thickness: 2px;">Privacy Policy</a>. <input type="Button" class="Buttons" value="Accept" onclick="SetCookie('AcceptCookies', 'Yes');$('#AcceptCookies').fadeOut();"> </p> </section> <style> #AcceptCookies {position:fixed;bottom:0;background: rgb(0 23 37 / 90%);z-index:999; border-top:1px solid #fff;width:100%;color:white;} </style> <section class="wrapper" style="background:url('/images/bg_index.jpg') repeat-x;"> <div class="inner"> <h2>News <span id="Total" style="font-size:0.5em;"></span></h2> <form method="post" class="Search"><input type=hidden name=cat value="News"> <label for=y>Year:</label> <select name=y id=y class="Fields"><option value="">All</option><option value=2025>2025</option><option value=2024>2024</option><option value=2023>2023</option><option value=2022>2022</option><option value=2021>2021</option><option value=2020>2020</option><option value=2019>2019</option><option value=2018>2018</option><option value=2017>2017</option><option value=2016>2016</option><option value=2015>2015</option><option value=2014>2014</option><option value=2013>2013</option><option value=2012>2012</option><option value=2011>2011</option><option value=2010>2010</option><option value=2009>2009</option><option value=2008>2008</option><option value=2007>2007</option><option value=2006>2006</option><option value=2005>2005</option></select> <label for=k>Keyword: </label><input name=k id=k maxlength=30 value="" class="Fields" style="width:100px;"> <span id="PageList"></span> <input type=submit value="Search" class="Buttons"> </form> <a href="index.asp?iD=5612"> <div class="NewsItems"> <div class="wide-70-1 left clear">2025/3/25 [Press Release]<h3>Update on No Boot & CPU Damage incidents on AMD Platform </h3>We are aware of a number of cases where some AMD CPUs have boot issues with specific BIOS versions, and case with ASRock motherboard involving damaged CPU. We are taking these incidents seriously and have reached out to many of the affected users to gather information. We have obtained some of the motherboards for thorough inspection.</div> <div class="wide-30-1 right"></div><div class="clear"></div> </div> </a> <a href="index.asp?iD=5606"> <div class="NewsItems"> <div class="wide-70-1 left clear">2025/3/3 [Press Release]<h3>ASRock Unveils AMD Radeon™ RX 9070 XT and Radeon™ RX 9070 Graphics Cards </h3>ASRock, the leading global motherboard, graphics card and mini PC manufacturer, today launched the new Taichi, Steel Legend and Challenger series graphics cards based on AMD Radeon™ RX 9070 XT and Radeon™ RX 9070 GPUs.</div> <div class="wide-30-1 right"><img src="/news/hotnews/20250303-2.jpg" alt="New for 2025/3/3 button"></div><div class="clear"></div> </div> </a> <a href="index.asp?iD=5604"> <div class="NewsItems"> <div class="wide-70-1 left clear">2025/2/25 [Press Release]<h3>ASRock Releases the Latest AM5 Motherboard BIOS to Improve Ryzen™ 9000 series CPU Boot Issues </h3>ASRock<sup>&reg;</sup>, a global leader in motherboards, graphics cards, mini PCs, power supplies, and gaming monitors, has observed reports on Reddit from users experiencing unexpected boot issues and error codes when using ASRock AM5 motherboards paired with minority proportion of AMD Ryzen™ 9000 series processors. To enhance user experience, ASRock promptly released the latest 3.20 Beta BIOS for its AM5 series motherboards, further improving AMD Ryzen™ 9000 series processors boot issues.</div> <div class="wide-30-1 right"></div><div class="clear"></div> </div> </a> <a href="index.asp?iD=5600"> <div class="NewsItems"> <div class="wide-70-1 left clear">2025/2/11 [Press Release]<h3>ASRock AM5 Motherboards Now Fully Support AMD Ryzen™ 9 9950X3D & 9900X3D Processors </h3>ASRock<sup>&reg;</sup>, a global leader in motherboards, graphics cards, gaming monitors, small form factor PCs, and power supply units, proudly announces that its entire lineup of AM5 motherboards fully supports the AMD Ryzen™ 9 9950X3D and 9900X3D processors. With this seamless compatibility, gamers can harness the full potential of these flagship processors for an unparalleled gaming experience.</div> <div class="wide-30-1 right"><img src="/news/hotnews/20250211-2.jpg" alt="New for 2025/2/11 button"></div><div class="clear"></div> </div> </a> <a href="index.asp?iD=5574"> <div class="NewsItems"> <div class="wide-70-1 left clear">2025/1/10 [Press Release]<h3>A New Choice for Light Gaming Monitors! ASRock Announces Challenger Series Gaming Monitors CL25FFA and CL27FFA </h3>ASRock, the global leading manufacturer of motherboards, graphics cards, mini PCs, gaming monitors and power supply units, today launches two light gaming monitors, the CL25FFA and CL27FFA. In competitive gaming, image quality and responsiveness are critical. Standard commercial monitors often fall short of meeting gamers' needs, which is why the CL25FFA and CL27FFA were developed. With a 120Hz refresh rate, these monitors deliver an impressive balance of performance and affordability, offering gamers a superior alternative to commercial monitors.</div> <div class="wide-30-1 right"><img src="/news/hotnews/20250110-2.jpg" alt="New for 2025/1/10 button"></div><div class="clear"></div> </div> </a> <a href="index.asp?iD=5563"> <div class="NewsItems"> <div class="wide-70-1 left clear">2025/1/6 [Press Release]<h3>ASRock Introduces Exciting New Intel<sup>&reg;</sup> B860/H810 Motherboards </h3>ASRock announces a full line-up of Intel<sup>&reg;</sup> B860/H810 motherboards. New product comes in Phantom Gaming Series, the ever popular Steel Legend that comes in white PCB design and the feature filled but budget friendly Pro RS and Pro-A series. ASRock will also debut its first BMD(back mount design) motherboard, the B860M Pro BMD, elegant and stylish cable management is no longer a privilege for the high end.</div> <div class="wide-30-1 right"><img src="/news/hotnews/20250106-3.jpg" alt="New for 2025/1/6 button"></div><div class="clear"></div> </div> </a> <a href="index.asp?iD=5559"> <div class="NewsItems"> <div class="wide-70-1 left clear">2025/1/6 [Press Release]<h3>ASRock Unveils Full Array of AMD B850 Motherboards to offer Unmatched Performance </h3>ASRock announces a full line-up of motherboards using the AMD B850 chipset. New products include high end Phantom Gaming series line up covering mITX to ATX form factor, mainstream Steel Legend which features white PCB design and also Pro RS series for budget friendly users.</div> <div class="wide-30-1 right"><img src="/news/hotnews/20250106-2.jpg" alt="New for 2025/1/6 button"></div><div class="clear"></div> </div> </a> <a href="index.asp?iD=5557"> <div class="NewsItems"> <div class="wide-70-1 left clear">2025/1/2 [Press Release]<h3>ASRock Redefine the Standards and Showcase the Premium Motherboards, Phantom Gaming Monitors, Mini PCs and Power Supply Unit Series at CES 2025 </h3>ASRock<sup>&reg;</sup>, a global leader in motherboards, graphics cards, gaming monitors, small form factor PCs, and power supply units, is set to captivate global tech enthusiasts at CES 2025 with its latest groundbreaking innovations, ASRock will unveil a meticulously curated lineup that includes state-of-the-art motherboards, gaming monitors, graphics cards, compact systems, and an all-new power supply series. This comprehensive showcase underscores ASRock's unwavering commitment to delivering high-performance solutions designed to meet the exacting standards of competitive gamers and technology professionals. With a focus on innovation, precision engineering, and industry leadership, ASRock is poised to shape the future of PC hardware and redefine what's possible in the world of computing.</div> <div class="wide-30-1 right"><img src="/news/hotnews/20250102-2.jpg" alt="New for 2025/1/2 button"></div><div class="clear"></div> </div> </a> <a href="index.asp?iD=5555"> <div class="NewsItems"> <div class="wide-70-1 left clear">2024/12/31 [Press Release]<h3>520Hz IPS Gaming Monitors Are Here! ASRock Launches PG27FFX2A and PG27FFX1B to Deliver the Ultimate Speed and Color Experience </h3>ASRock, the global leading manufacturer of motherboards, graphics cards, mini PCs, gaming monitors and power supply units, today officially launched two new gaming monitors, the PG27FFX2A and PG27FFX1B. Combining an astonishing 520Hz refresh rate with a premium IPS panel, these monitors provide gamers with an unparalleled balance of ultra-fast responsiveness and stunning image quality.</div> <div class="wide-30-1 right"><img src="/news/hotnews/20241231-2.jpg" alt="New for 2024/12/31 button"></div><div class="clear"></div> </div> </a> <a href="index.asp?iD=5554"> <div class="NewsItems"> <div class="wide-70-1 left clear">2024/12/9 [Press Release]<h3>ASRock Unveils New Phantom Gaming OLED Series Monitors for the Ultimate Gaming Experience </h3>ASRock, the global leading manufacturer of motherboards, graphics cards, mini PCs, gaming monitors and power supply units, today launches its latest Phantom Gaming OLED series, featuring three high-performance models: PGO32UFS, PGO27QFS, and PGO27QFV. Equipped with cutting-edge OLED panel technology, these monitors deliver outstanding visual quality and exceptional performance, providing an unparalleled viewing experience for gamers.</div> <div class="wide-30-1 right"><img src="/news/hotnews/20241209-2.jpg" alt="New for 2024/12/9 button"></div><div class="clear"></div> </div> </a> <div class="clear"></div> </section> <section id="footer"> <div class="inner"> <ul class="left wide-25-2"> <li>ABOUT</li> <li><a href="/general/about.asp">About ASRock</a></li> <li><a href="/support/index.asp?item=ContactUS">Contact Us</a></li> <li><a href="/general/about.asp?cat=Organization">Organization</a></li> <li><a href="/general/about.asp?cat=Responsibility">Corporate Social Responsibility</a></li> <li><a href="/general/Investor.asp">Investor Services</a></li> <li>&nbsp;</li> </ul> <ul class="left wide-25-2"> <li>NEWS</li> <li><a href="/news/index.asp">Press Release</a></li> <li><a href="/news/index.asp?cat=Awards">Awards</a></li> <li>&nbsp;</li> <li>&nbsp;</li> </ul> <ul class="left wide-25-2"> <li>SUPPORT</li> <li><a href="/support/index.asp">Download</a></li> <li><a href="/support/faq.asp">FAQ</a></li> <li><a href="https://event.asrock.com/tsd.asp" target=_blank>Technical Support</a></li> </ul> <ul class="left wide-25-2"> <li>COMMUNITY</li> <li><a href="https://www.facebook.com/ASRockInfo" target=_blank>Facebook</a></li> <li><a href="https://www.youtube.com/user/ASRockInfo" target=_blank>YouTube</a></li> <li><a href="https://www.instagram.com/asrock_official/" target=_blank>Instagram</a></li> <li><a href="/support/forum.asp">Forum</a></li> <li><a href="https://event.asrock.com/Dealer/" target=_blank>Dealer & Media Zone</a></li> <li><a href="/general/wallpaper.asp">Wallpaper</a></li> <li></li> </ul> <div class="copyright clear">© 2025 ASRock Inc. All rights reserved. Information published on ASRock.com is subject to change without notice.&nbsp;|&nbsp;<a href="/general/TermsPrivacy.asp">Terms of Use Notice</a>&nbsp;|&nbsp;<a href="/general/TermsPrivacy.asp?cat=Privacy">Privacy Policy</a>|&nbsp;<a href="/general/TermsPrivacy.asp?cat=NFT">NFT Terms & Condition</a></div> </div> </section> <!-- Google tag (gtag.js) --> <script async src="https://www.googletagmanager.com/gtag/js?id=G-CG23NQ5S7K"></script> <script> window.dataLayer = window.dataLayer || []; function gtag(){dataLayer.push(arguments);} gtag('js', new Date()); gtag('config', 'G-CG23NQ5S7K'); </script> <script> $(function(){ $('#Total').html(' (637)');var pgl=''; for(var i=1; i<=64; i++){pgl+='<option'; if(i==1){pgl+=' selected';}; pgl+='>'+i+'</option>';}; $('#PageList').html('<label for=p>Page:</label> <select name=p id=p class=\'Fields\'>'+pgl+'</select>') }); </script> </body> </html>

Pages: 1 2 3 4 5 6 7 8 9 10