.aplus-v2 .aplus-content-wrapper {
position: relative;
overflow: hidden;
}
.aplus-v2 .container-with-background-image {
width: 100%;
height: 100%;
background-repeat: no-repeat;
background-size: cover;
}
function logShoppableMetrics(moduleName, showsAddToCart) {
if (window.ue && window.ue.count) {
window.ue.count(“aplus:shoppable:” + moduleName + “:addToCart”, showsAddToCart ? 1 : 0);
}
}
From the manufacturer
32″ 4K UHD Glossy OLED Display
Experience ultra-sharp visuals and lifelike color on a stunning 32-inch 4K UHD (3840 x 2160) glossy OLED display. Every detail pops with depth and vibrancy, bringing your favorite games and content to life.
-
32″ UHD OLED Brilliance with 165Hz of Speed
Experience ultra-smooth, tear-free gameplay with up to 165Hz² on a bright 32” Glossy UHD OLED display. React instantly and outpace your opponents in every frame with outrageous speed and clarity.
-
Bright OLED Gaming
This UltraGear features Micro Lens Array+ technology. So with a typical brightness of 275 nits, this monitor is brighter than previous UltraGear OLED gaming displays and has improved viewing angles.
-
VESA DisplayHDR True Black 400
VESA DisplayHDR True Black 400 certified with upt to DCI-P3 98.5% color gamut means this monitor meets industry standards for brightness as well as deep, rich black color expression.
-
Leave Lag Behind with 0.03ms Response Time
Enjoy smoother scenes with less lag or ghosting thanks to LG UltraGear OLED’s nearly instantaneous 0.03ms (GtG) response time.
-
Dual Mode: 4K UHD 165Hz or Full HD 330Hz
This UltraGear OLED allows gamers to experience graphically rich, story-driven games in 4K/UHD at up to 165Hz or switch to Full HD at up to 330Hz for fast-paced FPS, MOBA or racing games via hotkey.
-
NVIDIA G-SYNC and AMD FreeSync Premium Pro
Officially validated by NVIDIA³ as G-SYNC Compatible and equipped with AMD FreeSync Premium Pro means this UltraGear provides smooth, fast action that reduces screen tearing and stutter.
P.now(“premium-aplus-13-carousel-2”).execute(“init-pagination-carousel”, function(init) {
if (init) {
return;
}
P.register(“premium-aplus-13-carousel-2”, function() {
return function() {
P.when(“A”, “jQuery”, “a-carousel-framework”, “ready”).execute(“paginate-carousel”, function (A, $, framework) {
const ENTER_KEY_CODE = 13;
const ESCAPE_KEY_CODE = 27;
const LEFT_ARROW_KEY = 37;
const RIGHT_ARROW_KEY = 39;
const HOME_KEY = 36;
const END_KEY = 35;
var moduleId = “2”;
var carouselName = “premium-aplus-13-carousel-2”;
var paginationAction = “aplus-pagination-dot-action-” + moduleId + “-” + carouselName;
var paginationGroup = “#aplus-pagination-group-” + moduleId + “-” + carouselName;
/* If the carousel goes to a new page */
A.on(“a:carousel:”+carouselName+”:change:pageNumber”, function (data) {
A.$(paginationGroup+” .carousel-slider-circle”).removeClass(“aplus-carousel-active”).attr(‘aria-selected’, ‘false’).attr(‘tabindex’, -1)
.eq(data.newValue – 1).addClass(“aplus-carousel-active”).attr(‘aria-selected’, ‘true’).attr(‘tabindex’, 0);
});
function syncPaginationDotsWithCarouselPages(numPages) {
const parentElement = document.querySelector(paginationGroup);
if (parentElement && parentElement.children) {
const children = parentElement.children;
for (let i = 0; i = numPages) {
// If number of dots > num of pages, we should hide other dots
children[i].classList.add(‘aplus-pagination-dot–display-none’);
} else if (children[i].classList.contains(‘aplus-pagination-dot–display-none’)) {
// Reset display of dots if it was hidden before
children[i].classList.remove(‘aplus-pagination-dot–display-none’);
}
}
}
}
framework.onInit(carouselName, function (carousel) {
try {
var totalPages = carousel.getAttr(‘totalPages’);
syncPaginationDotsWithCarouselPages(totalPages);
/* Resize event handler to re-calculate the pagination dots count based on orientation */
window.addEventListener(‘resize’, function() {
carousel.resize();
totalPages = carousel.getAttr(‘totalPages’);
syncPaginationDotsWithCarouselPages(totalPages);
});
A.declarative(paginationAction, ‘click keydown’, function(event){
var isClick = event.type === ‘click’;
var isKeydown = event.type === ‘keydown’;
var isEnter = isKeydown && event.$event.keyCode === ENTER_KEY_CODE;
var isEsc = isKeydown && event.$event.keyCode === ESCAPE_KEY_CODE;
var isLeftArrow = isKeydown && event.$event.keyCode === LEFT_ARROW_KEY;
var isRightArrow = isKeydown && event.$event.keyCode === RIGHT_ARROW_KEY;
var isHome = isKeydown && event.$event.keyCode === HOME_KEY;
var isEnd = isKeydown && event.$event.keyCode === END_KEY;
if (isClick || isEnter) {
var data = event.data;
carousel.gotoPage(data.page);
} else if (isEsc) {
event.$target.blur();
} else if (isLeftArrow || isRightArrow || isHome || isEnd) {
event.$event.preventDefault();
const dots = A.$(paginationGroup + ” .carousel-slider-circle”);
const currentIndex = dots.index(event.$target);
let nextIndex;
if (isLeftArrow) {
nextIndex = currentIndex > 0 ? currentIndex – 1 : dots.length – 1;
} else if (isRightArrow) {
nextIndex = currentIndex < dots.length – 1 ? currentIndex + 1 : 0;
} else if (isHome) {
nextIndex = 0;
} else if (isEnd) {
nextIndex = dots.length – 1;
}
dots.eq(nextIndex).focus();
carousel.gotoPage(nextIndex + 1);
}
});
} catch (e) {
P.log('Failed to init ' + carouselName + '. Error: ' + e.message, 'FATAL', 'AplusModuleResources');
}
});
});
}
});
});
-
Three UL Certifications for Eye Comfort
This UltraGear OLED display is 3 times UL-certified—for Anti-Glare, Flicker-Free, and Low Blue Light. Combined with a glossy finish, the display helps reduce distractions and maintain visual comfort.
-
Designed for the Win
Lose yourself in the game with a virtually borderless, ultra-thin design that optimizes space within your battle station. Easily make height, tilt, swivel and pivot adjustments to the display.
P.now(“premium-aplus-13-carousel-3”).execute(“init-pagination-carousel”, function(init) {
if (init) {
return;
}
P.register(“premium-aplus-13-carousel-3”, function() {
return function() {
P.when(“A”, “jQuery”, “a-carousel-framework”, “ready”).execute(“paginate-carousel”, function (A, $, framework) {
const ENTER_KEY_CODE = 13;
const ESCAPE_KEY_CODE = 27;
const LEFT_ARROW_KEY = 37;
const RIGHT_ARROW_KEY = 39;
const HOME_KEY = 36;
const END_KEY = 35;
var moduleId = “3”;
var carouselName = “premium-aplus-13-carousel-3”;
var paginationAction = “aplus-pagination-dot-action-” + moduleId + “-” + carouselName;
var paginationGroup = “#aplus-pagination-group-” + moduleId + “-” + carouselName;
/* If the carousel goes to a new page */
A.on(“a:carousel:”+carouselName+”:change:pageNumber”, function (data) {
A.$(paginationGroup+” .carousel-slider-circle”).removeClass(“aplus-carousel-active”).attr(‘aria-selected’, ‘false’).attr(‘tabindex’, -1)
.eq(data.newValue – 1).addClass(“aplus-carousel-active”).attr(‘aria-selected’, ‘true’).attr(‘tabindex’, 0);
});
function syncPaginationDotsWithCarouselPages(numPages) {
const parentElement = document.querySelector(paginationGroup);
if (parentElement && parentElement.children) {
const children = parentElement.children;
for (let i = 0; i = numPages) {
// If number of dots > num of pages, we should hide other dots
children[i].classList.add(‘aplus-pagination-dot–display-none’);
} else if (children[i].classList.contains(‘aplus-pagination-dot–display-none’)) {
// Reset display of dots if it was hidden before
children[i].classList.remove(‘aplus-pagination-dot–display-none’);
}
}
}
}
framework.onInit(carouselName, function (carousel) {
try {
var totalPages = carousel.getAttr(‘totalPages’);
syncPaginationDotsWithCarouselPages(totalPages);
/* Resize event handler to re-calculate the pagination dots count based on orientation */
window.addEventListener(‘resize’, function() {
carousel.resize();
totalPages = carousel.getAttr(‘totalPages’);
syncPaginationDotsWithCarouselPages(totalPages);
});
A.declarative(paginationAction, ‘click keydown’, function(event){
var isClick = event.type === ‘click’;
var isKeydown = event.type === ‘keydown’;
var isEnter = isKeydown && event.$event.keyCode === ENTER_KEY_CODE;
var isEsc = isKeydown && event.$event.keyCode === ESCAPE_KEY_CODE;
var isLeftArrow = isKeydown && event.$event.keyCode === LEFT_ARROW_KEY;
var isRightArrow = isKeydown && event.$event.keyCode === RIGHT_ARROW_KEY;
var isHome = isKeydown && event.$event.keyCode === HOME_KEY;
var isEnd = isKeydown && event.$event.keyCode === END_KEY;
if (isClick || isEnter) {
var data = event.data;
carousel.gotoPage(data.page);
} else if (isEsc) {
event.$target.blur();
} else if (isLeftArrow || isRightArrow || isHome || isEnd) {
event.$event.preventDefault();
const dots = A.$(paginationGroup + ” .carousel-slider-circle”);
const currentIndex = dots.index(event.$target);
let nextIndex;
if (isLeftArrow) {
nextIndex = currentIndex > 0 ? currentIndex – 1 : dots.length – 1;
} else if (isRightArrow) {
nextIndex = currentIndex < dots.length – 1 ? currentIndex + 1 : 0;
} else if (isHome) {
nextIndex = 0;
} else if (isEnd) {
nextIndex = dots.length – 1;
}
dots.eq(nextIndex).focus();
carousel.gotoPage(nextIndex + 1);
}
});
} catch (e) {
P.log('Failed to init ' + carouselName + '. Error: ' + e.message, 'FATAL', 'AplusModuleResources');
}
});
});
}
});
});
Action As It Happens
Dynamic Action Sync minimizes input lag for faster reactions—so you can respond to every move, shot, or turn the instant it happens.
Black Stabilizer
Black Stabilizer brightens dark scenes, helping gamers spot enemies hiding in the shadows and react quickly during sudden flashes—keeping you one step ahead in every battle.
Advantage of Accuracy with Crosshair
Crosshair offers an accuracy advantage with center-display crosshairs that provide enhanced vision and precision for increased accuracy in first-person shooter games.
Personalized Your Display with Switch App
ultragear gaming 32gx850a 2025
(window.AmazonUIPageJS ? AmazonUIPageJS : P).load.js(‘https://m.media-amazon.com/images/I/61rtJ3+GOOL.js?AUIClients/VSEPlayer’);
(window.AmazonUIPageJS ? AmazonUIPageJS : P).load.js(‘https://m.media-amazon.com/images/I/3175HHgX+OL._RC|11KFCxsEshL.js,11uNd0zHc-L.js,51ocjucRF0L.js,41tLmUCnr0L.js,91G7VmlBk7L.js,11cPgPsKKOL.js_.js?AUIClients/Brila’);
With the LG Switch⁴ app, easily optimize your monitor for gaming or everyday use. Adjust brightness, fine-tune image quality, apply settings with a hotkey, split the screen into 11 layouts, and launch video calls in a click.
Product Description
Take command of every battle with a 32″ 4K UHD (3840 x 2160) glossy OLED display engineered for gamers who demand more.
Experience the ultimate balance of clarity and speed with Dual-Mode refresh rates—crisp 4K UHD at 165Hz for immersive story-driven play, or Full HD at an electrifying 330Hz¹ when every millisecond counts. With an ultra-fast 0.03ms response time, you’ll react instantly, keeping gameplay sharp and responsive. VESA DisplayHDR True Black 400 and up to 98.5% DCI-P3 color coverage reveal stunning contrast, deep blacks, and vivid detail that bring worlds to life.
NVIDIA G-SYNC compatibility and AMD FreeSync Premium Pro keeps frames smooth and tear-free. Complete with a tilt, swivel, height, and pivot adjustable stand, this UltraGear OLED monitor adapts to your perfect setup. Built for performance, precision, and comfort—it’s everything you need to stay ahead of the competition.
Source: Circana, LLC, Retail Tracking, Monitors, Gaming Designed, Display Type: OLED, Dollars, Jan – Dec 2025
¹Requires graphics card that supports DisplayPort 2.1 to achieve up to 480Hz refresh rate support. Actual refresh rates may vary depending on computer graphics specifications and configurations.
²Graphics card that supports DisplayPort 1.4 or HDMI 2.1 are required to achieve up to 165Hz refresh rate support. Graphics card sold separately.
³NVIDIA G-SYNC Compatible supports variable refresh rate on GeForce GTX 10 Series and higher GPUs on Display Port, and GeForce RTX 30 Series and higher GPUs on HDMI 2.1.
⁴To download the latest version of the LG Switch app, visit LG.com
#productDescription h3 {
margin: 0.75em 0px 0.375em -1px;
}








Reviews
There are no reviews yet.