Single or dual channel memory: how to check, and why it matters
A desktop processor reads memory over two channels at once — but only when the sticks are in the right slots. One stick, or two in the same channel, halves the memory bandwidth. Windows’ own settings never mention it, the check takes a minute, and the fix usually costs nothing.
Updated 26 September 2026
What dual channel means
The memory controller in a mainstream desktop processor, Intel or AMD, has two channels. With a stick in each, it reads and writes both at once, which doubles the bandwidth of one channel alone. With a single stick, or two sticks in the same channel, half of that goes unused.
Most desktop boards have four slots, two for each channel, and the pairs are not the neighbouring slots. Two sticks usually belong in the second and fourth slots from the processor, often labelled A2 and B2; the first two slots side by side are usually the same channel. The motherboard manual shows the right slots for certain.
DDR5 splits each stick into two narrower halves, which is why some tools report four channels for two sticks. It changes nothing here: one DDR5 stick still gives half the bandwidth of two.
How much it matters
Memory bandwidth roughly doubles, but performance does not; how much it moves depends on the work.
- Integrated graphics, which use system memory as their graphics memory, suffer most. A second stick in the right slot can raise their frame rates by a third or more.
- Games with a separate graphics card lose less on average, but feel it in the slowest frames, as stutter, and in games that lean on the processor.
- Office work and browsing barely notice.
Check it in Windows
How many sticks: Task Manager
Press Ctrl+Shift+Esc, choose Performance → Memory, and read Slots used. “1 of 2” or “1 of 4” means a single stick, which is single channel. “2 of 4” means two sticks, but not which slots they are in.
Which slots: PowerShell
Open PowerShell (right-click the Start button, choose Terminal) and run:
Get-CimInstance Win32_PhysicalMemory | Format-Table DeviceLocator, BankLabel, Capacity, ConfiguredClockSpeed
Each row is one stick, and one of the two name columns usually carries the channel:
DIMM_A2 and DIMM_B2, or ChannelA-DIMM1 and
ChannelB-DIMM1, or CHANNEL A and CHANNEL B. Two sticks
with the same channel letter share one channel. Makers name slots in their own way, and some
name no channel at all; if yours do not, use CPU-Z.
For certain: CPU-Z
The free CPU-Z shows the answer on its Memory tab, under Channel #: Single or Dual. DDR5 reads differently because of its split sticks: two sticks in dual channel show as 4 x 32-bit, and one stick as 2 x 32-bit. Older versions of CPU-Z call those Quad and Dual.
Fix it
Two sticks in the same channel
- Shut the PC down, switch it off at the wall, and touch a bare metal part of the case to discharge static.
- Find the right pair of slots in the motherboard manual — usually the second and fourth from the processor.
- Open the clips on the slot, lift one stick straight out, line up the notch with the new slot and press down firmly at both ends until the clips close.
- Start the PC. The first start after a memory change can sit on a black screen for a minute or more while the board retrains the memory, especially with DDR5. That is normal.
- Check again. Moving memory can reset the firmware’s memory settings, so if XMP or EXPO was on, switch it back on.
A single stick
The fix is a second stick of the same size and speed, ideally the identical model — or a matched pair to replace the one you have. Sticks that do not match run at the slower one’s speed and timings, and some mixes will not run in dual channel at all.
Laptops
Many laptops have two memory slots under a panel on the bottom. Some have memory soldered to the board with one slot free, which can still run in dual channel with a matching stick in the slot, and some thin laptops have all their memory soldered, which cannot be changed. The laptop’s service manual says which yours has.
How Bottleneck checks this
Bottleneck reads which slot each stick is in and how many channels the board has. It says when two or more sticks share one channel, naming the board so you can find the right slots in its manual, and when a single stick leaves a dual channel board at half its bandwidth. It also flags sticks that do not match, and memory running below its rated speed.
Slot names vary between makers, so Bottleneck marks the channel finding as likely rather than certain. It measures memory bandwidth too, so a second scan after moving a stick shows what changed.