# desktop graphics card

> graphics card (GPU, PCB, heat sink, etc.) that is used in a desktop PC (“stand-alone PC”)

**Wikidata**: [Q133807677](https://www.wikidata.org/wiki/Q133807677)  
**Source**: https://4ort.xyz/entity/desktop-graphics-card

## Summary
A desktop graphics card is a self-contained expansion board—comprising a GPU, printed-circuit board, and dedicated cooling—that plugs into a desktop PC to generate the images sent to a monitor. Unlike laptop-embedded GPUs, it is user-replaceable and designed for the thermal and power headroom of a stand-alone computer case.

## Key Facts
- Sub-class of “graphics card”; opposite of “mobile graphics card” (exact_match: TechPowerUp GPU filter for market segment “Desktop”).
- Target market identifier: “graphics card target market” (instance_of).
- Physical form factor is an add-in board that occupies one or more PCIe slots inside a desktop chassis.
- Cooling solution typically includes an on-board heat sink and fan assembly sized for desktop airflow.
- Examples span from 1987’s ATI Graphics Solution Plus to 2025’s Intel Arc B570.
- Mid-range 2023 example: Nvidia GeForce RTX 4070 (sitelink_count: 1).
- High-end 2020 example: AMD Radeon RX 6800 XT (inception: 2020-11).
- Entry-level 2009 example: Nvidia GeForce 210 (GPU die: GT218-300-A2).

## FAQs
### Q: What makes a graphics card “desktop” versus mobile?
A: A desktop card is a discrete board that fits into a PCIe slot inside a tower or mini-PC, whereas mobile GPUs are soldered onto laptop motherboards and share system cooling.

### Q: Can I swap any desktop graphics card into any PC?
A: Only if the motherboard has a compatible PCIe x16 slot, the power-supply has the required wattage and connectors, and the case has enough physical clearance.

### Q: Are all desktop graphics cards gaming-focused?
A: No—while many recent models target gaming (e.g., RTX 4070 Ti Super), entry-level cards like the Radeon HD 5450 or GeForce 210 serve basic display or multi-monitor office tasks.

## Why It Matters
Desktop graphics cards are the primary way PCs gain or upgrade 3-D, video-acceleration, and AI-compute performance without replacing the entire machine. Because they are modular, buyers can tailor a system for anything from spreadsheets to 8K gaming or machine-learning training. The segment drives the fastest GPU innovation cycles, pushing new architectures—Turing, Ampere, Ada Lovelace, RDNA, Xe-HPG—into consumer hands every 12-24 months. This upgrade path lengthens PC lifespan and reduces e-waste compared with sealed laptops or all-in-ones. For professionals, desktop cards supply certified drivers for CAD, rendering, and AI frameworks; for gamers, they set the visual-fidelity bar for the entire industry.

## Notable For
- Only PC component class that lets end-users add teraflops of compute after purchase.
- First market segment to adopt dedicated ray-tracing cores (Nvidia RTX 20 series, Sept 2018).
- Holds the widest performance span of any single form factor—GeForce 210 (2009) to RTX 4090 (>20× faster).
- Continues to offer dual-slot blower and triple-slot axial cooler variants, a flexibility absent in mobile GPUs.

## Body
### Definition and Positioning
A desktop graphics card is defined as an expansion card carrying a discrete GPU, memory, voltage-regulation circuitry, and cooling hardware intended for installation in a stand-alone PC. It is the opposite of a mobile graphics card, which is integrated into a laptop’s mainboard and shares system thermal resources.

### Historical Examples
- 1987: ATI Graphics Solution Plus—one of the earliest add-in boards for IBM-compatibles.
- 2009: Nvidia GeForce 210 (GT218-300-A2)—entry-level DirectX 10.1 card.
- 2020: AMD Radeon RX 6800 XT—high-end RDNA 2 card launched November 2020.
- 2023: Nvidia GeForce RTX 4070—mid-range Ada Lovelace card.
- 2025: Intel Arc B570—next-gen Battlemage architecture card.

### Market Segmentation
TechPowerUp lists desktop as a primary GPU market filter, distinguishing it from mobile, server, and workstation segments. Wikidata records dozens of desktop card instances under the parent class “graphics card,” confirming the term’s role as a market classifier rather than a technical specification.

## Schema Markup
```json
{
  "@context": "https://schema.org",
  "@type": "Thing",
  "name": "desktop graphics card",
  "description": "Expansion board containing a GPU, PCB, and heat sink designed for installation in a desktop PC.",
  "sameAs": ["https://www.wikidata.org/wiki/entity/graphics_card"],
  "additionalType": "graphics card target market"
}