LENOVO ThinkPad P16s G4 16' WQUXGA OLED TOUCH IR Intel U7-255H 32GB DDR5 1TB SSD RTX500 6GB 4G-LTE WIN 11 Pro NPU 13 TOPS 3yr PREM 1.8kg
PERFORMANCE
Processor Intel® Core Ultra 7 255H, 16C (6P + 8E + 2LPE) / 16T, Max Turbo up to 5.1GHz, 24MB
AI PC Category AI-Ready Workstations
NPU Integrated Intel® AI Boost, up to 13 TOPS
Graphics NVIDIA® RTX PRO 500 Blackwell Generation 6GB GDDR7 Laptop GPU
Chipset Intel® SoC Platform
Memory 1x 32GB SODIMM DDR5-5600 Non-ECC
Memory Slots Two DDR5 SODIMM / CSODIMM slots, dual-channel capable
Max Memory Up to 96GB (2x 48GB DDR5 CSODIMM)
Storage 1TB SSD M.2 2280 PCIe® 4.0x4 NVMe® Opal 2.0
Storage Slot One M.2 2280 PCIe® 4.0 x4 slot
Max Storage Support Up to one 2TB M.2 2280 Gen 5 Performance SSD
Card Reader No card reader
Audio Chip High Definition (HD) Audio, Realtek® ALC3287 codec
Speakers Stereo speakers, 2W x2, Dolby Audioâ„¢
Microphone 2x, Array
Camera 5.0MP + IR with Privacy Shutter and Human Presence Detection
Battery 75Wh
Power Adapter 100W USB-C® Slim (3-pin)
DESIGN
Display 16' WQUXGA (3840x2400) OLED 400nits Anti-reflection / Anti-smudge, 100% DCI-P3, Dolby Vision®, Eyesafe®, TÜV Low Blue Light, Touch
Touchscreen Add-on Film Touch, 10-point Multi-touch
Screen-to-Body Ratio 88%
Color Calibration X-Rite® Factory Color Calibration
Pen Pen Not Supported
Keyboard Backlit, English
Dimensions (WxDxH) 361.5 x 248.6 x 12.6 / 18.17 (front / rear), 25.35 (maximum) mm 14.24 x 9.79 x 0.49 / 0.71 (front / rear), 1.00 (maximum) inches
Weight Starting at 1.82 kg (4.01 lbs)
Case Color Black
Case Material Aluminium (Top), Aluminium (Bottom)
SOFTWARE
Operating System Windows® 11 Pro, English (US) / English (UK)
Bundled Software Lenovo® AI Now
CONNECTIVITY
WLAN + Bluetooth Intel® Wi-Fi® 7 BE201, 802.11be 2x2 + BT5.4
WWAN Quectel EM160R-GL, 4G LTE CAT16, with Embedded eSIM
SIM Card None
Ethernet 100/1000M (RJ-45)
NFC None
Standard Ports 1x USB-A (USB 5Gbps / USB 3.2 Gen 1)
1x USB-A (USB 5Gbps / USB 3.2 Gen 1), Always On
2x Thunderboltâ„¢ 4, with USB PD 3.0
1x HDMI® 2.1, up to 4K/60Hz
1x Headphone / microphone combo jack (3.5mm)
1x Ethernet (GbE RJ-45)
1x Security keyhole
Optional Ports (configured) 1x Nano-SIM Card Slot
Docking Various docking solutions supported via Thunderbolt™ or USB-C®. For more compatible docking solutions, please visit Docking for ThinkPad P16s Gen 4 (Intel)
SECURITY & PRIVACY
Security Chip Discrete TPM 2.0 Enabled
Physical Locks Kensington® Nano Security Slot, 2.5 x 6 mm
Smart Card Reader None
Fingerprint Reader Touch Style, Match-on-Chip, Integrated in Power Button
Other Security Bottom cover tamper detection
Camera privacy shutter
Ultrasonic Human Presence Detection for IR camera
IR camera for Windows® Hello (facial recognition)
MANAGEABILITY
System Management Non-vPro®
SERVICE
Base Warranty 3-year, Courier or Carry-in with 1-year Battery
Included Upgrade 3Y Premier Support Upgrade from 3Y Courier/Carry-in
ACCESSORIES
Bundled Accessories None
CERTIFICATIONS
ISV Certifications Please visit ISV certifications for Lenovo® Workstations
Green Certifications ENERGY STAR® 9.0
EPEATâ„¢ Gold Registered
RoHS compliant
TCO Certified, generation 10
Mil-Spec Test MIL-STD-810H military test passed
0){
$(hash+'.accordion-button').click();
$([document.documentElement, document.body]).animate(
{
scrollTop: $(hash+'.accordion-button').offset().top - 300
},
1000
);
}
}
);
start_easyzoom();
display_total_price();
$('#product_add_to_cart').click(function (e) {
e.preventDefault();
ga_event_fire('add_to_cart');
$('#product').submit();
});
$('#review_submit').click(function () {
review();
});
//process clicks in review pagination
$('#current_reviews').on('click', '.pagination a', function () {
reload_review($(this).attr('data-url')?.$(this).attr('href'));
$([document.documentElement, document.body]).animate(
{
scrollTop: $("#headingReview").offset().top
},
1000
);
return false;
});
/* Process images for product options */
let $select = $('input[name^=\'option\'], select[name^=\'option\']');
$select.on('change',function () {
let valId = $(this).val();
valId = this.type === 'checkbox' && $(this).attr('data-attribute-value-id') ? $(this).attr('data-attribute-value-id') : valId;
load_option_images(valId, '229');
display_total_price();
});
$('input[name=quantity]').on(
'change keyup',
function () {
display_total_price();
}
);
$.ajax({
url: 'https://store.stratustech.com.au/index.php?rt=common/view_count/product&product_id=229',
type: 'GET',
dataType: 'json'
});
// call change event for first option value
// to refresh pictures for preselected options
$select.first().change();
function start_easyzoom() {
// Instantiate EasyZoom instances
var $easyzoom = $('.easyzoom').easyZoom();
// Get an instance API
var api1 = $easyzoom.filter('.easyzoom--with-thumbnails').data('easyZoom');
//clean and reload existing events
api1.teardown();
api1._init();
// Setup thumbnails
$('.thumbnails .producthtumb').on('click', 'a', function (e) {
var $this = $(this);
e.preventDefault();
// Use EasyZoom's `swap` method
api1.swap($this.data('standard'), $this.attr('data-href'));
$('.mainimage.bigimage').find('img').attr('src', $this.attr('data-href'));
});
}
function load_option_images(attribute_value_id, product_id) {
var selected = {};
var k = 0;
$('[name^=\'option\']').each(function () {
var valId = $(this).val();
valId = this.type === 'checkbox' && $(this).attr('data-attribute-value-id') ? $(this).attr('data-attribute-value-id') : valId;
//skip not selected radio
if ((this.type === 'radio' || this.type === 'checkbox') && $(this).prop('checked') === false) {
return;
}
//exclude just clicked option
if (valId === attribute_value_id) {
return;
}
selected[k] = valId;
k++;
});
var data = {
attribute_value_id: attribute_value_id,
product_id: product_id,
selected_options: selected
};
$.ajax({
type: 'POST',
url: 'https://store.stratustech.com.au/index.php?rt=r/product/product/get_option_resources',
data: data,
dataType: 'json',
beforeSend: function(){
$('.smallimage img.border').addClass('spinner-grow text-light');
},
success: function (data) {
if (data.length === 0) {
$('.smallimage img.border').removeClass('spinner-grow');
return false;
}
var mainPicHtml = '',
smallPicsHtml = '',
main_image = data.main_images[0];
if (main_image) {
if (main_image.origin === 'external') {
mainPicHtml = '';
mainPicHtml += main_image.main_html + '';
} else {
mainPicHtml = '';
mainPicHtml += '
';
mainPicHtml += '';
}
}
if (data.images.length > 0) {
for (var img in data.images) {
var image = data.images[img];
smallPicsHtml += '';
var tmb_url = image.thumb_url;
var tmb2_url = image.thumb2_url;
if (image.origin !== 'external') {
smallPicsHtml += '' +
'
';
}
smallPicsHtml += ' ';
}
} else {
//no images - no action
$('.smallimage img.border').removeClass('spinner-grow');
return false;
}
$('div.bigimage').each(function () {
$(this).html(mainPicHtml)
});
$('ul.smallimage').each(function () {
$(this).html(smallPicsHtml);
});
start_easyzoom();
}
});
}
function display_total_price() {
$.ajax({
type: 'POST',
url: 'https://store.stratustech.com.au/index.php?rt=r/product/product/calculateTotal',
dataType: 'json',
data: $("#product").serialize(),
success: function (data) {
if (data && data.total) {
$('.total-price-holder').show()
.css('visibility', 'visible');
$('.total-price').html(data.total);
if( $('product_price_num') ){
$('#product_price_num').val( data.raw_price_num);
$('#product_total_num').val( data.raw_total_num);
}
}
}
});
}
function reload_review(url) {
$('#current_reviews').load(url);
}
function review() {
var dismiss = '';
var captcha = '&captcha=' + encodeURIComponent($('input[name=\'captcha\']').val());
$.ajax({
type: 'POST',
url: 'https://store.stratustech.com.au/index.php?rt=product/review/write&product_id=229',
dataType: 'json',
data: 'name='
+ encodeURIComponent($('input[name=\'name\']').val())
+ '&text='
+ encodeURIComponent($('textarea[name=\'text\']').val())
+ '&rating=' + encodeURIComponent($('input[name=\'rating\']').val() ? $('input[name=\'rating\']').val() : '') + captcha,
beforeSend: function () {
$('.success, .warning').remove();
$('#review_button').attr('disabled', 'disabled');
$('#review_title').after('
Please Wait!
');
},
complete: function () {
$('#review_button').attr('disabled', '');
$('.wait').remove();
resetLockedButton( $('button#review_submit') );
},
error: function (jqXHR, exception) {
var text = jqXHR.statusText + ": " + jqXHR.responseText;
$('#review .alert').remove();
$('#review_title').after('' + text + dismiss +'
');
},
success: function (data) {
if (data.error) {
$('#review .alert').remove();
$('#review_title').after('' + data.error + dismiss + '
');
} else {
$('#review .alert').remove();
$('#review_title').after('' + data.success + dismiss + '
');
$('input[name=\'name\']').val('');
$('textarea[name=\'text\']').val('');
$('input[name=\'rating\']:checked').attr('checked', '');
}
$('input[name=\'captcha\']').val('');
$('img[alt=captcha]').attr('src', $('img[alt=captcha]').attr('src') + '&' + Math.random());
}
});
}
$(document).on('click','#wishlist_add', function(e) {
e.preventDefault();
var dismiss = '';
$.ajax({
type: 'POST',
url: 'https://store.stratustech.com.au/index.php?rt=product/wishlist/add&product_id=229',
dataType: 'json',
beforeSend: function () {
$('#wishlist_add').removeClass('d-block').addClass('d-none')
.after(' Please Wait!
');
},
complete: function () {
$('.wishlist .wait').remove();
},
error: function (jqXHR, exception) {
var text = jqXHR.statusText + ": " + jqXHR.responseText;
$('.wishlist .alert').remove();
$('.wishlist').after('' + dismiss + text + '
');
$('#wishlist_add').removeClass('d-none').addClass('d-block');
},
success: function (data) {
if (data.error) {
$('.wishlist .alert').remove();
$('.wishlist').after('' + dismiss + data.error + '
');
$('#wishlist_add').removeClass('d-none').addClass('d-block');
} else {
$('.wishlist .alert').remove();
$('#wishlist_remove').removeClass('d-none').addClass('d-block');
ga_event_fire("add_to_wishlist");
}
}
});
});
$(document).on('click','#wishlist_remove', function(e) {
e.preventDefault();
var dismiss = '';
$.ajax({
type: 'POST',
url: 'https://store.stratustech.com.au/index.php?rt=product/wishlist/remove&product_id=229',
dataType: 'json',
beforeSend: function () {
$('#wishlist_remove').removeClass('d-block').addClass('d-none')
.after(' Please Wait!
');
},
complete: function () {
$('.wishlist .wait').remove();
},
error: function (jqXHR, exception) {
var text = jqXHR.statusText + ": " + jqXHR.responseText;
$('.wishlist .alert').remove();
$('.wishlist').after('' + dismiss + text + '
');
$('#wishlist_remove').removeClass('d-none').addClass('d-block');
},
success: function (data) {
if (data.error) {
$('.wishlist .alert').remove();
$('.wishlist').after('' + dismiss + data.error + '
');
$('#wishlist_remove').removeClass('d-none').addClass('d-block');
} else {
$('.wishlist .alert').remove();
$('#wishlist_add').removeClass('d-none').addClass('d-block');
}
}
});
});
//Google Analytics 4
function ga_event_fire(evtName){
if(!ga4_enabled){
console.log('google analytics data collection is disabled')
return;
}
let card = $('.product-page-preset-box');
let prodName = card.find('h1').text();
gtag("event", evtName, {
currency: default_currency,
value: $('#product_total_num') ? $('#product_total_num').val() : 0 ,
items: [
{
item_id: 229,
item_name: prodName.trim(),
affiliation: storeName,
price: $('#product_price_num') ? $('#product_price_num').val() : 0 ,
quantity: $('#product_quantity').val()
}
]
});
}
});
Stratus Tech Store © 2025Powered By AbanteCart