Best graphics settings for Nvidia RTX 3070 and RTX 3070 Ti in 2023
Nvidia's RTX 3070 and 3070 Ti can easily run Cyberpunk 2077 since they were designed to accommodate the latest and most demanding video games at 1440p. Years after their initial release, these GPUs continue to be solid options for playing modern titles. However, you might not be able to max out the settings for highly demanding games.
Cyberpunk 2077's 2.0 update will introduce better graphics to the first-person shooter alongside the Phantom Liberty expansion. The game has a whole bunch of graphics settings that can be customized to ensure an optimal experience on Nvidia's 3070 and 3070 Ti GPUs. This article will list the best settings to use in Cyberpunk 2077 when it's running on either of the mentioned GPUs.
Best Cyberpunk 2077 2.0 graphics settings for Nvidia RTX 3070
The RTX 3070 is built for 1440p gaming without compromises. However, we recommend turning down the settings in Cyberpunk 2077 to achieve decent framerates. Also, we suggest to turn on DLSS to maintain around 50-60 FPS in the game.
These are the best settings to use in Cyberpunk 2077 2.0 when playing on the RTX 3070:
Graphics
- Quick preset: Custom
- Texture quality: High
Nvidia DLSS
- DLSS frame generation: N/A
- DLSS Super Resolution: Balanced
- Nvidia DLAA: Off
Resolution scaling
- Dynamic resolution scaling: Off
- AMD FidelityFX Super Resolution 2.1: Off
- AMD FSR 2.1 image sharpening: Off
- Intel Xe Super Samping 1.1: Off
Basic
- Field of view: 80
- Film grain: On
- Chromatic aberration: On
- Depth of field: On
- Lens flare: On
- Motion blur: High
Advanced
- Contact shadows: On
- Improved facial lighting geometry: On
- Anisotropy: 8
- Local shadow mesh quality: High
- Local shadow quality: Medium
- Cascaded shadows range: Medium
- Cascaded shadows resolution: High
- Volumetric fog resolution: High
- Volumetric cloud quality: Ultra
- Max dynamic decals: Ultra
- Screen space reflection quality: High
- Subsurface scattering quality: High
- Ambient occlusion: High
- Color precision: High
- Mirror quality: High
- Level of Detail (LOD): High
- Crowd density: Low
Ray tracing
- Ray tracing: On
- Ray-traced reflections: Off
- Ray-traced sun shadows: On
- Ray-traced local shadows: On
- Ray-traced lighting: Low
- Path tracing (Technology preview): Off
- Path tracing in photo mode (Technology preview): On
Video
- Monitor: As per your preference
- VSync: Off
- Maximum FPS: Off
- Windowed mode: Fullscreen
- Resolution: 2560 x 1440
- HDR mode: As per your preference
- Nvidia Reflex Low Latency: On + Boost
Best Cyberpunk 2077 2.0 graphics settings for Nvidia RTX 3070 Ti
Nvidia's RTX 3070 Ti packs slightly more rendering power than its non-Ti sibling. Gamers on the former can crank up the settings slightly higher without losing a ton of performance on this GPU. However, we still recommend relying on DLSS to ensure consistent performance throughout.
The best settings in Cyberpunk 2077 for the RTX 3070 Ti are as follows:
Graphics
- Quick preset: Custom
- Texture quality: High
Nvidia DLSS
- DLSS frame generation: N/A
- DLSS Super Resolution: Balanced
- Nvidia DLAA: Off
Resolution scaling
- Dynamic resolution scaling: Off
- AMD FidelityFX Super Resolution 2.1: Off
- AMD FSR 2.1 image sharpening: Off
- Intel Xe Super Samping 1.1: Off
Basic
- Field of view: 80
- Film grain: On
- Chromatic aberration: On
- Depth of field: On
- Lens flare: On
- Motion blur: High
Advanced
- Contact shadows: On
- Improved facial lighting geometry: On
- Anisotropy: 8
- Local shadow mesh quality: High
- Local shadow quality: High
- Cascaded shadows range: High
- Cascaded shadows resolution: High
- Volumetric fog resolution: High
- Volumetric cloud quality: Ultra
- Max dynamic decals: Ultra
- Screen space reflection quality: High
- Subsurface scattering quality: High
- Ambient occlusion: High
- Color precision: High
- Mirror quality: High
- Level of Detail (LOD): High
- Crowd density: Low
Ray tracing
- Ray tracing: On
- Ray-traced reflections: Off
- Ray-traced sun shadows: On
- Ray-traced local shadows: On
- Ray-traced lighting: Medium
- Path tracing (Technology preview): Off
- Path tracing in photo mode (Technology preview): On
Video
- Monitor: As per your preference
- VSync: Off
- Maximum FPS: Off
- Windowed mode: Fullscreen
- Resolution: 2560 x 1440
- HDR mode: As per your preference
- Nvidia Reflex Low Latency: On + Boost
Nvidia's RTX 3070 and 3070 Ti rank among the most powerful graphics cards that can be found in the market. Thus, it is no surprise they perform well with Cyberpunk 2077, one of the most demanding video games around.
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": 1674358, "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(1674358); 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(1674358) >= 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(1674358) .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%2BRoravs4ytnJygX5jGo7HRqayno11nfXiDjKmfmqakpLpuuMibnKusqWJ%2FbnyMm5ysrF2cv6K8x6KarGWjmsG1tc2gqmampp6xqq2Mq6uxZWNlhHF50a2vZmtgbH1uwMhmaWlqYw%3D%3D