Overview
The Corsair iCUE H150i Elite Capellix XT is an all-in-one (AIO) liquid CPU cooler engineered to manage thermal loads in systems equipped with high-performance processors. This unit features a 360mm radiator, three Corsair AF120 RGB ELITE fans, and a low-noise centrifugal pump. The design prioritizes both cooling efficiency and aesthetic integration into custom PC builds, particularly those leveraging Corsair's iCUE ecosystem for synchronized RGB lighting [1].
Targeted at developers, technical buyers, and PC enthusiasts, the H150i Elite Capellix XT addresses the cooling demands of modern CPUs, including Intel's LGA 1700 and AMD's AM5 sockets. Its cooling performance is attributed to a copper cold plate designed for efficient heat transfer from the CPU, combined with the radiator's surface area and the airflow provided by the AF120 RGB ELITE fans. These fans utilize Corsair's AirGuide technology, which aims to concentrate airflow for improved static pressure and directed cooling across the radiator fins [1].
Beyond its thermal capabilities, a significant aspect of the H150i Elite Capellix XT is its extensive RGB lighting customization. The pump head incorporates 33 ultra-bright CAPELLIX RGB LEDs, and each AF120 RGB ELITE fan features eight individually addressable RGB LEDs. Control over these lighting elements, along with fan speeds and pump performance, is managed through the Corsair iCUE software. This software enables users to create custom lighting effects, monitor system temperatures, and adjust cooling profiles to balance acoustics and performance [2]. The cooler's integration with iCUE allows synchronization with other Corsair components, which can be a key consideration for unified system aesthetics.
The H150i Elite Capellix XT shines in scenarios where CPU temperatures are a critical factor, such as gaming at high resolutions, video rendering, or compiling large codebases. Its quiet operation, even under load, is a claimed feature, with the AF120 RGB ELITE fans employing fluid dynamic bearings to minimize noise [1]. Installation is designed to be straightforward, with a modular mounting bracket compatible with a range of Intel and AMD sockets. The cooler also includes a Corsair iCUE Commander CORE controller, which centralizes fan and RGB control for up to six fans, simplifying cable management and software integration.
Key features
- 360mm Radiator: Provides a large surface area for heat dissipation, supporting effective cooling for high-TDP CPUs.
- Corsair AF120 RGB ELITE Fans: Includes three 120mm fans with AirGuide technology for directed airflow and fluid dynamic bearings for quiet operation [1].
- CAPELLIX RGB LEDs: Features 33 ultra-bright CAPELLIX LEDs on the pump head and eight per fan, offering extensive lighting customization.
- iCUE Commander CORE Controller: Centralizes control for up to six fans and RGB lighting, simplifying wiring and enabling software management via iCUE.
- High-Performance Cold Plate: Equipped with a thermally optimized copper cold plate and high-density micro-skived fins for efficient heat transfer from the CPU.
- Low-Noise Centrifugal Pump: Designed to deliver quiet operation while circulating coolant effectively through the system.
- Broad Socket Compatibility: Supports modern Intel (LGA 1700, 1200, 115X, 2066, 2011) and AMD (AM5, AM4, sTRX4, sTR4) CPU sockets [1].
- Integrated iCUE Software Control: Allows users to monitor temperatures, adjust fan curves, pump speed, and customize RGB lighting effects.
Pricing
The Corsair iCUE H150i Elite Capellix XT is available for purchase as a single product. Pricing may vary based on retailer and region. As of 2026-05-08, the manufacturer's suggested retail price can be found below.
| Product | MSRP (USD) | Date As-Of | Source |
|---|---|---|---|
| Corsair iCUE H150i Elite Capellix XT | $189.99 | 2026-05-08 | Corsair Cooling Products Page |
Common integrations
- Corsair iCUE Software: Primary integration for managing fan speeds, pump performance, and customizing RGB lighting across all compatible Corsair devices [2].
- Motherboard RGB Headers: While iCUE is central, some users may integrate lighting with motherboard software via pass-through for broader system synchronization, though iCUE offers more granular control for Corsair devices.
- Third-Party Lighting SDKs: Corsair provides SDKs for iCUE, allowing developers to integrate lighting effects with games or other applications. Specific documentation on the iCUE SDK is available through Corsair's developer resources [2].
- System Monitoring Tools: iCUE can display system temperatures and fan speeds, but data can also be monitored by other system health tools concurrently.
Alternatives
- NZXT Kraken Series: NZXT offers AIO liquid coolers like the Kraken series, known for their aesthetic designs, often featuring LCD screens on the pump block, and managed by NZXT CAM software NZXT Official Website.
- Arctic Liquid Freezer II Series: Arctic's Liquid Freezer II coolers are recognized for their robust performance, often exceeding some competitors in thermal benchmarks, and feature a thick radiator and VRM cooling fan Arctic Official Website.
- Cooler Master MasterLiquid Series: Cooler Master provides a range of AIO solutions, including the MasterLiquid series, which often focus on a balance of performance, acoustics, and addressable RGB lighting, managed by MasterPlus+ software Cooler Master Official Website.
- Lian Li Galahad II Trinity Series: Lian Li's AIO coolers, such as the Galahad II Trinity, offer competitive cooling performance and distinct aesthetic options, including customizable pump block designs and synchronized RGB lighting.
- DeepCool LT/LS Series: DeepCool's liquid coolers, like the LT and LS series, are known for their strong cooling capabilities and unique aesthetic elements, often at a competitive price point.
Getting started
To begin using the Corsair iCUE H150i Elite Capellix XT, the primary step after physical installation is to download and install the iCUE software. This software enables control over the cooler's functions and RGB lighting.
Example of monitoring CPU temperature and setting a basic fan profile using a hypothetical iCUE SDK interaction (conceptual, as direct code interaction is typically via an SDK or GUI, not direct console commands for hardware control):
# This is conceptual pseudo-code illustrating interaction points, not executable commands.
# For actual control, use the Corsair iCUE software GUI or refer to their SDK documentation.
# 1. Download and install Corsair iCUE software:
# Navigate to: https://www.corsair.com/us/en/s/downloads
# Download and run the iCUE installer.
# 2. Launch iCUE after installation.
# The H150i Elite Capellix XT should be detected automatically.
# 3. Access device settings within iCUE (GUI interaction):
# - Click on the 'iCUE H150i ELITE CAPELLIX XT' device icon.
# - Navigate to 'Performance' to view current CPU temperature and coolant temperature.
# - Navigate to 'Cooling Presets' to select a pre-defined fan and pump curve (e.g., 'Quiet', 'Balanced', 'Extreme').
# - Alternatively, create a 'Custom Curve' based on coolant or CPU temperature.
# Example of a custom fan curve logic (conceptual):
# IF CPU_TEMP > 75 Celcius THEN SET Fan_Speed = 100% (PWM)
# ELSE IF CPU_TEMP > 60 Celcius THEN SET Fan_Speed = 75% (PWM)
# ELSE SET Fan_Speed = 40% (PWM)
# 4. Customize RGB Lighting (GUI interaction):
# - Click on the 'Lighting Effects' tab for the H150i Elite Capellix XT.
# - Select a predefined lighting effect (e.g., 'Rainbow Wave', 'Static Color').
# - Or create a custom lighting layer, applying effects to individual LEDs on the pump and fans.
# Conceptual SDK interaction for a developer (requires iCUE SDK knowledge):
# import iCUE_SDK
#
# cooler = iCUE_SDK.get_device("H150i Elite Capellix XT")
#
# # Get current CPU temperature
# cpu_temp = cooler.get_sensor_data("CPU_Temperature")
# print(f"Current CPU Temperature: {cpu_temp}°C")
#
# # Set fan speed based on a simple threshold
# if cpu_temp > 70:
# cooler.set_fan_speed(1.0) # 100%
# else:
# cooler.set_fan_speed(0.6) # 60%
#
# # Set pump head to static blue color
# cooler.set_lighting_effect("PumpHead", "Static", color=(0, 0, 255))
#
# # Set fans to rainbow wave effect
# cooler.set_lighting_effect("Fans", "RainbowWave")