RAM prices show signs of cooling, but it's not time to upgrade yet

RAM prices show signs of cooling, but it's not time to upgrade yet
source: gettyimages
April 4, 2026

The AI boom has turbocharged the PC hardware market, driving memory and storage costs higher for both makers and buyers. Data centers powering AI workloads have ended up soaking up RAM kits, prompting manufacturers like Micron to pivot away from consumer products toward AI-centric offerings.

Yet the tide is slowly turning in favor of consumers, with RAM kit prices dipping at a handful of retailers across Europe, the US, and China.

The quick takeaway many will want to hear is: buy now, right? Not so fast. The current climate still places memory far above where it should be, and snapping up kits at inflated prices could send the wrong message to retailers and help entrench an elevated norm for the long term.

It will take time for memory pricing to normalize to more reasonable levels—where DDR4 kits aren’t shockingly expensive and DDR5 offerings don’t break the bank for a modest upgrade. If the AI market cools gradually, there’s a reasonable chance prices settle back to more sensible levels. Until then, patience remains essential.

Follow TechRadar on Google News to get expert coverage, reviews, and opinions straight to your feeds.

In the meantime, there’s a sense that the market won’t revert to the ultra-cheap RAM days overnight. For context, consider the Corsair Vengeance RGB Pro DDR4 32GB kit: purchased for about £54.99 in late 2024, it now lists around £273.99 / $280.99 / AU$405 on Corsair’s store. That’s roughly four times the former price, illustrating how far prices still sit above “normal” levels.

What’s driving the discrepancy remains: AI datacenters continue to absorb vast amounts of memory, while consumer demand wobbles as shoppers weigh the cost of a meaningful upgrade against other priorities. If consumer buying accelerates again too soon, it could keep prices elevated rather than letting them ease.

The broader sentiment is cautiously optimistic—any signs that the AI bubble is deflating, or that demand has cooled, could help nudge memory prices toward more approachable levels. Until then, waiting is likely the sensible strategy for most PC builders.

Author note: Isaiah is a Staff Writer for TechRadar’s Computing channel, with a focus on GPUs, CPUs, and other PC hardware and the latest industry shifts.

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 · 140 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": 6647127,
  "domain": 6,
  "srcId": 0,
  "hasSrc": false,
  "hasSelf": true
}