Brand | Razer |
---|---|
Series | Pro Click V2 Vertical |
Item model number | RZ01-05250100-R3U1 |
Hardware Platform | PC |
Operating System | Windows 11 |
Item Weight | 14.4 ounces |
Package Dimensions | 8.07 x 4.88 x 3.58 inches |
Power Source | Battery Powered |
Batteries | 1 Nonstandard Battery batteries required. (included) |
Manufacturer | Razer |
ASIN | B0DVD5RTZ5 |
Country of Origin | China |
Date First Available | April 24, 2025 |
-
-
-
-
-
-
-
2 VIDEOS
-

Razer Pro Click V2 Vertical EditionRazer USA ltd
Image Unavailable
Image not available for
Color:
Color:
-
-
-
- To view this video download Flash Player
Razer Pro Click V2 Vertical Wireless Mouse: 6 Button Ergonomic Design - One Click AI Prompt - Long Battery Life - Multi Device Connectivity via 2.4GHz, Bluetooth, or USB C Wired Mode - Chroma RGB
500+ bought in past month
$119.99 $119.99
No Import Fees Deposit & $10.02 Shipping to Singapore Details
Shipping & Fee Details
Price | $119.99 | |
AmazonGlobal Shipping | $10.02 | |
Estimated Import Fees Deposit | $0.00 | |
| ||
Total | $130.01 |
Sales taxes may apply at checkout
{"desktop_buybox_group_1":[{"displayPrice":"$119.99","priceAmount":119.99,"currencySymbol":"$","integerValue":"119","decimalSeparator":".","fractionalValue":"99","symbolPosition":"left","hasSpace":false,"showFractionalPartIfEmpty":true,"offerListingId":"G8fTJAtANN7fqK3PJop7PXvWI4VZQQ%2FR%2BgRbqi8KX64mLRstHj44hYjjdMJmRDR9kKx%2BR4I71msg4wIwZgNOJardfxu1zrXGYlaqWBd6KrqaOp2FERiHEe9P1gGe1XIjRnNHrMLijSSZHTQKLkkOYQ%3D%3D","locale":"en-US","buyingOptionType":"NEW","aapiBuyingOptionIndex":0}]}
Purchase options and add-ons
Brand | Razer |
Connectivity Technology | Bluetooth, USB, 2.4G |
Special Feature | Wireless |
Movement Detection Technology | Optical |
Number of Buttons | 6 |
About this item
- VERTICAL 6 BUTTON ERGONOMIC DESIGN WITH BASE SUPPORT — Shaped for a natural handshake grip, its angled design promotes the most comfortable hand position for extended use, while the base support elevates the wrist to minimize friction while moving
- AI PROMPT MASTER — Summarize text, draft emails and more with just one click; unlock powerful shortcuts via Razer Synapse 4 and streamline workflows instantly for AI tools
- LONG BATTERY LIFE — Powered by an efficient, long lasting battery, game and create for up to 6 months* without interruption; get 3 working days of use with just 5 minutes of charge via an included USB-C charging cable. *under standard test conditions
- MULTI-DEVICE CONNECTIVITY — Maximize efficiency and control a full setup with a single mouse – connect up to 5 devices on 2.4GHz HyperSpeed Wireless, Bluetooth (3 hosts) or wired mode
- 18 ZONE LIGHTING WITH FULL UNDERGLOW — Enable reactive RGB for notifications with plugins available on Chroma Workshop; customize each zone from 16.8 million colors and experience greater immersion with over 300 integrated games
- HIGH PERFORMANCE SENSOR & SWITCHES — Enjoy seamless tracking even on glass with the Focus Pro 30K Optical Sensor offering 99.8% resolution accuracy, backed by responsive mechanical switches with a 60 million click lifecycle
Frequently bought together

This item: Razer Pro Click V2 Vertical Wireless Mouse: 6 Button Ergonomic Design - One Click AI Prompt - Long Battery Life - Multi Device Connectivity via 2.4GHz, Bluetooth, or USB C Wired Mode - Chroma RGB
$119.99$119.99
Get it Jul 9 - Aug 20
Usually ships within 1 to 2 months
$119.99$119.99
Get it as soon as Saturday, Jun 21
In Stock
$79.99$79.99
Get it as soon as Friday, Jun 20
Only 7 left in stock - order soon.
Total price: $00$00
To see our price, add these items to your cart.
Try again!
Added to Cart
Add all 3 to Cart
Some of these items ship sooner than the others.
Choose items to buy together.
Deals on related products
'; var HEADER_STRING = "Leave feedback"; if (false) { HEADER_STRING = "Ad information and options"; } var modalInstance = AM.create(trigger, { 'content': initialContent, 'header': HEADER_STRING, 'popoverLabel': HEADER_STRING, 'name': modalName }); modalInstance.show(); var serializedPayload = generatePayload(modalName); A.$.ajax({ url: "/af/multi-creative/feedback-form", type: 'POST', data: serializedPayload, headers: { 'Content-Type': 'application/json', 'Accept': 'application/json'}, success: function(response) { if (!response) { return; } modalInstance.update(response); var successMetric = DESKTOP_METRIC_PREFIX + ":formDisplayed"; if (window.ue && window.ue.count) { window.ue.count(successMetric, (window.ue.count(successMetric) || 0) + 1); } }, error: function(err) { var errorText = 'Feedback Form get failed with error: ' + err; var errorMetric = DESKTOP_METRIC_PREFIX + ':error'; P.log(errorText, 'FATAL', DESKTOP_METRIC_PREFIX); if (window.ue && window.ue.count) { window.ue.count(errorMetric, (window.ue.count(errorMetric) || 0) + 1); } modalInstance.update('' + "Error loading ad feedback form." + ''); } }); return modalInstance; } function removeModalOnClose (modalName) { A.on('a:popover:afterHide:' + modalName, function removeModal () { var isSuccess = AM.remove(modalName); if(isSuccess) { document.getElementById("sp_detail_thematic-hercules_hybrid_deals_T1_feedbackMessage").focus(); } }); } function generatePayload(modalName) { var carousel = CF.getCarousel(document.getElementById("sp_detail_thematic-hercules_hybrid_deals_T1")); var EMPTY_CARD_CLASS = "a-carousel-card-empty"; if (!carousel) { return; } var adPlacementMetaData = carousel.dom.$carousel.context.getAttribute("data-ad-placement-metadata"); var adDetailsList = []; if (adPlacementMetaData == "") { return; } carousel.dom.$carousel.children("li").not("." + EMPTY_CARD_CLASS).each(function (idx, item) { var divs = item.getElementsByTagName("div"); var adFeedbackDetails; for (var i = 0; i < divs.length; ++i) { if (divs[i].getAttribute("data-adfeedbackdetails")) { adFeedbackDetails = divs[i].getAttribute("data-adfeedbackdetails"); break; } } if (!adFeedbackDetails) { return; } if (adFeedbackDetails != "" && adFeedbackDetails != null) { adDetailsList.push(JSON.parse(adFeedbackDetails)); } }); var payload = { adPlacementMetaData: JSON.parse(adPlacementMetaData), adCreativeMetaData: { adCreativeDetails: adDetailsList }, feedbackFormContainerId: modalName }; var serializedPayload = { pl: encodeURI(JSON.stringify(payload)) }; return JSON.stringify(serializedPayload); } }); }));
Page 1 of 1Start over