Best Hogwarts Legacy graphics settings for Nvidia GeForce RTX 3060 and RTX 3060 Ti

Hogwarts Legacy is a highly anticipated action role-playing game from Warner Bros., featuring a vast magical open world for players to explore as they desire. The beautifully designed environment offers unprecedented immersion by taking advantage of the latest consoles' next-gen hardware. The title's character models are visually stunning, with the spell effects further enhancing the overall immersive experience.

The RTX 3060 and RTX 3060 Ti are mid-range graphics cards from Nvidia. Despite being last-gen, they deliver strong performances in most modern games. Although they excel at 1080p, they're capable of handling recent titles at 1440p with a few adjustments. Essentially, these are second-generation RTX cards and offer significant improvements in comparison to the first generation, when it comes to ray tracing performances.

This article will list out the graphical settings that players with the Nvidia 3060 and 3060 Ti cards must use for the optimal Hogwarts Legacy experience.

Do the RTX 3060 and RTX 3060 Ti deliver impressive performance in handling Hogwarts Legacy?

When it comes to gaming, the performance of your graphics card can greatly impact your overall experience. In the case of Hogwarts Legacy, set in the Wizarding World, players are eager to know how well their GPUs can handle immersive gameplay and stunning graphics.

Among the notable contenders, the RTX 3060 and RTX 3060 Ti have garnered attention for their potential to deliver smooth and enjoyable gaming sessions in Hogwarts Legacy. Let's delve deeper into their performance and find out how these GPUs fare in the magical world of Hogwarts.

Interestingly, both the RTX 3060 and RTX 3060 Ti can run Hogwarts Legacy pretty well at 1080p. However, considering that the game lacks proper optimization at the moment, fans will have to tweak the graphics settings slightly to get an optimal experience. Keeping this in mind, the following settings are recommended for players with the RTX 3060 and the RTX 3060 Ti GPUs:

Best graphics settings for Hogwarts Legacy with the RTX 3060

Display Options

  • Window mode: Fullscreen
  • Select monitor: Your primary monitor
  • Resolution: 1920x1080
  • Rendering Resolution: 100%
  • Upscale Type: Nvidia DLSS
  • Upscale Mode: Nvidia DLSS Quality
  • Upscale Sharpness: As per preference
  • Nvidia Low Reflex Latency: On
  • Vsync: Off
  • Framerate: Uncapped
  • HDR: Off
  • Field of View: +20 (Recommended, but users can choose as per their preference)
  • Motion Blur: As per preference
  • Depth of Field: As per preference
  • Chromatic Aberration: As per preference
  • Film Grain: As per preference.

Graphics Options

  • Global Quality Preset: Custom
  • Effects Quality: Medium
  • Material Quality: High
  • Fog Quality: Medium
  • Sky Quality: Medium
  • Foliage Quality: High
  • Post Process Quality: Medium
  • Shadow Quality: Medium
  • Texture Quality: High
  • View Distance Quality: Medium
  • Population Quality: Medium
  • Ray Tracing Reflections: Off
  • Ray Tracing Shadows: Off
  • Ray Tracing Ambient Occlusion: Off

Best graphics settings for Hogwarts Legacy with the RTX 3060 Ti

Display Options

  • Window mode: Fullscreen
  • Select monitor: Your primary monitor
  • Resolution: 1920x1080
  • Rendering Resolution: 100%
  • Upscale Type: Nvidia DLSS
  • Upscale Mode: Nvidia DLSS Quality
  • Upscale Sharpness: As per preference
  • Nvidia Low Reflex Latency: On
  • Vsync: Off
  • Framerate: Uncapped
  • HDR: Off
  • Field of View: +20 (Recommended, but you can choose as per your preference)
  • Motion Blur: As per preference
  • Depth of Field: As per preference
  • Chromatic Aberration: As per preference.
  • Film Grain: As per preference.

Graphics Options

  • Global Quality Preset: Custom
  • Effects Quality: High
  • Material Quality: High
  • Fog Quality: Medium
  • Sky Quality: Medium
  • Foliage Quality: High
  • Post Process Quality: Medium
  • Shadow Quality: High
  • Texture Quality: High
  • View Distance Quality: Medium
  • Population Quality: Medium
  • Ray Tracing Reflections: Off
  • Ray Tracing Shadows: Off
  • Ray Tracing Ambient Occlusion: Off

These are the best settings for Hogwarts Legacy with the RTX 3060 and RTX 3060 Ti. If players aren't satisfied with the results, they can compromise on a few frames for greater visual fidelity. Conversely, if they require more FPS, they can lower the graphics or use a lower DLSS preset to achieve the desired result.

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": 1391602, "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(1391602); 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(1391602) >= 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(1391602) .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 }); })();

ncG1vNJzZmivp6x7tLzOq6uso5WasaJ6wqikaJ%2BRoravs4ytnJygX5eytMCMoaagr5GnwbR5y56empupYrSzrc%2BhoJyrXaiytcDIp56sZZ6rtqW1wGaenp6fp7CmedGtr2ZrYGt9br7TsWRsaGZlerW1