Quick answer

This is a community census of coil whine: owners score each GPU, PSU, or AIO pump on an anchored 0-4 severity scale, and the database publishes per-model distributions once a model reaches 5 reports. Whine varies unit to unit, so no model gets a verdict — only odds. As of August 2026, no other coil-whine database existed.

By LK Wood IV · Published 2026-08-12 · ~5 min read · St. Louis County, MO

The short version

Coil whine is one of the most-asked PC noise questions with the least data behind it. As of an August 2026 check, no per-model coil whine database existed anywhere — community knowledge lives in scattered forum threads, plus one lab analysis (hwcooling.net) that measured a 30-card batch once and stopped. Meanwhile “coil whine” draws about 2,900 searches a month and “gpu coil whine” another 1,000 (Google Ads exact match, checked 2026-08-12). This page opens the census that should exist: owner reports of GPUs, PSUs, and AIO pumps on an anchored 0-4 severity scale, published as per-model distributions.

The raw data, schema, and intake all live in the open repository: github.com/iBlessi/coil-whine-db (CC BY 4.0).

Why distributions, never verdicts

The defining fact about coil whine is the design constraint for the whole dataset: it varies unit to unit. The same GPU model ships silent units and screaming units, because the outcome depends on which inductors a particular board received, how they were potted, the PSU feeding them, and the load pattern — not on the model name. A review unit that stays quiet proves nothing about the unit you will receive, and one loud unit on a forum proves nothing about the model.

So the honest per-model answer is never “the RTX 4090 whines” or “it doesn’t.” It is a distribution: out of n reported units, this share was inaudible, this share was audible at the desk, this share screamed even at idle. That is what this database publishes — odds, never verdicts.

The schema

One row = one physical unit an owner listened to. Full machine-readable definitions live in schema.json.

FieldRequiredWhat it records
component_typeyesgpu, psu, or aio-pump
brandyesAs printed on the box — ASUS, Corsair, Arctic
modelyesModel line, specific enough to group units — “ROG Strix RTX 4090”, “RM850x (2021)”
exact_skunoExact manufacturer SKU when known
purchase_yearyesYear this unit was bought
severityyes0–4 on the anchored scale below
load_contextyesWhere the score was observed: idle, gaming, menu-uncapped-fps, furmark
psu_usednoFor GPU reports: the PSU in the system — whine sometimes moves with it
fps_cap_changes_itnoWhether capping FPS audibly changes it — true / false / untested
notesnoFree text, max 280 characters
submitted_dateyesISO date of the report

The severity scale (anchored)

SeverityAnchor
0Inaudible in a quiet room
1Audible with an ear at the case
2Audible at the desk under load
3Audible across the room under load
4Audible even at idle

Score the unit at its loudest normal state. The anchors are fixed on purpose: changing them would make old and new rows incomparable, so any future anchor change bumps the dataset’s major version instead of quietly redefining the numbers.

How to submit a unit

One report = one physical unit you own or owned, judged by your own ears — not a model you read about. Severity-0 reports (“mine is silent”) are the most valuable rows in the census, because they are the half of the distribution that never shows up in forum threads.

  1. No git knowledge needed — fill in the coil whine report issue form. It mirrors the schema field-for-field; a maintainer transcribes accepted reports into the CSV, with submitted_date taken from the issue’s creation date.
  2. The CSV path — add one row to data/submissions.csv following the schema, and open a pull request. A stdlib validator runs on every PR and blocks malformed rows.

Every submission passes two layers before it lands: the mechanical schema check, and a maintainer review for outlier and troll patterns — duplicate-account bursts filing the same model at the same severity, impossible combinations like a purchase year before the model existed, and rows that summarize other people’s threads instead of a unit the submitter heard. The full acceptance rules are in CONTRIBUTING.md.

What publishes as the census grows

The activation floor, stated verbatim: per-model n + severity distribution once a model has >=5 reports. Below that floor a model is listed as collecting, with no numbers attached. As models cross the floor, their distributions render on this page — n first, then the share of reports at each severity level, always with the sample size in the same breath as the percentages.

The census opens at 0 rows by design. A dataset about unit-to-unit variance cannot be seeded from published reviews, because each review describes a single unit that is not ours to report. Every row here will be a real owner reporting a real unit, starting with submission #1.

The honesty rules

  • No verdicts below n = 5. A model with three angry reports is collecting, not “a whiner.”
  • Self-selection bias is named, not hidden. People annoyed by a noise go looking for a place to report it; people with silent units mostly don’t. Annoyed owners over-report and silent units under-report, so every published whine percentage is a ceiling, not an unbiased estimate. The severity-0 row exists to shrink that bias, not to pretend it away.
  • Anchors never drift. The 0–4 scale above is frozen; a change would be a new major version, and old rows would be marked as scored on the old scale.

Use the data (CC BY 4.0)

The live dataset is one file: data/submissions.csv — one row per reported unit, in the schema order above. License: Creative Commons Attribution 4.0. Attribute as “TechFuelHQ Community Coil Whine Census” linking to this page.

If the noise is bothering you today, the diagnosis and mitigation walkthrough is the coil whine guide: is it normal, and where is it coming from? — and a brand-new buzz paired with crashes belongs in the PSU failure symptoms guide rather than a census form. If capping FPS quiets your card and you want the deeper fix, the GPU undervolt settings database is the companion dataset.

Change log

  • 0.1.0 (2026-08-12) — schema, anchored severity scale, intake (issue form + PR path), validator, and the empty census opened: 0 rows, no seeded data.

Frequently asked questions

What is coil whine?
Coil whine is a high-pitched electronic whine, buzz, or chirp produced when a current-carrying inductor — a small coil of wire on a graphics card, power supply, or motherboard — vibrates at an audible frequency as the current through it fluctuates. Its signature is that it tracks electrical load rather than temperature: the pitch shifts with frame rate, spikes in uncapped game menus, and changes when you alt-tab, which is what separates it from fan or pump noise.
Is coil whine harmful to your PC?
The prevailing engineering view treats coil whine as an acoustic side effect of electrical resonance, not damage in progress: an inductor is vibrating audibly, and that vibration is not known to degrade the component or its performance. Two hedges belong next to that. A buzz that is new, worsening, and paired with crashes or shutdowns deserves a power-supply diagnosis rather than a shrug — that pattern points at a failing PSU, which is a different problem from benign whine. And this census records annoyance, not failure prediction: a severity score says how loud a unit is, not how long it will live.
Can you fix coil whine?
You can often reduce it; eliminating it is rarer. The mitigations that plausibly help all cut or smooth the electrical load feeding the coils: capping the frame rate (V-Sync, FreeSync/G-Sync, or an FPS limiter), undervolting the GPU, or swapping to a different power supply — and this dataset’s fps_cap_changes_it field exists precisely to measure how often the FPS-cap fix works in practice. Some owners also report a new unit quieting down over the first weeks as its coils settle, but that is a reported pattern, not a guarantee. Coating the coils yourself with glue or nail polish risks the part and its warranty.
Is coil whine covered by warranty?
Usually not on its own. Manufacturers commonly classify coil whine as a normal operating characteristic of inductors rather than a defect, so an RMA for whine alone is frequently declined — policies vary by vendor and by severity, so checking the specific warranty text is worth the minutes. The practical remedy is a retailer’s return or exchange window, where unit-to-unit variance works in your favor: an exchanged unit of the same model may be quiet. A warranty claim tends to succeed only when the noise arrives with a real fault such as crashing or artifacting.

Evidence ledger

Last updated
Methodology
This guide was written and edited by Lowell K. Wood IV in St. Louis County, MO. Specs, prices, commands, and version numbers are drawn from the official vendor, reseller, and project documentation current on the date above, and were verified before publishing. First-person hardware claims appear only where the article shows a verifiable artifact — a photo, receipt, or measurement — or links to the TechFuelHQ Open Bench Datasets. Every fact is human-verified against its cited source before publishing; AI assists with first-draft structure and source-gathering, not with the verdict. Full editorial standard: methodology.
Update log
  • 2026-08-12 — Last reviewed and updated.
Corrections
Spotted an error or stale price? Email hello@techfuelhq.com. Confirmed corrections are added to the update log above.

About the author

Written by Lowell K. Wood IV. Lowell builds and runs TechFuelHQ from St. Louis, Missouri, pairing thirteen-plus years of hands-on homelab, PC, server, and networking experience with cited third-party testing and first-party benchmarks on the gear he still runs. He also works ground EMS as a Nationally Registered Paramedic (NREMT).