How to Pre-install Overwatch 2 on all platforms

Everyone on PC may pre-download Overwatch 2 today before players on Xbox, PlayStation 4, PlayStation 5, and Nintendo Switch. The pre-release date and time for Overwatch 2 have also been confirmed, along with the file size.

The free-to-play PvP is expected to premiere early next month, and PC enthusiasts can pre-download the game a few days before its official release date.

Disclaimer: This article reflects the writer's opinions

fortnite-promotional-banner

Step-by-step guide on how to pre-install Overwatch 2 on all platforms

1) OVERWATCH 2 PRELOAD DATE AND TIME for PS5, PS4, Xbox, and PC

The preload window for OW 2 on PC begins on September 30, and can only be played on a PC via Battle.net.

  • PC via Battle.net – OW2 preload starts on September 30th, at 1:30 pm PT / 4:30 pm ET / 9:30 pm BST / 10:30 pm CEST.

Computer file sizes are 50 GB, whereas, for the console, file sizes are 30 GB.

  • PlayStation 5 & PlayStation 4 – OW2 preload starts on October 4th at 9 am PT / 12 pm PT / 5 pm BST / 6 pm CEST.
  • Xbox Series X/S & Xbox One – OW2 preload starts on October 4th at 9 am PT / 12 pm PT / 5 pm BST / 6 pm CEST.
  • Nintendo Switch – OW2 preload starts on October 4th at 9 am PT / 12 pm PT / 5 pm BST / 6 pm CEST.

Players who want to participate on PC are required to keep an open mind about the minimum and recommended system requirements for the PvP beta version:

Minimum:

  • OS: Windows 10 64-bit
  • CPU: Intel Core i3 or AMD Phenom X3 8650
  • GPU: NVIDIA GeForce GTX 600 series, AMD Radeon HD 7000 series
  • RAM: 6 GB
  • HDD: 50 GB

Recommended:

  • OS: Windows 10 64-bit
  • CPU: Intel Core i7 or AMD Ryzen 5
  • GPU: NVIDIA GeForce GTX 1060 or AMD R9 380
  • RAM: 8 GB
  • HDD: 50 GB

2) Overwatch 2 Download Size on PS5, PS4, Xbox, and PC

The download size for OW 2 has also been revealed for the respective platforms:

  • Xbox Series X/S – around ~30 GB
  • Xbox One – around ~30 GB
  • PlayStation 5 – around ~30 GB
  • PlayStation 4 – around ~30 GB
  • PC via Battle.net – ~50 GB
  • Nintendo Switch – around ~30 GB

3) Step by Step guide on how to preload OW 2 on PlayStation 4 & PlayStation 5

Using the PlayStation Network to preload a game on a PlayStation console is a fairly straightforward process. However, we have a step-by-step guide that outlines everything you need to accomplish in detail.

  • Go to your library from the PlayStation home screen.
  • Select “Purchased” games.
  • Look for Overwatch 2 and select it.
  • If OW 2 is available for preload, the “Download” button below the icon of the game will appear.
  • Tap the Download button.
  • Your PlayStation will start downloading OW 2 .
  • Keep the console turned on or in standby mode while the game is being downloaded, lest you will interrupt the process.

4) Step by Step guide on how to Pre-load Overwatch 2 on Xbox Series X|S and Xbox One

  • Open “My games and apps” from the Xbox home screen.
  • Select “Games”.
  • Find Overwatch 2 and select it.
  • Press “A” to open the installation menu.
  • Select “Manage installation on Internal”.
  • If OW 2 is available for pre-download you will be able to checkmark “will install”.
  • Select “Save changes” and OW 2 will start downloading.
  • Make sure that the console is on or in standby mode while the game is being downloaded.

Fans of the first game were ecstatic about Blizzard's long-awaited Overwatch 2 win. Several more heroes to look forward to, such as the buff Junker Queen and the fox girl Kiriko, who can be unlocked for free through the battle pass.

Quick Links

More from Sportskeeda

" modalPopup.closeOnEsc = false; modalPopup.setHeader("Why did you not like this content?"); modalPopup.setContentText(modalText); modalPopup.addCancelOkButton("Submit", resetRatingAndFeedbackForm, sendRating); modalPopup.removeCloseModalIcon(); modalPopup.disableDismissPopup(); modalPopup.open(); } else { sendRating(index); } } function sendRating() { var requestPayload = { "post_id": 1246245, "rating_value": ratingValue } if (ratingValue > 3) { requestPayload.rating_feedback_type = null; requestPayload.rating_feedback = null; } else { if (!$('input[name="drone"]:checked') || !$('input[name="drone"]:checked').value) { showErrorMessage('option'); return; } if (!$(".post-rating-feedback-note textarea") || !$(".post-rating-feedback-note textarea").value) { showErrorMessage('note'); return; } var selectedOption = $('input[name="drone"]:checked').value; var feedbackNote = $(".post-rating-feedback-note textarea").value; requestPayload.rating_feedback_type = selectedOption; requestPayload.rating_feedback = feedbackNote; } pureJSAjaxPost(addratingAPI, requestPayload, onsaveRatingSuccess, onsaveRatingFail, function() {}, true); } function resetRatingAndFeedbackForm() { var activeStars = Array.from($all('.rating span.rating-star.active')); for (var i=0; i < activeStars.length; i++) { activeStars[i].classList.remove("active"); } if ($('input[name="drone"]:checked')) { $('input[name="drone"]:checked').checked = false; } var userNote = document.querySelector(".post-rating-feedback-note textarea"); userNote.value = ''; modalPopup.close(); } function onsaveRatingSuccess() { modalPopup.close(); savePostIdInUserRatedPostsCookie(); $("#post-rating-layout").classList.add("hidden"); $("#post-rating-message").classList.remove("hidden"); window.setInterval(function showMessage() { $("#post-rating-widget").classList.add("hidden"); }, 3000); } function onsaveRatingFail() { console.error('Saving post rating failed!'); modalPopup.close(); } function savePostIdInUserRatedPostsCookie() { userRatedPostIds.push(1246245); var expiryTime = new Date(); expiryTime.setMonth(expiryTime.getMonth() + 12); // Expiry after 1 year setCookie("user_rated_post_ids", JSON.stringify(userRatedPostIds), expiryTime); } function isPostRatedByUser() { var userRatedPostIds = getCookie('user_rated_post_ids'); if (userRatedPostIds) { try { userRatedPostIds = JSON.parse(userRatedPostIds); } catch (err) { console.error(err); return false; } } else { return false; } if(userRatedPostIds.indexOf(1246245) >= 0) { return true; } else { return false; } } function getRatingCountByPostId(postId) { return new Promise(function(resolve, reject) { pureJSAjaxGet( getRatingCountBaseURL + postId + '/rating/count', function(data) { try { data = JSON.parse(data); if (data.meta_value) { resolve(data.meta_value); } reject("Failed to fetch rating count for the post:" + postId); } catch (err) { reject("Failed to fetch rating count for the post:" + postId); } }, function(err) { reject("Failed to fetch rating count for the post:" + postId); }, true); }); } function showErrorMessage(messageType) { var messageContainerId = '#' + messageType + '-error'; $(messageContainerId).classList.remove('hidden'); window.setInterval(function () { $(messageContainerId).classList.add("hidden"); }, 5000); } (function() { var callFired = false; function lazyLoadPostRating() { if (callFired) return; callFired = true; if (!isPostRatedByUser()) { getRatingCountByPostId(1246245) .then(function(ratingCount) { if (ratingCount < 10) { $("#post-rating-widget").classList.remove("hidden"); } }) .catch(function(err){ console.error(err); }); } } document.addEventListener("scroll", lazyLoadPostRating, { passive: true, once: true }); document.addEventListener("mousemove", lazyLoadPostRating, { passive: true, once: true }); document.addEventListener("touchmove", lazyLoadPostRating, { passive: true, once: true }); })();

You Might Also Like