Coding

Motherboard sales are now collapsing amid unprecedented shortages fueled by AI

"Enthusiast PC market motherboard sales plummet by 25% as chipmakers redirect semiconductor production to AI-focused applications, forcing top manufacturers like ASUS, Gigabyte, and MSI to slash projected sales by millions in 2025, exacerbating an already dire shortage of essential components."

Motherboard sales are collapsing amid unprecedented shortages fueled by AI, with top manufacturers like ASUS, Gigabyte, and MSI slashing projected sales by millions in 2026. This collapse is due to chipmakers redirecting semiconductor production to AI-focused applications, exacerbating an already dire shortage of essential components.

Overview

The enthusiast PC market has seen a significant decline in motherboard sales, with a 25% plummet in sales. This decline is attributed to the redirection of semiconductor production to AI-focused applications, causing a shortage of essential components. As a result, manufacturers are revising their target sales downward, with ASUS expected to sell 5 million fewer boards in 2026.

Impact on Manufacturers

The four major motherboard manufacturers - ASUS, Gigabyte, MSI, and ASRock - are expected to see reduced sales numbers. ASUS, which sold 15 million motherboards in 2025, is expected to sell only 10 million units by the end of 2026, marking a 33% decrease in sales year-on-year. Gigabyte and MSI have also revised their internal forecasts for 2026, with expected sales of 9 million and 8.4 million units, respectively. ASRock will be the hardest hit, with a projected 37% drop in shipments from 4.3 million in 2025 to 2.7 million in 2026.

The shortage of essential components, including memory modules and storage drives, is causing prices to rise across the board. Users who don't have deep pockets are putting off upgrading their PCs and holding on to their current devices longer. This trend is expected to continue, with the overall motherboard market contracting by 28% for the big four manufacturers.

In practical terms, this means that users may need to wait longer for new motherboard releases or pay higher prices for existing models. It's essential to keep an eye on market trends and plan upgrades accordingly. For now, users should prioritize maintaining their current devices and consider alternative upgrade options, such as upgrading individual components rather than replacing the entire motherboard.

Similar Articles

More articles like this

Coding 1 min

Visual Studio Code 1.120

Visual Studio Code’s 1.120 update slashes debugging friction with native Data Breakpoints, letting engineers pause execution when specific object properties change—not just memory addresses. The release also bakes in GitHub Copilot-powered inline code completions for Python, JavaScript, and TypeScript, cutting keystrokes by up to 40% in early benchmarks, while a revamped terminal shell integration finally bridges the gap between local and remote workflows.

Coding 1 min

Show HN: Stage CLI – a tool to make reading your AI generated changes easier

A new command-line interface tool, Stage CLI, streamlines code review by breaking down AI-generated changes into logical chapters, allowing developers to navigate and understand modifications more efficiently. This open-source tool works with any coding agent, presenting changes in a browser-based interface that diverges from traditional IDE and CLI diff presentation methods. By reorganizing code review, Stage CLI aims to simplify the process of reviewing and understanding AI-driven code modifications.

Coding 1 min

AlphaEvolve: Gemini-powered coding agent scaling impact across fields

"DeepMind's AlphaEvolve, a Gemini-powered coding agent, is quietly revolutionizing software development by scaling up to 10x faster than human coders on complex tasks, with implications for industries from finance to healthcare, as the AI's ability to generate high-quality, production-ready code begins to displace traditional development workflows."

Coding 1 min

Cloudflare responded to the "Copy Fail" Linux vulnerability

Cloudflare's swift patch for the "Copy Fail" Linux vulnerability underscores the critical role of kernel-mode mitigations in preventing speculative execution attacks, as the company's engineers leveraged KPTI (Kernel Page Table Isolation) to isolate vulnerable kernel memory regions and prevent malicious data copying. The fix, which affects Linux distributions from 4.14 to 5.10, demonstrates the ongoing cat-and-mouse game between kernel exploiters and defenders. Cloudflare's proactive response highlights the importance of timely kernel updates in safeguarding against emerging threats.

Coding 1 min

Building the TD4 4-Bit CPU

A DIY enthusiast's 4-bit CPU design, dubbed TD4, gains traction among hobbyists and retrocomputing enthusiasts, with its 1,200-gate implementation and 1.5 MHz clock speed sparking interest in the maker community. The TD4's use of a 4-bit ALU and 256-byte RAM module is notable for its simplicity and efficiency. As a proof-of-concept, the TD4 CPU serves as a gateway to exploring the intricacies of digital logic and computer architecture.

Coding 2 min

Diskless Linux boot using ZFS, iSCSI and PXE

A growing number of Linux distributions are now booting directly from network storage, leveraging ZFS snapshots, iSCSI targets, and PXE firmware to eliminate the need for local disk storage, promising faster, more resilient, and easily replicable deployments. This diskless booting approach relies on a combination of ZFS's snapshot capabilities and iSCSI's block-level network transport to deliver a fully functional system from a remote storage array. Initial implementations focus on server and cloud environments.