Overview
The NZXT Kraken Elite 360 is an all-in-one (AIO) liquid CPU cooler engineered to provide thermal management for high-performance processors. It incorporates a 360mm aluminum radiator paired with three 120mm F120 RGB Core fans. The Kraken Elite series distinguishes itself with a 2.36-inch diameter wide-angle LCD screen integrated into the pump head, capable of displaying system information, custom images, or animated GIFs. This feature targets users who prioritize both thermal efficiency and aesthetic customization within their PC builds.
Positioned as a premium cooling solution, the Kraken Elite 360 is suitable for CPUs with high thermal design power (TDP), including Intel's Core i7 and i9 series and AMD's Ryzen 7 and Ryzen 9 processors. Its cooling capacity is particularly beneficial in scenarios involving demanding applications such as 3D rendering, video editing, and competitive gaming, where sustained CPU performance is critical. Tests conducted by hardware review sites indicate its effectiveness in managing CPU temperatures under load, with specific thermal performance varying based on CPU model, case airflow, and ambient conditions Tom's Hardware review of Kraken Elite 360. The included F120 RGB Core fans are designed for a balance of static pressure and airflow, operating within a noise range that is generally considered acceptable for most gaming and workstation environments.
The device integrates with NZXT's CAM software, which allows users to monitor CPU and GPU temperatures, adjust fan speeds, control RGB lighting effects, and configure the content displayed on the pump head's LCD screen. This software suite provides granular control over the cooler's operational parameters, enabling users to optimize performance and acoustics according to their preferences. The Kraken Elite 360 supports a range of Intel and AMD sockets, ensuring broad compatibility with contemporary enthusiast-grade motherboards. Its installation process, while requiring attention to detail for optimal thermal paste application and fan orientation, is generally consistent with other AIO liquid coolers in its class.
While the Kraken Elite 360 offers robust cooling performance, its premium features, particularly the integrated LCD screen, contribute to its higher price point compared to more basic AIOs or high-end air coolers. For users focused solely on thermal performance without a strong emphasis on visual customization, alternative solutions might offer comparable cooling at a lower cost. However, for builders aiming for a cohesive aesthetic and comprehensive system monitoring capabilities within a high-end PC build, the Kraken Elite 360 presents a notable option.
Key features
- 2.36-inch LCD Display: A circular, wide-angle LCD screen on the pump head provides real-time CPU/GPU temperatures, clock speeds, custom images, or animated GIFs. This feature is managed via NZXT CAM software, allowing for personalization and system status at a glance NZXT Kraken Elite 360 product page.
- High-Performance Pump: Equipped with an Asetek 7th generation pump, designed for efficient coolant circulation and reliable operation. This pump technology is common in many high-end AIO coolers, contributing to its thermal dissipation capabilities.
- F120 RGB Core Fans: Includes three 120mm F120 RGB Core fans engineered for optimal static pressure and airflow, crucial for radiator cooling. These fans feature addressable RGB lighting, configurable through NZXT CAM.
- NZXT CAM Software Integration: Centralized control for monitoring system performance (CPU/GPU temperatures, fan speeds), customizing RGB lighting profiles, and personalizing the LCD display content.
- Universal Socket Compatibility: Supports a wide range of Intel (LGA 1700, 1200, 115X) and AMD (AM5, AM4) CPU sockets, ensuring compatibility with current and recent generation motherboards RTINGS.com NZXT Kraken Elite 360 review.
- Reinforced Tubing: Features extended rubber tubing with nylon braided sleeves, enhancing durability and preventing evaporation.
Pricing
The NZXT Kraken Elite 360 is positioned as a premium AIO liquid cooler. Pricing can vary based on region and retailer.
| Model | Radiator Size | Typical Price (USD) | As-of Date | Source |
|---|---|---|---|---|
| NZXT Kraken Elite 360 | 360mm | $279.99 | 2026-05-08 | NZXT Kraken Elite 360 Product Page |
Common integrations
- NZXT CAM Software: Essential for full functionality, including custom LCD display content, RGB control, and fan/pump profile adjustments NZXT CAM software download.
- Motherboard RGB Headers: While NZXT CAM handles cooler RGB, the system can integrate with motherboard RGB ecosystems (e.g., ASUS Aura Sync, MSI Mystic Light) for synchronized lighting across components, though this is often managed through separate software.
- NZXT H-Series Cases: Designed to fit seamlessly into NZXT's line of PC cases, particularly those supporting 360mm radiators in the top or front mounts.
Alternatives
- Corsair iCUE H150i ELITE LCD XT: A competing 360mm AIO with an LCD screen, offering similar features and performance, integrated into Corsair's iCUE ecosystem Corsair liquid coolers.
- Lian Li Galahad II LCD SL-INF 360: Another high-end 360mm AIO featuring an LCD display and Lian Li's UNI FAN SL-INF fans, known for their daisy-chain design and sophisticated RGB Lian Li Galahad II LCD product page.
- Arctic Liquid Freezer III 360: Praised for its strong thermal performance and competitive pricing, though it lacks the integrated LCD display of the Kraken Elite series Arctic Liquid Freezer III 360.
- DeepCool LT720: A 360mm AIO that offers strong cooling performance at a generally lower price point, featuring an infinity mirror design on the pump head instead of an LCD.
Getting started
While the NZXT Kraken Elite 360 is a hardware component, its software-driven features require the NZXT CAM application for full customization and monitoring. There isn't a direct "hello-world" code example in the traditional sense for a CPU cooler, but controlling its features involves interacting with the CAM software. Below is an illustrative example of how one might conceptually interact with a hypothetical API or configuration file to set an LCD image, representing the software configuration aspect rather than direct hardware programming.
{
"device": "Kraken Elite 360",
"profile_name": "Gaming_Mode",
"fans": {
"preset": "Performance",
"custom_curve": [
{"temp_c": 40, "rpm_percent": 30},
{"temp_c": 60, "rpm_percent": 60},
{"temp_c": 80, "rpm_percent": 100}
]
},
"pump": {
"preset": "Fixed",
"rpm_percent": 100
},
"rgb_lighting": {
"mode": "Wave",
"color_scheme": ["#FF0000", "#00FF00", "#0000FF"],
"speed": "Medium"
},
"lcd_display": {
"content_type": "Image",
"image_path": "C:\\Users\\Public\\Pictures\\MyCustomLogo.png",
"rotation": 0,
"brightness": 80
}
}