Memory Shortage Predicted as Micron Forecasts Higher RAM Prices

Memory Shortage Predicted as Micron Forecasts Higher RAM Prices
source: gettyimages
December 30, 2025

Memory-maker Micron Technology has announced that shortages in RAM supplies are likely to persist, leading to increased costs for servers and related equipment. The shift in production focus toward high-bandwidth memory (HBM) for AI applications has reduced the output of other memory types, creating a supply-demand imbalance. As a result, server prices are expected to rise by up to 15 percent.

In Micron’s first quarter of 2026 earnings release, CEO Sanjay Mehrotra highlighted that this situation is becoming the new normal. “Over the last few months, our customers' AI data center build-out plans have driven a sharp increase in demand for memory and storage,” Mehrotra said. “We believe that industry-wide supply will remain significantly short of demand for the foreseeable future.”

Despite the challenging outlook, Micron reported impressive financial results for Q1 2026. Revenue hit $13.64 billion, marking a 56% increase compared to $8.7 billion in the same period last year. Net income rose sharply from $2 billion to $5.2 billion, and earnings per share exceeded expectations at $4.78 versus an anticipated $3.94. The company projected Q2 revenue of $18.7 billion, which would represent a 133% year-over-year growth. This optimistic outlook caused Micron’s shares to jump 8% in after-hours trading.

Expansion and Innovation in Memory Production

Micron is actively expanding its manufacturing capacity, with new fabs slated to begin production in 2026 and 2027. The company reported good progress in ramping up the production of HBM4 memory, with yields improving faster than during the initial rollout of HBM3. The increased volume of production is expected to begin from Q2.

However, the company foresees continued high demand that may outpace supply. Mehrotra emphasized that AI-driven applications, such as video production and inferencing, will further boost the need for SSDs and memory in smartphones and PCs. This surge in demand is expected to drive up device prices and help Micron achieve gross margins around 67-68% next quarter.

Industry Trends and Market Dynamics

Other memory manufacturers, such as SK Hynix, are also enhancing their production lines for next-gen GPUs with HBM4, indicating a broader industry push toward high-bandwidth, AI-focused memory solutions. Meanwhile, Micron is moving away from its consumer memory brand, Crucial, to concentrate more on AI-related memory products.

In conclusion, as demand for advanced memory continues to rise driven by AI and next-generation applications, shortages are likely to persist, ensuring higher prices for servers and consumer devices alike.

---

Note: The image URL is a placeholder and should be replaced with an appropriate image relevant to the article topic.

Related links

By submitting, I confirm I have the right to share this link and I agree to link back to this article from the submitted page. Duplicate URLs are rejected. Up to 5 links per page.

GraphQL · 146 ms
query Q($id: Int!, $domain: Int!, $srcId: Int!, $hasSrc: Boolean!, $hasSelf: Boolean!) {
  self: qa_ai(where: {id: {_eq: $id}}, limit: 1) @include(if: $hasSelf) {
    id
    title
    text
    date
  }
  linksarticle: qa_ai(where: {domain: {_eq: $domain}, id: {_neq: $id}}, order_by: {id: desc}, limit: 8) {
    id
    title
  }
  linksbottom: qa_ai(where: {domain: {_neq: $domain}, id: {_lt: $id}}, order_by: {id: desc}, limit: 3) {
    id
    title
    domain
  }
  source: qa_ai(where: {id: {_eq: $srcId}}, limit: 1) @include(if: $hasSrc) {
    id
    title
  }
}
{
  "id": 6644482,
  "domain": 6,
  "srcId": 0,
  "hasSrc": false,
  "hasSelf": true
}