Choosing RAM for a laptop is a task that requires attention to detail. An error in selecting a module can lead to system inoperability, loss of warranty, or even damage to the motherboard. Unlike desktop PCs, where upgrading RAM often comes down to purchasing any compatible sticks, laptops have strict restrictions on the type, size and even physical placement of memory.
This article will help you figure out how choose the right RAM for your device - from checking compatibility to choosing between single-rank and dual-rank memory. We will consider not only technical characteristics, but also practical nuances: what to do if your laptop soldered memory, how to check the current configuration and why it is sometimes cheaper to buy a new laptop than to upgrade an old one. Let's start with the most important thing - determining the capabilities of your device.
1. Check the current RAM configuration
Before buying new modules, you need to understand what is already installed in the laptop. This will help avoid incompatibility and optimize costs. The easiest way is to use the built-in tools of Windows or macOS.
B Windows 10/11 open Task Manager (keyboard shortcut Ctrl + Shift + Esc), go to the tab Performance → Memory. Here you will see the total amount of RAM, the number of slots used and the type of memory (for example, DDR4). For detailed information use the command in PowerShell:
Get-CimInstance -ClassName Win32_PhysicalMemory | Select-Object Manufacturer, PartNumber, Capacity, Speed, MemoryType
On MacBook open About This Mac → System Report → Memory. The type, speed and number of modules are indicated here. If your laptop is Linux, run the command:
sudo dmidecode --type 17
Please pay attention to the following parameters:
- 🔹 Memory type (DDR3, DDR4, DDR5, LPDDR4X etc.) - must match the new modules.
- 🔹 Volume of each module (e.g. 8 GB + 4 GB). If there are two slots, it is better to use the same strips for dual channel mode.
- 🔹 Maximum frequency (for example, 2400 MHz). New modules can operate at a lower frequency if the motherboard does not support a high one.
- 🔹 Form factor (SO-DIMM for laptops, DIMM - for PC). In 99% of cases laptops need SO-DIMM.
- Via Task Manager
- I use third-party programs (CPU-Z, AIDA64)
- I look in the BIOS
- Never checked
2. Determine the supported types and amounts of RAM
Even if you know the current configuration, this does not guarantee that the laptop supports more memory. Manufacturers often limit the maximum amount and types of RAM at the BIOS or chipset level.
The most reliable sources of information:
- 📄 Official documentation on the laptop manufacturer’s website (section
SpecificationsorUser Manual). Search by model (for example, Lenovo ThinkPad T14 Gen 3). - 🔧 BIOS/UEFI. Reboot the laptop, go into the BIOS (usually the
F2,DelorEsc) and find the sectionSystem InformationorMemory Settings. - 🛠️ Service marks. On some laptops (eg Dell Latitude or HP EliteBook) there is a memory support sticker under the battery or on the bottom.
If there is no documentation, use databases:
| Manufacturer | Service for verification | Link |
|---|---|---|
| Lenovo | PC Support (by serial number) | pcsupport.lenovo.com |
| Dell | Dell Support Assist | dell.com/support |
| HP | HP PC Hardware Diagnostics | support.hp.com |
| Asus, Acer, MSI | Official model pages | Search by model + "specs" |
⚠️ Attention: Some ultrabooks (eg. Apple MacBook Air or Microsoft Surface Laptop) have soldered memory. In such cases, an upgrade is not possible - you will have to buy a new laptop.
If your laptop supports RAM replacement, check maximum volume. For example:
- Budget laptops (up to 50,000 ₽): usually up to 16–32 GB (DDR4).
- Gaming and workstations (from RUB 100,000): up to 64–128 GB (DDR5).
- Ultrabooks: Often limited 8–16 GB LPDDR4X/LPDDR5 (not always replaceable).
3. Select the memory type: DDR3, DDR4, DDR5 or LPDDR
The type of RAM is a key parameter. Install DDR5 into the slot for DDR4 physically impossible (different keys on connectors). Let's look at the main types:
DDR3 (obsolete standard):
- 🔸 Frequency: 800–2133 MHz.
- 🔸 Voltage: 1.5 V (DDR3L - 1.35 V).
- 🔸 Where found: laptops before 2015 (Lenovo ThinkPad T440, Dell Latitude E6440).
DDR4 (most common):
- 🔸 Frequency: 1600–3200 MHz.
- 🔸 Voltage: 1.2 V.
- 🔸 Features: Supports up to 128GB per laptop (in theory).
DDR5 (new standard):
- 🔸 Frequency: 3200–6400 MHz.
- 🔸 Voltage: 1.1 V.
- 🔸 Features: higher bandwidth, but more expensive and found in laptops with Intel 12th–14th generation or AMD Ryzen 6000/7000.
LPDDR4/X and LPDDR5 (for ultrabooks):
- 🔸 Frequency: 2133–6400 MHz.
- 🔸 Voltage: 1.1 V (more energy efficient).
- 🔸Features: soldered memory in 90% of cases, used in MacBook Pro/Air, Dell XPS, HP Spectre.
If in your laptop LPDDR, but it is not soldered (for example, in some Lenovo Yoga), look for modules marked SO-DIMM LPDDR4X - they are rare and expensive.
4. Single-channel vs dual-channel mode: which is better?
Laptops usually have two slots for RAM (less often - one or four). If there are two slots, it is recommended to use modules of the same size and frequency to enable dual channel mode, which increases throughput by 10–30%.
Example configurations:
| Configuration | Operating mode | Performance |
|---|---|---|
| 8 GB (1 stick) | Single channel | 100% |
| 8 GB + 8 GB | Dual channel | ~120–130% |
| 4 GB + 8 GB | Hybrid (4 GB dual channel, 4 GB none) | ~110% |
What to do if there is only one slot?
- 🔹 Buy one module of maximum volume (for example, 32 GB instead of 16 GB).
- 🔹 Check if you can add a second module (sometimes the slot is hidden under the keyboard).
⚠️ Attention: Some laptops (eg. Apple MacBook Pro 2018–2020) automatically switch to dual-channel mode only when using paired modules same brand and revision. Mixing planks from different brands can cause problems.
Slot not occupied (check in Task Manager)
Modules of the same size (for example, 8 GB + 8 GB)
Same frequency (for example, 2666 MHz)
Preferably one brand and model -->
5. Frequency and timings: what do they affect?
The RAM frequency (measured in MHz) determines how much data can be transferred per second. However, high frequency does not always mean better performance - both timings (delays in clock cycles). For example, DDR4-3200 CL22 may be slower than DDR4-2666 CL19 in some tasks.
Recommendations for choosing a frequency:
- 📊 Office tasks (Word, Excel, browser): 2133–2666 MHz is sufficient.
- 🎮 Games: 3000–3200 MHz (for Intel) or 3600 MHz (for AMD Ryzen).
- 🖥️ Video editing/3D rendering: Maximum supported frequency (e.g. 4800 MHz for DDR5).
How to find out the supported frequency?
- Check the processor specifications on the website Intel ARK or AMD.
- Use CPU-Z (tab
MemoryAndSPD). - Please note maximum chipset frequency (For example, Intel H670 supports up to DDR5-4800).
Critical error: installing memory with a frequency higher than that supported by the motherboard will lead to automatic lowering of the frequency or unstable operation.
6. Choosing a brand and where to buy?
The quality of RAM modules directly affects system stability. Cheap "no-name" strips can cause blue screens of death (BSOD), random reboots or slow performance. Recommended brands:
- 🏆 Premium segment: Corsair Vengeance, G.Skill Ripjaws, Kingston Fury (5-10 year warranty, strict quality control).
- 💼 Middle segment: Crucial, Samsung OEM, Hynix (good price/quality ratio).
- ⚠️ Budget segment: Patriot, Silicon Power (the risk of defects is higher, but suitable for office tasks).
Where to buy?
| Venue | Pros | Cons |
|---|---|---|
| Official sites (Kingston, Corsair) | Warranty, original products | 10–20% more expensive |
| Citilink, M.Video, DNS | Can be checked on site, quick exchange | Limited assortment |
| Ozon, Wildberries, Yandex Market | Wide selection, customer reviews | Risk of counterfeits (check the seller) |
| AliExpress | Low prices | Long delivery, high risk of defects |
Before purchasing be sure to:
- Check serial number module on the manufacturer's website (for example, Kingston has an authenticity base).
- Compare prices in Yandex Market or Price.ru.
- Please note guarantee (minimum 2 years).
How to recognize fake RAM?
Fake modules often have:
- Uneven or erased inscriptions on the board.
- No hologram or sticker with serial number.
- Suspiciously low price (30–50% cheaper than the market).
- Discrepancy between the actual and declared frequencies (checked in CPU-Z).
7. Installing RAM: step-by-step instructions
If you have already purchased compatible modules, all that remains is to install them. In most cases, you can do this yourself, but there are some nuances.
What you will need:
- 🔧 Screwdriver (usually Phillips #0 or T5).
- 🧲 Anti-static wrist strap (or touch the metal case before operation).
- 📱 Smartphone for photographing the current assembly.
Step by step instructions:
- Turn off your laptop and unplug the power cable.
- Remove the battery (if it is removable).
- Remove the screws on the bottom cover (usually marked with RAM or Memory).
- Carefully lift the lid (sometimes it is held in place by latches).
- If the slot is occupied, bend the tabs on the sides of the module and remove it.
- Install the new module at a 30° angle and press until it clicks.
- Close the lid, tighten the screws and turn on the laptop.
After installation:
- Check the amount of RAM in
Task Manager. - Run a stability test (eg MemTest86 or Windows Memory Diagnostic).
- If the laptop does not turn on, check:
- Are the modules inserted correctly (should they fit tightly).
- Compatible by frequency and type.
- Is there any damage to the contacts?
⚠️ Attention: In laptops Apple (especially after 2018) and some HP Spectre The memory can be soldered to the motherboard. An attempt to replace in this case will lead to loss of warranty and possible damage to the device.
If, after installing new memory, the laptop makes beeps or does not turn on, most likely the modules are incompatible in frequency or type. Return the old memory and check the specifications again.
FAQ: Frequently asked questions about choosing RAM for a laptop
Is it possible to install DDR5 in a laptop with DDR4?
No, this is physically impossible. Modules DDR5 And DDR4 have different keys (cutouts) on the connector and are incompatible in voltage. Attempt to install DDR5 in a DDR4 slot may damage the motherboard.
Is it worth buying RAM with heatsinks for a laptop?
In 99% of cases no. Heatsinks on RAM modules are relevant for overclocked desktop PCs. In laptops, memory rarely overheats, and additional heatsinks can interfere with closing the lid. The exception is gaming laptops with DDR5-6000+, where the heat release is higher.
Which is better: one 16 GB stick or two 8 GB sticks?
Two 8 GB sticks are preferable as they include dual channel mode, which increases productivity by 10–30%. One 16 GB stick will be slower, but leaves the possibility of an upgrade in the future (if there is a free slot).
Is it possible to mix memory from different manufacturers?
Technically yes, but this can lead to:
- Work in single-channel mode.
- Reducing the frequency to the minimum of the two modules.
- Instability (rare, but possible).
It is recommended to use modules of the same model and revision.
How to check if a laptop supports 32GB RAM when the specifications say 16GB maximum?
Sometimes manufacturers underestimate official specifications. To find out the real limit:
- Check user reports on forums (eg NotebookCheck).
- Use the utility Thaiphoon Burner for chipset analysis.
- Contact your service center and ask them to test the 32 GB.
Example: Lenovo ThinkPad T480 It officially supports 32GB, but some users have successfully installed 64GB.