thermal interface material
**Thermal Interface Materials (TIMs) and Heat Spreading** is the **thermal management technology that fills the microscopic air gaps between heat-generating semiconductor dies and heat spreaders or cooling systems** — reducing the dominant thermal resistance at solid-solid interfaces where microscopic surface roughness creates air pockets with 100× lower thermal conductivity than metals, enabling modern CPUs and GPUs dissipating 300–600W to maintain junction temperatures below 100°C.
**Thermal Resistance Stack in CPU/GPU Package**
```
Junction (chip) → TIM1 → IHS (Integrated Heat Spreader) → TIM2 → Heatsink → Ambient
R_jc = R_die + R_TIM1 + R_IHS (°C/W)
R_total = R_jc + R_TIM2 + R_heatsink + R_ambient
For i9-13900K (253W TDP):
R_junction-ambient target: (100°C - 25°C) / 253W = 0.30 °C/W
```
**TIM1 (Between Die and IHS)**
- Applied inside package at assembly → sealed under IHS → cannot be replaced by user.
- Performance-critical: Direct thermal path from die junction to copper IHS.
- Materials:
- **Indium solder (InSn, In, InAgCu)**: Thermal conductivity 30–80 W/m·K → lowest resistance → used in AMD Ryzen 5000/7000, Intel Alder Lake (some variants).
- **Polymer TIM (phase change material, silicone grease)**: 4–8 W/m·K → lower performance → easier to apply.
- **Diamond-filled polymer**: Up to 20 W/m·K → improving polymer TIMs.
**TIM2 (Between IHS and Heatsink/AIO)**
- Applied by user → replaceable → wide selection.
| Product | Conductivity (W/m·K) | Type |
|---------|---------------------|------|
| Arctic MX-6 | 40 | Carbon-based paste |
| Thermal Grizzly Kryonaut | 12.5 | Silicone paste |
| Coollaboratory Liquid Metal | 38–73 | Galinstan alloy |
| Phase change pad | 6–8 | Solid at room T → melts |
- Liquid metal TIM2 (Ga-In-Sn alloy): 10× lower resistance than typical paste → used for extreme overclocking. Risk: Electrically conductive → catastrophic if spills onto PCB.
**IHS (Integrated Heat Spreader)**
- Purpose: Spread die hot spot over larger area → reduce heat flux to heatsink.
- Material: Copper (390 W/m·K) most common; nickel-plated for corrosion resistance.
- Lid design: Flat (desktop), no lid (high-end server → direct liquid cooling).
- Delidding: Removing IHS and replacing internal TIM1 with liquid metal → 10–20°C reduction for 253W CPUs.
**GPU Package Thermal**
- NVIDIA H100 (700W): No IHS → direct vapor chamber on die.
- Vapor chamber: Copper base + wick + vapor space → effectively spreads heat at 15,000+ W/m·K equivalent conductivity.
- Direct liquid cooling (cold plate): Coolant flows directly over die → R_heatsink → 0 → junction 65°C at 700W.
**3D-IC and Chiplet Thermal Challenges**
- Stacked dies: Bottom die cooled through top die → top die is thermal insulator (Si k=150 W/m·K).
- HBM heat: HBM dissipates 10–30W per stack → must flow through package to heatsink.
- Micro-cooling: Microfluidic channels in silicon → coolant inside interposer → research phase.
- Thermal through-vias: Copper TSVs as thermal path (not just electrical) → reduce thermal resistance.
Thermal interface materials and heat spreading are **the unsexy but mission-critical infrastructure that determines whether a semiconductor chip runs at its specified power or throttles to prevent thermal destruction** — as GPU power dissipation has climbed from 250W (A100) to 700W (H100) to potentially 1500W+ for next-generation AI accelerators, the science of efficiently transferring heat from a 800mm² die through a series of material interfaces to an air or liquid cooling system has become as important as the semiconductor process technology itself, with TIM selection and heat spreader design determining whether a chip delivers its rated performance or throttles to 60% of rated frequency at sustained workloads.