<!-- mobian-agent-page publisher="dailydev" canonical="https://daily.dev/posts/your-graphics-card-might-be-running-a-pcie-generation-slower-than-it-should-and-windows-won-t-tell--nqiftw6aw" -->

---
title: Your graphics card might be running a PCIe generation...
description: Graphics cards can silently run at a slower PCIe generation or narrower lane width than they support, and Windows gives no built-in warning. Common culprits...
canonical: https://daily.dev/posts/your-graphics-card-might-be-running-a-pcie-generation-slower-than-it-should-and-windows-won-t-tell--nqiftw6aw
twitter:card: summary_large_image
twitter:site: @dailydotdev
og:type: website
og:site_name: daily.dev
og:title: Your graphics card might be running a PCIe generation slower than it should, and Windows won&#x27;t tell you | daily.dev
og:description: Graphics cards can silently run at a slower PCIe generation or narrower lane width than they support, and Windows gives no built-in warning. Common culprits...
og:url: https://daily.dev/posts/your-graphics-card-might-be-running-a-pcie-generation-slower-than-it-should-and-windows-won-t-tell--nqiftw6aw
og:image: https://api.daily.dev/og/posts/NQiftw6Aw.png
og:image:alt: Your graphics card might be running a PCIe generation slower than it should, and Windows won&#x27;t tell you
og:image:width: 1200
og:image:height: 630
og:locale: en
---

> ## Documentation Index
> Fetch the complete documentation index at: https://daily.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# Your graphics card might be running a PCIe generation slower than it should, and Windows won't tell you

**[XDA Developers](https://daily.dev/sources/xda-developers)** · 4 min read · 0 upvotes · 0 comments

## Summary

Graphics cards can silently run at a slower PCIe generation or narrower lane width than they support, and Windows gives no built-in warning. Common culprits include M.2 SSDs sharing PCIe lanes with the GPU slot and cheap or incompatible PCIe riser cables used for vertical GPU mounts. The performance hit is usually small, but can be severe when VRAM overflows onto system RAM, with one benchmark showing an 8GB VRAM card losing nearly 80% FPS compared to a 16GB variant when both are locked to PCIe 3.0. GPU-Z's Bus Interface field can be used to check the GPU's maximum supported link versus the one actually active under load, and motherboard manuals should be checked for lane-sharing behavior between M.2 slots and the GPU.

## Full article

daily.dev links to this article rather than hosting it. Read it at the original source: <https://www.xda-developers.com/your-gpu-running-slower-pcie-gen-windows-wont-tell-you>

## Questions this post answers

### How do I check what PCIe generation and lane width my GPU is actually using?

Download GPU-Z and check the Bus Interface field, which shows both the maximum PCIe link speed the GPU supports and the one currently active. A slower link while idle is normal due to power-saving throttling, so the link speed should be checked under load to see the real value.

_Developers and builders troubleshooting GPU performance issues can find similar hardware deep dives on daily.dev._

### Why does an 8GB VRAM GPU lose so much FPS compared to a 16GB version on the same PCIe generation?

When VRAM is insufficient, memory load spills over to system RAM, which the GPU accesses over the slower PCIe bus instead of onboard VRAM, drastically cutting frame rate. Benchmarks comparing 8GB and 16GB VRAM variants of the same GPU locked to PCIe 3.0 showed the 8GB version losing nearly 80% FPS compared to the 16GB version.

_Anyone weighing VRAM capacity against PCIe bandwidth when picking a GPU can track these tradeoffs on daily.dev._

### Can adding an SSD to a second M.2 slot slow down my GPU's PCIe connection?

Yes, populating a secondary M.2 slot can halve GPU bandwidth on some motherboards because certain M.2 slots share PCIe lanes with the GPU slot. A single SSD in a slot with dedicated CPU lanes typically causes no conflict, but SSDs on chipset-routed lanes that overlap with the GPU can force it down to a narrower link; checking the motherboard manual for lane-sharing details resolves this.

_Builders planning SSD and GPU slot layouts can keep track of these hardware gotchas on daily.dev._

## Similar posts on daily.dev

- [Your motherboard is throttling your PCIe slots in BIOS, and you probably don't know how to fix it](https://daily.dev/posts/your-motherboard-is-throttling-your-pcie-slots-in-bios-and-you-probably-don-t-know-how-to-fix-it-lmkmt8rgd) · XDA Developers · 0 upvotes · 0 comments
- [Your motherboard's second M.2 slot might be crippling your SSD performance](https://daily.dev/posts/your-motherboard-s-second-m-2-slot-might-be-crippling-your-ssd-performance-kznqr56v6) · XDA Developers · 0 upvotes · 0 comments
- [Your flagship SSD might be running at half speed, and your motherboard manual knows why](https://daily.dev/posts/your-flagship-ssd-might-be-running-at-half-speed-and-your-motherboard-manual-knows-why-piqtytc1l) · XDA Developers · 0 upvotes · 0 comments
- [Your motherboard's fastest storage slot might not be the one you should actually use first](https://daily.dev/posts/your-motherboard-s-fastest-storage-slot-might-not-be-the-one-you-should-actually-use-first-plsxzt2du) · XDA Developers · 0 upvotes · 0 comments
- [I bought a PCIe riser for aesthetics, and it created a problem nobody warns you about](https://daily.dev/posts/i-bought-a-pcie-riser-for-aesthetics-and-it-created-a-problem-nobody-warns-you-about-nxfglsmvn) · XDA Developers · 0 upvotes · 0 comments

---

Tags: [#hardware](https://daily.dev/tags/hardware), [#gpu](https://daily.dev/tags/gpu)

[View this post on daily.dev](https://daily.dev/posts/your-graphics-card-might-be-running-a-pcie-generation-slower-than-it-should-and-windows-won-t-tell--nqiftw6aw)

```json
{"@context":"https://schema.org","@graph":[{"@type":"Organization","@id":"https://daily.dev/#organization","name":"daily.dev","url":"https://daily.dev","logo":{"@type":"ImageObject","url":"https://daily.dev/apple-touch-icon.png","width":180,"height":180},"sameAs":["https://twitter.com/dailydotdev","https://github.com/dailydotdev","https://www.linkedin.com/company/daily-dev-ltd"]},{"@type":"WebSite","@id":"https://daily.dev/#website","url":"https://daily.dev","name":"daily.dev","publisher":{"@id":"https://daily.dev/#organization"},"potentialAction":{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https://daily.dev/search?q={search_term_string}"},"query-input":"required name=search_term_string"}}]}
{"@context":"https://schema.org","@type":"TechArticle","headline":"Your graphics card might be running a PCIe generation slower than it should, and Windows won't tell you","url":"https://daily.dev/posts/your-graphics-card-might-be-running-a-pcie-generation-slower-than-it-should-and-windows-won-t-tell--nqiftw6aw","mainEntityOfPage":{"@type":"WebPage","@id":"https://daily.dev/posts/your-graphics-card-might-be-running-a-pcie-generation-slower-than-it-should-and-windows-won-t-tell--nqiftw6aw"},"datePublished":"2026-09-02T16:03:27.669Z","dateModified":"2026-09-02T16:40:11.852Z","description":"Graphics cards can silently run at a slower PCIe generation or narrower lane width than they support, and Windows gives no built-in warning. Common culprits...","image":"https://media.daily.dev/image/upload/f_auto,q_auto/v1/posts/47a0192996333e030dfd0587988c4c30?_a=AQAEuop","thumbnailUrl":"https://media.daily.dev/image/upload/f_auto,q_auto/v1/posts/47a0192996333e030dfd0587988c4c30?_a=AQAEuop","isAccessibleForFree":true,"articleSection":"XDA Developers","inLanguage":"en","publisher":{"@type":"Organization","name":"daily.dev","url":"https://daily.dev","logo":{"@type":"ImageObject","url":"https://daily.dev/apple-touch-icon.png","width":180,"height":180}},"author":{"@type":"Organization","name":"XDA Developers","logo":"https://media.daily.dev/image/upload/s--kCg6yyAP--/f_auto,q_auto/v1774964407/logos/xda-developers?_a=BAMAMiWQ0","url":"https://daily.dev/sources/xda-developers"},"commentCount":0,"discussionUrl":"https://daily.dev/posts/your-graphics-card-might-be-running-a-pcie-generation-slower-than-it-should-and-windows-won-t-tell--nqiftw6aw","interactionStatistic":[{"@type":"InteractionCounter","interactionType":{"@type":"LikeAction"},"userInteractionCount":0},{"@type":"InteractionCounter","interactionType":{"@type":"CommentAction"},"userInteractionCount":0}],"keywords":"hardware,gpu","timeRequired":"PT4M"}
{"@context":"https://schema.org","@type":"BreadcrumbList","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https://daily.dev"},{"@type":"ListItem","position":2,"name":"XDA Developers","item":"https://daily.dev/sources/xda-developers"},{"@type":"ListItem","position":3,"name":"Your graphics card might be running a PCIe generation slower than it should, and Windows won't tell you"}]}
{"@context":"https://schema.org","@type":"FAQPage","@id":"https://daily.dev/posts/your-graphics-card-might-be-running-a-pcie-generation-slower-than-it-should-and-windows-won-t-tell--nqiftw6aw#faq","mainEntity":[{"@type":"Question","name":"How do I check what PCIe generation and lane width my GPU is actually using?","acceptedAnswer":{"@type":"Answer","text":"Download GPU-Z and check the Bus Interface field, which shows both the maximum PCIe link speed the GPU supports and the one currently active. A slower link while idle is normal due to power-saving throttling, so the link speed should be checked under load to see the real value. Developers and builders troubleshooting GPU performance issues can find similar hardware deep dives on daily.dev."}},{"@type":"Question","name":"Why does an 8GB VRAM GPU lose so much FPS compared to a 16GB version on the same PCIe generation?","acceptedAnswer":{"@type":"Answer","text":"When VRAM is insufficient, memory load spills over to system RAM, which the GPU accesses over the slower PCIe bus instead of onboard VRAM, drastically cutting frame rate. Benchmarks comparing 8GB and 16GB VRAM variants of the same GPU locked to PCIe 3.0 showed the 8GB version losing nearly 80% FPS compared to the 16GB version. Anyone weighing VRAM capacity against PCIe bandwidth when picking a GPU can track these tradeoffs on daily.dev."}},{"@type":"Question","name":"Can adding an SSD to a second M.2 slot slow down my GPU's PCIe connection?","acceptedAnswer":{"@type":"Answer","text":"Yes, populating a secondary M.2 slot can halve GPU bandwidth on some motherboards because certain M.2 slots share PCIe lanes with the GPU slot. A single SSD in a slot with dedicated CPU lanes typically causes no conflict, but SSDs on chipset-routed lanes that overlap with the GPU can force it down to a narrower link; checking the motherboard manual for lane-sharing details resolves this. Builders planning SSD and GPU slot layouts can keep track of these hardware gotchas on daily.dev."}}]}
```

