1445 lines
214 KiB
HTML
Vendored
1445 lines
214 KiB
HTML
Vendored
<!DOCTYPE html>
|
||
<html lang="en" dir="ltr" data-locale="GB" class="">
|
||
<head>
|
||
<script>
|
||
window.vanilla = window.vanilla || {};window.VAN = window.VAN || {};
|
||
// For AB testing
|
||
// We should come up with a list of feature flags
|
||
var defaultFlags = {
|
||
parsely: {
|
||
enabled: true
|
||
},
|
||
onesignal: {
|
||
enabled: true
|
||
},
|
||
gtm: {
|
||
vanilla: true,
|
||
sitespecific: true,
|
||
},
|
||
selligent: {
|
||
enabled: true
|
||
},
|
||
sourcepoint: {
|
||
enabled: true
|
||
}
|
||
}
|
||
window.vanilla.featureFlags = Object.assign({}, defaultFlags, window.vanilla.featureFlags || {})
|
||
window.vanilla.addScript = function(src, id) {
|
||
var script = window.document.createElement('script');
|
||
script.src = src;
|
||
script.async = true;
|
||
script.id = id;
|
||
window.document.head.appendChild(script);
|
||
}; !function(){if('PerformanceLongTaskTiming' in window){var g=window.__tti={e:[]};
|
||
g.o=new PerformanceObserver(function(l){g.e=g.e.concat(l.getEntries())});
|
||
g.o.observe({entryTypes:['longtask']})}}();
|
||
var startFramesMeasurement=function(){window.vanilla.framesSampled=[];window.vanilla.frames=0,window.vanilla.loadtime=window.performance.now();var a=function(){window.vanilla.frames++,requestAnimationFrame(a)};requestAnimationFrame(a)};window.requestAnimationFrame&&startFramesMeasurement();setInterval(function(){if(document.hidden === false){window.vanilla.framesSampled.push(window.vanilla.frames);}},1000);
|
||
if(window&&!("Promise"in window)){var xhr=new XMLHttpRequest;xhr.open("GET",'/media/shared/js/promise.js',false);xhr.onerror=function(){console.log(xhr.statusText)};xhr.send("");eval(xhr.responseText);}
|
||
</script>
|
||
<script>
|
||
window.askForConsent = true;
|
||
window.waitForConsent = true;
|
||
var hostname = window.location.hostname;
|
||
var hostGroups = hostname.match(/.*\.(.*)\.(com|co\.uk)/);
|
||
if (hostGroups && hostGroups.length === 3) {
|
||
hostname = 'www.' + hostGroups[1] + '.' + hostGroups[2];
|
||
}
|
||
if (window.URLSearchParams) {
|
||
var urlSearchParams = new URLSearchParams(window.location.search);
|
||
var FORCED_DOMAIN_QUERY_PARAM = 'qc-forced-domain';
|
||
if (urlSearchParams.has(FORCED_DOMAIN_QUERY_PARAM)) {
|
||
hostname = urlSearchParams.get(FORCED_DOMAIN_QUERY_PARAM);
|
||
}
|
||
}
|
||
/*! begin QC CHOICE TAG v2.0 (for TCF 2.0) */
|
||
try {
|
||
!function(){var e=hostname,t=document.createElement("script"),a=document.getElementsByTagName("script")[0],n="https://quantcast.mgr.consensu.org".concat("/choice/","uer8ZPXHG8WDU","/",e,"/choice.js"),i=0;t.async=!0,t.type="text/javascript",t.src=n,a.parentNode.insertBefore(t,a),function(){for(var e,t="__tcfapiLocator",a=[],n=window;n;){try{if(n.frames[t]){e=n;break}}catch(e){}if(n===window.top)break;n=n.parent}e||(function e(){var a=n.document,i=!!n.frames[t];if(!i)if(a.body){var o=a.createElement("iframe");o.style.cssText="display:none",o.name=t,a.body.appendChild(o)}else setTimeout(e,5);return!i}(),n.__tcfapi=function(){var e,t=arguments;if(!t.length)return a;if("setGdprApplies"===t[0])t.length>3&&2===t[2]&&"boolean"==typeof t[3]&&(e=t[3],"function"==typeof t[2]&&t[2]("set",!0));else if("ping"===t[0]){var n={gdprApplies:e,cmpLoaded:!1,cmpStatus:"stub"};"function"==typeof t[2]&&t[2](n)}else a.push(t)},n.addEventListener("message",function(e){var t="string"==typeof e.data,a={};try{a=t?JSON.parse(e.data):e.data}catch(e){}var n=a.__tcfapiCall;n&&window.__tcfapi(n.command,n.version,function(a,i){var o={__tcfapiReturn:{returnValue:a,success:i,callId:n.callId}};t&&(o=JSON.stringify(o)),e.source.postMessage(o,"*")},n.parameter)},!1))}();var o=function(){var e=arguments;typeof window.__uspapi!==o&&setTimeout(function(){void 0!==window.__uspapi&&window.__uspapi.apply(window.__uspapi,e)},500)};if(void 0===window.__uspapi){window.__uspapi=o;var s=setInterval(function(){i++,window.__uspapi===o&&i<3?console.warn("USP is not accessible"):clearInterval(s)},6e3)}}();
|
||
} catch (err) {
|
||
console.warn(err);
|
||
}
|
||
/*! end QC CHOICE TAG v2.0 (for TCF 2.0) */
|
||
window.ccpaAppliesPromise = new Promise(function(resolve){
|
||
if (typeof window.__tcfapi === 'function') {
|
||
try {
|
||
window.__tcfapi('getTCData', 2, function() {
|
||
if (typeof window.__uspapi === 'function') {
|
||
window.__uspapi('uspPing', 1, function(obj, status) {
|
||
var ccpaApplies = status && obj.mode.includes('USP') && obj.jurisdiction && obj.jurisdiction.length > 0 && obj.jurisdiction.includes(obj.location);
|
||
resolve(ccpaApplies);
|
||
})
|
||
}
|
||
});
|
||
} catch (err) {}
|
||
}
|
||
}); document.addEventListener('DOMContentLoaded', function(){
|
||
if (ccpaAppliesPromise) {
|
||
ccpaAppliesPromise.then(function(ccpaApplies) {
|
||
if (!ccpaApplies) {
|
||
return
|
||
}
|
||
var footer = document.querySelector('#document-footer-content > nav > ul')
|
||
if (!footer) {
|
||
return
|
||
}
|
||
var anchor = document.createElement('a')
|
||
var regionPrefix = window.ffte.regionLink ? '/' + window.ffte.regionLink : ''
|
||
anchor.href = regionPrefix + '/ccpa'
|
||
anchor.textContent = 'Do not sell my info'
|
||
var listItem = document.createElement('li');
|
||
listItem.appendChild(anchor)
|
||
footer.appendChild(listItem)
|
||
// Some styles to hide 2 links in the modal we don't want
|
||
var style = document.createElement('style');
|
||
style.innerText = '#qc-usp-delete-link, #qc-usp-access-link { display: none; }' +
|
||
'#qc-usp-policy-link {border-left: none;}';
|
||
document.head.appendChild(style);
|
||
})
|
||
}
|
||
}, false);
|
||
window.reliableConsentGiven = new Promise(function(resolve) {
|
||
if (typeof window.__tcfapi === 'function') {
|
||
window.__tcfapi('addEventListener', 2, function(data, success) {
|
||
if (
|
||
success &&
|
||
(data.eventStatus === 'tcloaded' || data.eventStatus === 'useractioncomplete')
|
||
) {
|
||
resolve({ consent: data });
|
||
}
|
||
});
|
||
}
|
||
}); document.addEventListener('DOMContentLoaded', function() {
|
||
if (reliableConsentGiven) {
|
||
reliableConsentGiven
|
||
.then(function(consentResponse) {
|
||
if(consentResponse.consent && consentResponse.consent.gdprApplies) {
|
||
window.reliablePageLoad.then(function() {
|
||
var footerNav = window.document.querySelector('#document-footer-content > nav > ul');
|
||
if(footerNav){
|
||
var reconsentLink = window.document.createElement('a');
|
||
reconsentLink.addEventListener('click', function() {
|
||
if (window.__tcfapi) {
|
||
window.__tcfapi('displayConsentUi', 2, function() {});
|
||
}
|
||
})
|
||
reconsentLink.href = '#';
|
||
reconsentLink.textContent = window.__translator ? window.__translator.trans('cmp_footer_link') : 'GDPR consent';
|
||
var reconsentEntry = window.document.createElement('li');
|
||
reconsentEntry.appendChild(reconsentLink);
|
||
footerNav.appendChild(reconsentEntry);
|
||
}
|
||
});
|
||
}
|
||
});
|
||
}
|
||
}, false);
|
||
/* SWP */
|
||
'use strict';(function(){function g(a){return a.replace(/[#*()+\-='",<>\{\}\[\]\\\/]/gi,"").replace(/[_-]/g," ")}function k(a){var h=a.articleType,e=a.strategy,f=a.nullified,l=a.timestamp,c=a.adTags;c=void 0===c?{}:c;var d=a.hawkTags;d=void 0===d?{}:d;a={articleName:b("",a.articleName),articleType:b("",h),strategy:b("",e),nullified:b(!1,f),timestamp:b(0,l)};c&&Object.assign(a,{primaryProduct:b("",c.primaryProduct),secondaryProducts:b(m,c.secondaryProducts),category:b("",[].concat(c.category)[0]),
|
||
groups:b(n,c.groups),primaryCompany:b("",c.primaryCompany),companies:b(p,c.companies),primaryCategory:b("",[].concat(c.primaryCategory)[0]),secondaryCategories:b(q,c.secondaryCategories),tertiaryCategories:b(r,c.thirdCategories)});d&&Object.assign(a,{hawk:{primaryProduct:b("",d.primaryProduct),secondaryProducts:b(t,d.secondaryProducts),companies:b(u,d.companies),groups:b(v,d.groups),category:b("",[].concat(d.category)[0])}});a.kwMunge=[a.primaryProduct,a.secondaryProducts,a.companies,a.category].reduce(function(a,
|
||
b){return a.concat(b)},[]).filter(function(a,b,c){return void 0!==a&&""!==a&&c.indexOf(a)===b});return a}function b(a,b){return void 0===b||null===b?a:b}function x(a){if(Array.isArray(a)){var b=[];Object.keys(a).forEach(function(e){a.hasOwnProperty(e)&&b.push(g(a[e]))});return b}return a instanceof Object?a:g(a)}var y=function(){return function(a,b){if(Array.isArray(a))return a;if(Symbol.iterator in Object(a)){var e=[],f=!0,h=!1,c=void 0;try{for(var d=a[Symbol.iterator](),g;!(f=(g=d.next()).done)&&
|
||
(e.push(g.value),!b||e.length!==b);f=!0);}catch(w){h=!0,c=w}finally{try{if(!f&&d["return"])d["return"]()}finally{if(h)throw c;}}return e}throw new TypeError("Invalid attempt to destructure non-iterable instance");}}(),z="function"===typeof Symbol&&"symbol"===typeof Symbol.iterator?function(a){return typeof a}:function(a){return a&&"function"===typeof Symbol&&a.constructor===Symbol&&a!==Symbol.prototype?"symbol":typeof a},n=[],p=[],m=[],q=[],r=[],t=[],u=[],v=[];window.FEPProcess=function(a){Array.isArray(a)&&
|
||
(a=y(a,1)[0],a=void 0===a?{}:a);a="object"!==("undefined"===typeof a?"undefined":z(a))||Array.isArray(a)||null===a?{}:a;return k(a)};window.FEPSanitise=function(a){return Object.keys(a).reduce(function(b,e){var f=x(a[e]);0<f.length&&(b[e]=f);return b},{})}})();
|
||
/* EWP */ /* SWP */
|
||
'use strict';(function(){function A(b){u||(u=!0,v.forEach(B(b)))}function C(b){w||(w=!0,D.forEach(B(b)))}function k(){return n&&n.now&&n.now()||0}function B(){for(var b=arguments.length,f=Array(b),c=0;c<b;c++)f[c]=arguments[c];return function(b){return b.apply(void 0,f)}}function H(b){return function(f){return I(b,f.location.search)}}function I(b,f){var c=2<arguments.length&&void 0!==arguments[2]?arguments[2]:"&";if(""===b)return!1;var d=f.indexOf(b+"=");return 0<=d?(d=f.indexOf("=",d),c=f.indexOf(c,
|
||
d+1),0<=c?f.substring(d+1,c):f.substring(d+1)):!1}function J(b){return b.split("").map(function(b){return K(L.call(b,0)-1)}).join("")}var M=function(b){return b.split("").map(function(b){return String.fromCharCode(b.charCodeAt(0)+1)}).join("")}("sp.blocking"),p=String,K=p.fromCharCode,L=p.prototype.charCodeAt,E="undefined"!==typeof window?window:"undefined"!==typeof global?global:"undefined"!==typeof self?self:{};p=function(b,c){return c={exports:{}},b(c,c.exports),c.exports}(function(b){(function(){function c(){c=
|
||
function(){};l.Symbol||(l.Symbol=g)}function g(a){return"jscomp_symbol_"+(a||"")+D++}function d(){c();var a=l.Symbol.iterator;a||(a=l.Symbol.iterator=l.Symbol("iterator"));"function"!=typeof Array.prototype[a]&&C(Array.prototype,a,{configurable:!0,writable:!0,value:function(){return k(this)}});d=function(){}}function k(a){var b=0;return p(function(){return b<a.length?{done:!1,value:a[b++]}:{done:!0}})}function p(a){d();a={next:a};a[l.Symbol.iterator]=function(){return this};return a}function q(a){d();
|
||
var b=a[Symbol.iterator];return b?b.call(a):k(a)}function m(a){if(!(a instanceof Array)){a=q(a);for(var b,e=[];!(b=a.next()).done;)e.push(b.value);a=e}return a}function u(a,b){var e=XMLHttpRequest.prototype.send,x=y++;XMLHttpRequest.prototype.send=function(h){for(var c=[],d=0;d<arguments.length;++d)c[d-0]=arguments[d];var f=this;a(x);this.addEventListener("readystatechange",function(){4===f.readyState&&b(x)});return e.apply(this,c)}}function w(a,b){var e=fetch;fetch=function(x){for(var c=[],h=0;h<
|
||
arguments.length;++h)c[h-0]=arguments[h];return new Promise(function(h,x){var d=y++;a(d);e.apply(null,[].concat(m(c))).then(function(a){b(d);h(a)},function(a){b(a);x(a)})})}}function n(a,b){a=q(a);for(var e=a.next();!e.done;e=a.next())if(e=e.value,b.includes(e.nodeName.toLowerCase())||n(e.children,b))return!0;return!1}function A(a){var b=new MutationObserver(function(b){b=q(b);for(var e=b.next();!e.done;e=b.next())e=e.value,"childList"==e.type&&n(e.addedNodes,z)?a(e):"attributes"==e.type&&z.includes(e.target.tagName.toLowerCase())&&
|
||
a(e)});b.observe(document,{attributes:!0,childList:!0,subtree:!0,attributeFilter:["href","src"]});return b}function F(a,b){if(2<a.length)return performance.now();var e=[];b=q(b);for(var c=b.next();!c.done;c=b.next())c=c.value,e.push({timestamp:c.start,type:"requestStart"}),e.push({timestamp:c.end,type:"requestEnd"});b=q(a);for(c=b.next();!c.done;c=b.next())e.push({timestamp:c.value,type:"requestStart"});e.sort(function(a,b){return a.timestamp-b.timestamp});a=a.length;for(b=e.length-1;0<=b;b--)switch(c=
|
||
e[b],c.type){case "requestStart":a--;break;case "requestEnd":a++;if(2<a)return c.timestamp;break;default:throw Error("Internal Error: This should never happen");}return 0}function r(a){a=a?a:{};this.w=!!a.useMutationObserver;this.u=a.minValue||null;a=window.__tti&&window.__tti.e;var b=window.__tti&&window.__tti.o;this.a=a?a.map(function(a){return{start:a.startTime,end:a.startTime+a.duration}}):[];b&&b.disconnect();this.b=[];this.f=new Map;this.j=null;this.v=-Infinity;this.i=!1;this.h=this.c=this.s=
|
||
null;u(this.m.bind(this),this.l.bind(this));w(this.m.bind(this),this.l.bind(this));B(this);this.w&&(this.h=A(this.B.bind(this)))}function v(a){a.i=!0;var b=0<a.a.length?a.a[a.a.length-1].end:0,c=F(a.g,a.b);t(a,Math.max(c+5E3,b))}function t(a,b){!a.i||a.v>b||(clearTimeout(a.j),a.j=setTimeout(function(){var b=performance.timing.navigationStart,c=F(a.g,a.b);b=(window.a&&window.a.A?1E3*window.a.A().C-b:0)||performance.timing.domContentLoadedEventEnd-b;if(a.u)var d=a.u;else performance.timing.domContentLoadedEventEnd?
|
||
(d=performance.timing,d=d.domContentLoadedEventEnd-d.navigationStart):d=null;var h=performance.now();null===d&&t(a,Math.max(c+5E3,h+1E3));var f=a.a;5E3>h-c?c=null:(c=f.length?f[f.length-1].end:b,c=5E3>h-c?null:Math.max(c,d));c&&(a.s(c),clearTimeout(a.j),a.i=!1,a.c&&a.c.disconnect(),a.h&&a.h.disconnect());t(a,performance.now()+1E3)},b-performance.now()),a.v=b)}function B(a){a.c=new PerformanceObserver(function(b){b=q(b.getEntries());for(var c=b.next();!c.done;c=b.next())if(c=c.value,"resource"===c.entryType&&
|
||
(a.b.push({start:c.fetchStart,end:c.responseEnd}),t(a,F(a.g,a.b)+5E3)),"longtask"===c.entryType){var d=c.startTime+c.duration;a.a.push({start:c.startTime,end:d});t(a,d+5E3)}});a.c.observe({entryTypes:["longtask","resource"]})}var l="undefined"!=typeof window&&window===this?this:"undefined"!=typeof E&&null!=E?E:this,C="function"==typeof Object.defineProperties?Object.defineProperty:function(a,b,c){a!=Array.prototype&&a!=Object.prototype&&(a[b]=c.value)},D=0,y=0,z="img script iframe link audio video source".split(" ");
|
||
r.prototype.getFirstConsistentlyInteractive=function(){var a=this;return new Promise(function(b){a.s=b;"complete"==document.readyState?v(a):window.addEventListener("load",function(){v(a)})})};r.prototype.m=function(a){this.f.set(a,performance.now())};r.prototype.l=function(a){this.f.delete(a)};r.prototype.B=function(){t(this,performance.now()+5E3)};l.Object.defineProperties(r.prototype,{g:{configurable:!0,enumerable:!0,get:function(){return[].concat(m(this.f.values()))}}});var G={getFirstConsistentlyInteractive:function(a){a=
|
||
a?a:{};return"PerformanceLongTaskTiming"in window?(new r(a)).getFirstConsistentlyInteractive():Promise.resolve(null)}};b.exports?b.exports=G:window.ttiPolyfill=G})()});var c=window,y=c.document,n=c.performance,g=c.Promise,z=k();performance.mark("DOMPromises - Initialising");c.resolveFEP=null;c.processFEP=g?new g(function(b){c.resolveFEP=b}):{then:function(){}};var m=!(-1<window.location.href.indexOf("disable_dom_promise_timeouts")),w=!1,D=[];m&&setTimeout(function(){return C({timeStamp:k()})},5E3);
|
||
y.addEventListener("DOMContentLoaded",C);c.reliableDOMContentLoaded=g?new g(function(b){m&&setTimeout(function(){return b({timeStamp:k()})},5E3);y.addEventListener("DOMContentLoaded",b)}):{then:function(b){w?b():D.push(b)}};c.reliableDOMContentLoaded.then(function(b){console.log("DOMContentLoaded at",b.timeStamp-z|0)});var u=!1,v=[];m&&setTimeout(function(){return A({timeStamp:k()})},7E3);c.addEventListener("load",A);c.reliablePageLoad=g?new g(function(b){m&&setTimeout(function(){return b({timeStamp:k()})},
|
||
7E3);c.addEventListener("load",b)}):{then:function(b){u?b():v.push(b);return c.reliablePageLoad},catch:function(){return c.reliablePageLoad}};c.reliablePageLoad.then(function(b){console.log("PageLoad at",b.timeStamp-z|0)});c.vanilla=window.vanilla||{};c.vanilla.tti="PerformanceLongTaskTiming"in window?p.getFirstConsistentlyInteractive():new g(function(b){setTimeout(function(){b(null)},5E3)});(function(){var b=window,c=b.document,g=b.Promise;b.wadoinawdoijzxioznelknsdf=g?new g(function(b){var d=parseInt(H("mock_tiberius")(window),
|
||
10);isNaN(d)||setTimeout(b,d,!0);c.addEventListener(J(M),function(){b(!0)})}):{then:function(){}}})()})();
|
||
/* EWP */
|
||
;
|
||
</script>
|
||
<script>
|
||
window.hawk_css_endpoint = "https://hawk.tomshardware.com";
|
||
</script>
|
||
<script id="hawk-script" async src="https://hawk.tomshardware.com/js/w/responsive.js"></script>
|
||
<script>
|
||
window.adParameters = window.adParameters || {
|
||
site: 'tomshardware',
|
||
content: 'unknown',
|
||
type: 'standard',
|
||
};
|
||
</script>
|
||
<script>window.gaCookieSet=/(?:^|;\\s*)_ga/.test(document.cookie);</script>
|
||
<script>'use strict';(function(){function g(c,a){return function(){return setTimeout(c,a)}}function h(c,a,b){b=void 0===b?function(){}:b;return function(){var d=c.createElement("script"),e=c.getElementsByTagName("script")[0],f=k({},a,{async:1});Object.keys(f).forEach(function(a){return d.setAttribute(a,f[a])});e.parentNode.insertBefore(d,e);b()}}var k=Object.assign||function(c){for(var a=1;a<arguments.length;a++){var b=arguments[a],d;for(d in b)Object.prototype.hasOwnProperty.call(b,d)&&(c[d]=b[d])}return c};
|
||
window.vanilla.addJs=function(c,a,b,d){b=void 0===b?!1:b;c=h(document,c,d);a=null!==a?g(c,a):c;b?window.reliablePageLoad.then(a):a()}})();</script>
|
||
<script>'use strict';(function(){function f(a,d){return function(){var c=a.createElement("link"),b=g({},d,{rel:"stylesheet",type:"text/css"});Object.keys(b).forEach(function(a){return c.setAttribute(a,b[a])});var e=a.getElementsByTagName("head")[0];e.parentNode.insertBefore(c,e)}}var g=Object.assign||function(a){for(var d=1;d<arguments.length;d++){var c=arguments[d],b;for(b in c)Object.prototype.hasOwnProperty.call(c,b)&&(a[b]=c[b])}return a},h=window.requestAnimationFrame||window.webkitRequestAnimationFrame||
|
||
window.mozRequestAnimationFrame||window.msRequestAnimationFrame||function(a){return window.reliablePageLoad.then(a)};window.vanilla.addCss=function(a){return h(f(document,a))}})();</script>
|
||
<link rel="alternate" hreflang="x-default" href="https://www.tomshardware.com/news/where-and-how-to-buy-rtx-3080-3090-3070">
|
||
<link rel="alternate" hreflang="en-US" href="https://www.tomshardware.com/news/where-and-how-to-buy-rtx-3080-3090-3070">
|
||
<link rel="alternate" hreflang="en-GB" href="https://www.tomshardware.com/uk/news/where-and-how-to-buy-rtx-3080-3090-3070">
|
||
<link rel="amphtml" href="https://www.tomshardware.com/uk/amp/news/where-and-how-to-buy-rtx-3080-3090-3070">
|
||
<script>
|
||
function handleHeaderError() {
|
||
if (window.amIIE && !window.amIIE()) {
|
||
window.wadoinawdoijzxioznelknsdf.then(function () {
|
||
window._sp_ = window._sp_ || {};
|
||
window._sp_.config = window._sp_.config || {};
|
||
if (window._sp_.bootstrap && !window.headerExecuted) {
|
||
window._sp_.bootstrap('https://bordeaux.futurecdn.net/bordeaux.js');
|
||
}
|
||
})
|
||
}
|
||
}
|
||
</script>
|
||
<script>
|
||
window.bordeaux = window.bordeaux || {};
|
||
window.bordeaux.cmd = window.bordeaux.cmd || [];
|
||
window.bordeaux.cmd.push(function(){
|
||
if (window.dfp_config) {
|
||
window.bordeaux.setTargeting({
|
||
source: window.dfp_config.source || '',
|
||
kw: window.dfp_config.keywords.split(','),
|
||
vertical: window.dfp_config.vertical.split(','),
|
||
pagetype: (window.dfp_config.page_type || '').replace(',', '-'),
|
||
manu: window.dfp_config.product_brand,
|
||
articleid: window.dfp_config.article_id,
|
||
sitePlatform: window.dfp_config.site_platform,
|
||
});
|
||
window.bordeaux.setPageCategory(window.dfp_config.page_type);
|
||
}
|
||
if (window.FEPProcess) {
|
||
var fep = window.FEPProcess(window.FEP_object);
|
||
window.resolveFEP(fep);
|
||
window.bordeaux.setTargeting(window.FEPSanitise({
|
||
fepPrimaryProduct: fep.primaryProduct,
|
||
fepSecondaryProducts: fep.secondaryProducts,
|
||
fepCompanies: fep.companies,
|
||
fepCategory: fep.category,
|
||
fepGroups: fep.groups,
|
||
fepPrimaryCompany: fep.primaryCompany,
|
||
primaryCategory: fep.primaryCategory,
|
||
secondaryCategories: fep.secondaryCategories,
|
||
tertiaryCategories: fep.tertiaryCategories,
|
||
}));
|
||
}
|
||
window.bordeaux.setPageTemplate("article");
|
||
if (!window.disableBordeaux) {
|
||
window.bordeaux.init();
|
||
}
|
||
});
|
||
</script>
|
||
<script defer src="https://bordeaux.futurecdn.net/bordeaux.js" onerror="handleHeaderError()" crossorigin="anonymous"></script>
|
||
<!-- tag factory //-->
|
||
<meta charset="utf-8">
|
||
<link rel="dns-prefetch" href="//cdn.mos.cms.futurecdn.net">
|
||
<link rel="dns-prefetch" href="//vanilla.futurecdn.net">
|
||
<link rel="dns-prefetch" href="//widgets.hawk-assets.co.uk">
|
||
<link rel="dns-prefetch" href="//www.google-analytics.com">
|
||
<link rel="dns-prefetch" href="//cdn.onesignal.com">
|
||
<link rel="dns-prefetch" href="//cdn.parsley.com">
|
||
<link rel="dns-prefetch" href="//cdn.jwplayer.com">
|
||
<link rel="dns-prefetch" href="//cdn.adsafeprotected.com">
|
||
<link rel="dns-prefetch" href="//securepubads.g.doubleclick.net">
|
||
<link rel="dns-prefetch" href="//quantcast.mgr.consensu.org">
|
||
<link rel="dns-prefetch" href="//vendorlist.consensu.org">
|
||
<link rel="dns-prefetch" href="//sb.scorecardresearch.com">
|
||
<link rel="dns-prefetch" href="//js-sec.indexww.com">
|
||
<link rel="dns-prefetch" href="//c.amazon-adsystem.com">
|
||
<link rel="dns-prefetch" href="//ads.servebom.com">
|
||
<meta data-static-host="//vanilla.futurecdn.net/tomshardware/220058" id="static-host-pattern">
|
||
<script>
|
||
var vanFontLoader=function(e){if("undefined"==typeof e||"object"!=typeof e)return!1;var t=document.getElementsByTagName("head")[0],n=function(e,n){var o=document.createElement("style");o.type="text/css","undefined"!=typeof n&&(o.id=n,o.classList.add("font-style")),o.styleSheet?o.styleSheet.cssText=e:o.appendChild(document.createTextNode(e)),t.appendChild(o)},o=function(){"undefined"!=typeof e.hideKey&&n(e.hideKey+"{visibility:visible}")};if("undefined"!=typeof e.hideKey&&n(e.hideKey+"{visibility:hidden}"),"undefined"!=typeof e.fontKey&&"undefined"!=typeof e.staticHost&&"undefined"!=typeof e.version&&"undefined"!=typeof e.woff2Version){var i=e.fontKey,a=e.version,f=e.woff2Version,r=e.staticHost,d="woff",s=!1;f&&(s=function(e){if(!("FontFace"in e))return!1;var t=new e.FontFace("t",'url( "data:application/font-woff2," ) format( "woff2" )',{});try{var n=t.load();"undefined"!=typeof n.then&&n.then(function(){},function(){})}catch(o){return!1}return"loading"==t.status}(window)),s?d="woff2":navigator.userAgent.indexOf("Android")>-1&&(d="ttf");var c="vanFont-"+i+"-"+d,u=c+".json",y=function(){var e=document.createElement("script");e.type="text/javascript",e.async=!0,e.src="//"+r+"/"+a+"/media/fonts/json/"+u,t.appendChild(e)},l=!1,v=!1;try{if(l=localStorage.getItem(c)){var v=JSON.parse(l);v.version!=a&&(localStorage.removeItem(c),v=!1)}}catch(p){console.error("Error when parsing font in vanFontLoader",p)}v&&"undefined"!=typeof v.value?(n(v.value,i),o()):y()}this.store=function(e){e.version=a;var t=JSON.stringify(e);localStorage.setItem(c,t),n(e.value),o()}}; try {
|
||
var OpenSans_vanFontLoader = new vanFontLoader({fontKey: 'OpenSans', version: 1, woff2Version: true, staticHost: 'vanilla.futurecdn.net/tomshardware' });
|
||
var tomshardware_vanFontLoader = new vanFontLoader({fontKey: 'tomshardware', version: 2, woff2Version: false, staticHost: 'vanilla.futurecdn.net/tomshardware' ,hideKey: '.icon' });
|
||
} catch(e) {
|
||
console.warn('Failed to load fonts: '+ e.message);
|
||
}
|
||
</script>
|
||
<meta name="viewport" content="width=device-width,minimum-scale=1,initial-scale=1">
|
||
<title>Where and How to Buy an RTX 3080, 3090 or 3070 | Tom's Hardware</title>
|
||
<meta name="pub_date" content="2020-11-04T21:53:22+00:00">
|
||
<meta name="description" content="The RTX 3000 series is finally here, which is why we’ve compiled a guide to get your hands on an RTX 3000 card before they sell out.">
|
||
<link rel="canonical" href="https://www.tomshardware.com/uk/news/where-and-how-to-buy-rtx-3080-3090-3070">
|
||
<style id="critical-styles">.newsletter-signup,.mag-banner-wrap,.popular-box{display:none;}html,body,div,span,h1,h2,h3,h4,p,a,abbr,img,small,i,ul,li,form{margin:0;padding:0;border:0;font:inherit;font-size:100%;vertical-align:baseline}label{padding:0;border:0;font:inherit;font-size:100%}label,table{vertical-align:baseline}table,caption{margin:0;padding:0;border:0;font:inherit;font-size:100%}tbody,thead,tr{vertical-align:baseline}tbody,thead,tr,th,td{margin:0;padding:0;border:0;font:inherit;font-size:100%}article,aside,figure,figcaption,footer,header,nav,section,time{margin:0;padding:0;border:0;font:inherit;font-size:100%;vertical-align:baseline}html{line-height:1}ul{list-style:none}table{border-collapse:collapse;border-spacing:0}caption,th,td{text-align:left;font-weight:400;vertical-align:middle}a img{border:none}article,aside,figcaption,figure,footer,header,nav,section{display:block}.container{margin:auto}.container:after{content:"";display:table;clear:both}.container.full{clear:both;max-width:100%}@media screen and (min-width:1000px){.container.full{max-width:970px}}@media screen and (min-width:1574px){.container.full{max-width:1200px}body.limit-width .container.full{max-width:970px}}#main{background:#fff;outline:none}#sidebar{width:100%}@media screen and (min-width:1000px){#sidebar{width:300px;margin-top:.875em}}@media only screen and (min-width:700px){html{font-size:100%}}html{font-family:"Open Sans",sans-serif;color:#333}h1,h2,h3,h4{font-weight:700}.block-link{display:block;position:relative;color:#333;background:#ddd;line-height:22px;padding:11px 12px;margin:0 12px 12px 0;text-align:center;font-size:14px;font-weight:600;text-transform:uppercase}.block-link .chunk{display:inline-block;vertical-align:middle;max-width:80%}.block-link:hover{color:#333;text-decoration:none;background:#666}.block-link:visited{color:#333;text-decoration:none}.block-link.full{width:-webkit-calc(100% - 24px);width:calc(100% - 24px)}.separator-heading{border-top:1px solid #ccc;border-bottom:1px solid #ccc}.no-wrap{white-space:nowrap}.news-article header h1{font-weight:600;font-size:24px;line-height:30px;margin-bottom:.25rem}@media (min-width:700px){.news-article header h1{margin-bottom:.5rem;font-size:28px;line-height:34px}}@media (min-width:1574px){.news-article header h1{margin-bottom:.75rem;font-size:34px;line-height:42px}body.limit-width .news-article header h1{margin-bottom:.5rem;font-size:28px;line-height:34px}}.news-article header h2{font-size:18px;line-height:26px;font-weight:300;margin-bottom:20px}@media (min-width:1000px){.news-article header h2{font-size:20px;line-height:28px}}@media (min-width:1574px){.news-article header h2{font-size:24px;line-height:30px}body.limit-width .news-article header h2{font-size:20px;line-height:28px}}.fallback{display:none}.icon:before{font-family:"tomshardware",arial;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-style:normal;font-variant:normal;font-weight:400;text-decoration:none;text-transform:none}.icon-arrow-down:before{content:"\f103"}.icon-arrow-left:before{content:"\f104"}.icon-arrow-right:before{content:"\f105"}.icon-envelope-solid:before{content:"\f11a"}.icon-envelope:before{content:"\f11b"}.icon-facebook:before{content:"\f11d"}.icon-filled-envelope:before{content:"\f11e"}.icon-google-plus:before{content:"\f121"}.icon-home:before{content:"\f122"}.icon-instagram:before{content:"\f123"}.icon-linkedin:before{content:"\f124"}.icon-search:before{content:"\f12c"}.icon-twitter:before{content:"\f133"}.icon-whats-app:before{content:"\f135"}.icon-youtube:before{content:"\f136"}.icon-circle{border-radius:50%;display:block}.media-list{margin-top:1rem}.media-list li{-webkit-box-sizing:border-box;box-sizing:border-box;margin-bottom:1rem;float:left;width:100%}@media (min-width:575px){.media-list li{width:50%}}.media-list li a{float:left;width:100%;color:#333;text-decoration:none}.media-list li a:hover{text-decoration:underline}.media-list li img,.media-list li h4{-webkit-box-sizing:border-box;box-sizing:border-box;float:left;width:50%;text-transform:none;padding-right:20px;font-weight:300;line-height:24px;font-size:16px}.media-list li:nth-child(odd){clear:both}.news-article{position:relative}.news-article .box>img{width:100%}.news-article .text-copy{clear:both;position:relative;word-break:break-word;margin-bottom:40px}.news-article .text-copy h2,.news-article .text-copy p,.news-article .text-copy img{width:100%;height:auto}.news-article .text-copy img.lft{width:auto}.news-article .text-copy figure{margin-bottom:1em}.news-article .text-copy h2{color:#333;font-size:24px;line-height:30px;padding-top:10px}.news-article .text-copy p{font-size:16px;line-height:1.5;margin-bottom:1em}.news-article .text-copy figcaption{font-size:13px;line-height:16px;color:#333}.news-article .text-copy>*:last-child{margin-bottom:0}@media (min-width:1000px){.news-article{float:left;max-width:650px}}@media (min-width:1574px){.news-article{max-width:832px}body.limit-width .news-article{max-width:650px}}.news-article footer{clear:both}.news-article header{margin-top:30px}.news-article header .byline{clear:both;line-height:23px;margin-bottom:.625rem;font-size:13px}@media (min-width:1000px){.news-article header .byline{margin-bottom:.5rem}}@media (min-width:1574px){.news-article header .byline{margin-bottom:.75rem}}.news-article header .byline .chunk{margin-right:1ex}.news-article header,.news-article section,.news-article footer{margin-left:20px;margin-right:20px}.news-article footer #article-comments{margin:2em 0 0;overflow:visible;width:100%}@media (min-width:1000px){.news-article header,.news-article section,.news-article footer{margin-left:1.5em;margin-right:1.5em}}@media (min-width:1574px){.news-article header,.news-article section,.news-article footer{margin-left:125px;margin-right:70px}body.limit-width .news-article header,body.limit-width .news-article section,body.limit-width .news-article footer{margin-left:1.5em;margin-right:1.5em}}.news-article header,.news-article section{overflow:visible}@media (min-width:1000px){#content-after-image{width:645px;float:left}}.no-sidebar .news-article{max-width:100%!important}.meta-date{margin:-10px 0 10px;font-size:13px;line-height:23px;color:#666;font-weight:400}.meta-date .relative-date-published{display:inline-block}.meta-date .relative-date-modified{display:none}#article-body .credit,article .credit{padding:0;margin:0;color:#333;font-size:12px;line-height:16px}@media (max-width:900px){#article-body .credit,article .credit{font-size:11px;line-height:15px}}#article-body .credit,article .credit{word-break:break-word}#article-body figure,article figure{margin-bottom:15px}#article-body figure p.vanilla-image-block,article figure p.vanilla-image-block{display:block;position:relative;height:0;margin-bottom:10px;line-height:0}@media (max-width:900px){#article-body figure p.vanilla-image-block,article figure p.vanilla-image-block{margin-bottom:8px}}#article-body figure p.vanilla-image-block img,article figure p.vanilla-image-block img{position:absolute;top:0;left:0;height:100%;width:100%;background-color:#ededed}#article-body figure p.vanilla-image-block img.lazy-image-van.loaded,article figure p.vanilla-image-block img.lazy-image-van.loaded{background-color:unset}#article-body figure .credit,#article-body figure figcaption,article figure .credit,article figure figcaption{display:inline-block}#article-body figure figcaption,article figure figcaption{width:100%}figure img{top:0;left:0}.box figcaption{margin-top:10px}@media (max-width:900px){.box figcaption{margin-top:8px}}.box .hero-image{width:100%}section>div[itemprop=image]:nth-of-type(1) .credit{padding-bottom:0}img.lft{float:left;margin:0 20px 10px 0;width:auto}.dfp-leaderboard-container{margin:auto;max-width:970px;height:auto}.dfp-leaderboard-container:empty{display:none}#burgerbar-none{display:none}#burgerbar{background:#fff}#burgerbar,#burgerbar~.burgerbar .button-menu.checked{display:none}@media only screen and (max-width:699px){#burgerbar:checked~.burgerbar .button-menu.unchecked{display:none}#burgerbar:checked~.burgerbar .button-menu.checked,#burgerbar:checked~.wrapper .menuitems{display:block}}.button-search{position:absolute;top:0;right:0;min-width:60px;height:60px;margin-bottom:0;line-height:60px}@media only screen and (min-width:700px){.button-search{position:relative}}*:checked+.button-search{background-color:#d8383b}.search-box{z-index:1000;position:absolute;right:0;top:60px;width:100%;border:2px solid #d8383b;-webkit-box-sizing:border-box;box-sizing:border-box;background-color:#fff;padding:1em 18px;font-size:16px;display:none;line-height:44px}.search-box .search-submit{position:absolute;right:18px;top:16px;width:44px;height:44px;background-color:#333;color:#fff;border:none;padding:0}.search-box .search-submit .icon:before{font-size:20px}*:checked~.search-box{display:block}.burgerbar .burgerbar-small .search-box{width:100%}@media screen and (min-width:575px){.burgerbar .burgerbar-small .search-box{width:480px}}.search-checkbox{display:none}.masthead-item{width:auto;text-align:center;font-size:0}@media only screen and (min-width:700px){.masthead-item{padding-right:1rem;padding-left:1rem;position:relative;height:100%;float:right}}.masthead-item .desktop-text{display:none}@media only screen and (min-width:700px){.masthead-item .desktop-text{display:inline-block;zoom:1;*display:inline;padding-right:8px;font-size:14px;vertical-align:middle;line-height:60px}}.masthead-item .icon-search{display:inline-block;zoom:1;*display:inline;vertical-align:middle;font-size:1.4rem}@media only screen and (min-width:700px){.masthead-item .icon-search{font-size:1rem}}.burgerbar{background-color:#fff;font-size:24px;line-height:60px;max-height:60px;height:60px}.pro .burgerbar{background-color:#8c2b5e}@media only screen and (min-width:700px){.burgerbar{border-bottom:1px solid #fff}.pro .burgerbar{border-bottom:1px solid #8c2b5e}}.burgerbar .other-links{display:none}@media only screen and (min-width:700px){.burgerbar .other-links{display:block;float:right;clear:none;margin-right:10px;height:24px;line-height:24px;margin-top:18px;font-size:14px}.burgerbar .other-links a{float:left;-webkit-box-sizing:border-box;box-sizing:border-box;color:#fff}.burgerbar .other-links a:visited{color:#fff}}.burgerbar .buttons-social{display:none}@media only screen and (min-width:700px){.burgerbar .buttons-social{display:block}.burgerbar .buttons-social a{float:left;border:1px solid #fff;width:24px;height:24px;margin-top:18px;-webkit-box-sizing:border-box;box-sizing:border-box;color:#fff;margin-right:10px}.burgerbar .buttons-social a:visited{color:#fff}.burgerbar .buttons-social a:before{font-size:12px;line-height:22px;-webkit-box-sizing:border-box;box-sizing:border-box;float:left;width:22px;text-align:center}}.burgerbar .buttons-social .icon-youtube{display:none}@media screen and (min-width:750px){.burgerbar .buttons-social .icon-youtube{display:block}}.burgerbar .logo .site-logo{vertical-align:middle;line-height:25px;display:inline-block}.pro .burgerbar .logo .site-logo{line-height:16px}.pro .burgerbar .logo .site-logo:after{bottom:-1px}.burgerbar .logo .site-logo:after{position:absolute;content:'';text-transform:uppercase;font-size:9.11px;bottom:-4px;left:3px;line-height:0}@media only screen and (max-width:360px){.pro .burgerbar .logo svg{width:185px}.pro .burgerbar .logo svg path{-webkit-transform:scale(.93);-ms-transform:scale(.93);transform:scale(.93)}}.burgerbar .logo h1,.burgerbar .logo .hidden-header{display:none}.burgerbar .logo .strapline{font-size:13px;font-weight:400;text-transform:uppercase;float:right;line-height:13px;margin-top:27px;margin-left:13px}@media only screen and (max-width:699px){.burgerbar .logo{text-align:center;margin:auto}.burgerbar .logo .strapline{display:none}}.burgerbar .logo a{color:#fff}.burgerbar .logo a:hover{color:#fff;text-decoration:none}.burgerbar .logo a:visited{color:#fff}.burgerbar .logo a:visited:hover{color:#fff}.burgerbar .button-menu{-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-o-user-select:none;-ms-user-select:none;user-select:none;position:absolute;left:0;width:60px}.burgerbar .burgerbar-small{width:100%;max-height:60px;height:60px}@media only screen and (min-width:700px){.burgerbar .burgerbar-small{position:relative}.burgerbar .burgerbar-small>.button-menu{display:none}.burgerbar .burgerbar-small .logo{padding:0 16px;position:absolute}}.burgerbar .site-logo{position:relative}.trending-wrapper{margin:30px 24px 0;display:block;font-weight:600}.trending-wrapper .trending-bar{*zoom:1;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;background-color:transparent;position:relative;clear:both;white-space:nowrap;width:100%;height:40px;font-size:14px;background:#ededed;overflow:hidden}.trending-wrapper .trending-items{overflow:hidden;height:100%;display:inline-block;text-align:center}.trending-wrapper .trending-items:hover{overflow:auto;overflow-y:hidden}@media screen and (max-width:900px){.trending-wrapper .trending-items{overflow:auto;overflow-y:hidden}.trending-wrapper .trending-items::-webkit-scrollbar-track{-webkit-box-shadow:inset 0 0 2px rgba(0,0,0,.3);background-color:#F5F5F5;border-radius:10px}.trending-wrapper .trending-items::-webkit-scrollbar{height:6px;background-color:#F5F5F5}.trending-wrapper .trending-items::-webkit-scrollbar-thumb{background-color:#d8383b;border-radius:10px}}.trending-wrapper .trending-lead{text-transform:uppercase;margin:0 0 0 10px;padding:0 10px 0 0;display:inline-block;line-height:40px;cursor:pointer;background:#ededed;color:#d8383b;vertical-align:top}.trending-wrapper .trending-item{display:inline-block;*display:inline;margin-left:-2px;line-height:40px}.trending-wrapper .trending-item:first-of-type{margin-left:0}.trending-wrapper .trending-item a{line-height:40px;padding:0 14px;display:block}.trending-wrapper .trending-item a,.trending-wrapper .trending-item a:hover,.trending-wrapper .trending-item a:visited,.trending-wrapper .trending-item a:hover:visited{color:#333}.trending.pro{width:100%;max-width:927px;display:table;overflow:hidden;border-collapse:separate;border-spacing:2px;margin-left:22px;margin-top:30px}@media only screen and (max-width:999px){.trending.pro{display:none}}.trending.pro .menu-item-container{background:#ededed;padding:0 12px;line-height:40px;font-size:13px;display:table-cell;text-align:center}.trending.pro .menu-item-container a{color:#333}.trending.pro .menu-item{font-size:inherit;display:inline}.trending.pro .menu-item a{font-size:inherit;padding-left:0;padding-right:0;line-height:40px}.trending.pro .menu-item a:hover{background-color:inherit}.breadcrumb{font-size:13px;margin-bottom:30px}@media (max-width:700px){.breadcrumb{display:none}}.breadcrumb li{display:inline-block}.breadcrumb li:after{content:'>';margin-left:1ex;margin-right:1ex}.breadcrumb li:last-child:after{content:none;margin:0}.box{display:table;margin-bottom:40px;float:left;clear:both;width:100%}.box.less-space{margin-bottom:30px}.box h3,.box h4{font-weight:600;font-size:16px;line-height:40px;text-transform:uppercase;vertical-align:middle}.box p{font-size:14px;line-height:1.5em;margin-bottom:10px;color:#333}.box li{font-size:16px;line-height:28px}.box ul{margin-bottom:1rem}#sidebar .box{margin-bottom:30px}.button{text-transform:uppercase;font-size:.875em;text-align:center;font-weight:700;line-height:3em;display:block}.button:hover,.button:hover:visited{background-color:#666;text-decoration:none}.button.dark{color:#fff;background-color:#333}.button.dark:hover,.button.dark:visited:hover{color:#fff}.load-comments:hover{color:#fff}input[type="search"]{-webkit-appearance:none;border:1px solid #ddd;font-size:1em;padding-right:3em;line-height:2.5em;padding-left:.75em;width:100%;-webkit-box-sizing:border-box;box-sizing:border-box;outline-offset:0;border-radius:0;margin-top:0;margin-bottom:0}input[type="search"]:focus{outline-offset:0}@media screen and (min-width:700px){input[type="search"]{padding-right:0}}@media screen and (min-width:900px){input[type="search"]{padding-right:54px;padding-top:13px;padding-bottom:11px;line-height:16px;font-size:16px}}input[type="text"],input[type="email"]{font-size:1rem;border:1px solid #ddd;padding:12px;color:#333;display:block;-webkit-box-sizing:border-box;box-sizing:border-box}label{line-height:1.4;display:block;margin:0 0 5px}.sponsored-bar{height:44px;text-align:center;background:#fff;text-transform:uppercase;color:#fff;font-size:10px;vertical-align:middle}.sponsored-bar span{line-height:44px;vertical-align:middle}.sponsored-bar .sponsor-logo-img{height:20px;margin-left:8px;vertical-align:middle}body.van-banner-hero-image article.news-article>header{padding-top:150px}body.van-banner-hero-image article.news-article>header>.breadcrumb{position:absolute;top:-10px}@media screen and (min-width:1000px){body.van-banner-hero-image article.news-article>header>.breadcrumb{top:20px}}@media screen and (min-width:461px){body.van-banner-hero-image article.news-article>header{padding-top:240px}}@media screen and (min-width:700px){body.van-banner-hero-image article.news-article>header{padding-top:250px}}.byline{display:block;margin-bottom:4px;line-height:23px;font-size:13px}.primary-nav.pro .wrapper,.primary-nav.pro .menuitems.container,.primary-nav.pro .wrapper .menu-item-container a{background:#601948!important}.primary-nav{position:relative;z-index:9920}.primary-nav .wrapper{background:#d8383b}.primary-nav .menuitems{display:none;position:absolute;width:100%;left:0;top:60px}.primary-nav .menuitems:hover{z-index:999}@media screen and (min-width:700px){.primary-nav .menuitems{z-index:auto;display:block;position:relative;top:0}}.nav-list{font-size:0}@media screen and (min-width:700px){.nav-list{height:44px;overflow:hidden}}.nav-list.component-loaded{height:auto;overflow:visible}.menu-item{background-color:#d8383b}@media screen and (min-width:700px){.menu-item{display:inline-block;zoom:1;*display:inline;vertical-align:top;font-size:0;background-color:transparent}}.menu-item a{display:block;line-height:44px;font-size:1rem;padding-left:1rem}.menu-item a:not(.maglink){padding-right:1rem}@media screen and (min-width:700px){.menu-item a{display:inline-block;zoom:1;*display:inline;vertical-align:top}}.menu-item a,.menu-item a:visited,.menu-item a:hover,.menu-item a:visited:hover{color:#fff;display:block}@media screen and (min-width:700px){.menu-item a:not(.menu-item-magazines):hover{background-color:#d8383b}}.menu-item a:not(.menu-item-magazines):active{background-color:#666}.menu-item .icon-home{font-size:1.3em;line-height:1}.pro .menu-item{background-color:transparent}.menu-item.menu-item-main-pro{background-color:#8c2b5e}@media screen and (min-width:700px){.menu-item.menu-item-main-pro{min-width:70px;text-align:center}}.menu-item.menu-item-main-pro a{background-color:transparent}.pro .menu-item.menu-item-main-pro{background-color:#2f6e91}.sub-menu{vertical-align:top;display:none;background-color:#d8383b;font-size:0}.sub-menu-item{font-size:1rem}.menu-hamburger{height:60px;margin-bottom:0}.menu-hamburger:before,.menu-hamburger:after{content:"";position:absolute;width:18px;margin-left:-9px;top:50%;left:50%}.menu-hamburger:before{height:8px;border-top:2px solid #fff;border-bottom:2px solid #fff;margin-top:-6px}.menu-hamburger:after{height:2px;background:#fff;margin-top:-1px}.menu-hamburger.checked:before{border-top:none;border-bottom:none;width:8px;height:18px;margin-top:-9px;margin-left:-6px}.menu-hamburger.checked:after{width:2px;height:18px;margin-top:-9px;margin-left:-1px}.menu-item-hover-reveal,.menu-item-magazines{line-height:44px;color:#fff;padding-left:1rem;padding-right:1rem;white-space:nowrap;cursor:default}.menu-item-hover-reveal.menu-item,.menu-item-magazines.menu-item{font-size:1rem}@media screen and (min-width:700px){.menu-item-hover-reveal:hover .sub-menu,.menu-item-hover-reveal:focus .sub-menu,.menu-item-magazines:hover .sub-menu,.menu-item-magazines:focus .sub-menu{display:block;position:absolute;margin-left:-16px}}.menu-item-hover-reveal .icon,.menu-item-magazines .icon{font-size:11px;line-height:1;position:relative;top:-1px;left:1px}@media screen and (min-width:700px){.menu-item-hover-reveal .icon-arrow-right,.menu-item-magazines .icon-arrow-right{display:none}}.menu-item-hover-reveal .icon-arrow-down,.menu-item-magazines .icon-arrow-down{display:none}@media screen and (min-width:700px){.menu-item-hover-reveal .icon-arrow-down,.menu-item-magazines .icon-arrow-down{display:inline}}@media screen and (min-width:700px){.nav-sub-set-container{position:absolute;top:0;right:0}}@media screen and (min-width:700px){.menu-item-nav-sub-set{float:right}}#sidebar{-webkit-box-sizing:border-box;box-sizing:border-box;float:left}@media screen and (min-width:700px){#sidebar{padding-left:20px;padding-right:20px}}@media screen and (min-width:1000px){#sidebar{padding-left:0;padding-right:0;width:300px}#sidebar>*:first-child{margin-top:1em}}.pagination.internal{border-top:1px solid #ddd;width:100%}.socialite-widget-item{display:inline-block;zoom:1;*display:inline;vertical-align:middle;width:24px;height:24px;line-height:24px;font-size:1rem;margin-left:8px}.socialite-widget-item:first-child{margin-left:0}.socialite-widget-item a{background-color:#333;display:block;line-height:24px;width:100%;height:100%;text-align:center;color:#fff;border-radius:50%;text-decoration:none}.socialite-widget-item a:visited,.socialite-widget-item a:hover,.socialite-widget-item a:visited:hover{color:#fff;text-decoration:none}.socialite-widget-item .icon{font-size:.9em;width:100%;height:100%;line-height:24px}.socialite-widget-item .icon:before{display:block}.socialite-widget-item .facebook,.socialite-widget-item .icon-facebook,.buttons-social .icon-facebook{background:#3B5998}.socialite-widget-item .facebook:hover,.socialite-widget-item .icon-facebook:hover,.buttons-social .icon-facebook:hover{background:#4c70ba}.socialite-widget-item .twitter,.socialite-widget-item .icon-twitter,.buttons-social .icon-twitter{background:#4099FF}.socialite-widget-item .twitter:hover,.socialite-widget-item .icon-twitter:hover,.buttons-social .icon-twitter:hover{background:#73b4ff}.socialite-widget-item .linkedin,.socialite-widget-item .icon-linkedin{background:#0077b5}.socialite-widget-item .linkedin:hover,.socialite-widget-item .icon-linkedin:hover{background:#0099e8}.socialite-widget-item .whatsapp{background:#64D448}.socialite-widget-item .whatsapp:hover{background:#87de71}.buttons-social .icon-youtube{background:#CD201F}.buttons-social .icon-youtube:hover{background:#e23e3d}.socialite-widget-item .email{background:#333}.socialite-widget-item .email:hover{background:#4d4d4d}.buttons-social .icon-instagram{background:#de3073}.buttons-social .icon-instagram:hover{background:#e55c91}.buttons-social .icon-envelope{background:#d8383b}.burgerbar .buttons-social a{border:none}.burgerbar .buttons-social a:before{font-size:14px;line-height:24px;width:100%;height:100%}.newsletter-signup{display:block!important;background-color:#ededed;border-bottom:1px solid #ccc}@media (max-width:900px){.newsletter-signup{float:none!important}}.newsletter-signup .grey-box{color:#666}.newsletter-signup>h3,.newsletter-signup>.separator-heading{min-height:36px;font-size:16px;line-height:1.25em;font-family:"Open Sans",Arial,sans-serif;padding:8px 0;border-top:1px solid #ccc;border-bottom:1px solid #ccc;font-weight:600;text-transform:uppercase}.newsletter-signup>.separator-heading{background-color:#fff}.newsletter-signup>h3 span,.newsletter-signup>.separator-heading span{display:block;-webkit-box-sizing:border-box;box-sizing:border-box;width:300px;margin:0 auto}.newsletter-signup>.separator-heading>span{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.newsletter-signup>.separator-heading>span .newsletter-title{width:80%;-webkit-align-self:center;-ms-flex-item-align:center;align-self:center}.newsletter-signup .icon-envelope{float:left;background-color:#d8383b;color:#fff;text-align:center;border-radius:50%;font-size:25px;line-height:36px;width:38px;height:38px;margin-right:10px;margin-left:10px}.newsletter-signup small{font-size:10px;line-height:12px}@media screen and (min-width:700px){.newsletter-signup{float:none}}@media screen and (min-width:900px){.newsletter-signup{float:none;width:100%}}@media screen and (max-width:900px){.newsletter-signup .icon-envelope{margin-left:0}.newsletter-signup .grey-box{padding-left:0;padding-right:0}.newsletter-signup h3 span,.newsletter-signup .separator-heading span{width:300px;margin:0 auto}}.newsletter-signup .newsletter-logo{text-align:center}.newsletter-signup .newsletter-logo img{height:20px;padding-top:2px}.newsletter-signup.product-newsletter{border:solid 1px #333;-webkit-box-sizing:border-box;box-sizing:border-box}.newsletter-signup.product-newsletter h3,.newsletter-signup.product-newsletter h4,.newsletter-signup.product-newsletter .separator-heading{color:#fff;text-transform:none;font-family:"Open Sans",sans-serif}.newsletter-signup.product-newsletter h3,.newsletter-signup.product-newsletter .separator-heading{background:#333;font-size:15px;line-height:20px;border-top:none;border-bottom:none}.newsletter-signup.product-newsletter .icon-filled-envelope{float:left}.newsletter-signup.product-newsletter .product-cta{font-weight:700;display:inline}.newsletter-signup.product-newsletter .product-info{font-weight:400;display:inline}.newsletter-signup.product-newsletter .reduce{font-size:80%;display:inline}.newsletter-signup.product-newsletter h4{background-color:#666;font-size:.75em;line-height:33px}.newsletter-signup.product-newsletter p{color:#333;text-align:center;font-size:13px;line-height:17px;width:58%;margin-top:.5rem;display:inline-block;margin-left:5px}.newsletter-signup.product-newsletter p .jump-out-text{font-weight:700;display:block}.newsletter-signup.product-newsletter footer{color:#666;margin:.75rem 0 .5rem}.newsletter-signup .newsletter-image{display:inline-block;height:102px;width:35%;margin-left:8px;background:url("/media/img/newsletter-image.png") no-repeat;background-size:auto 102px;background-repeat:no-repeat;image-rendering:-moz-crisp-edges;image-rendering:-o-crisp-edges;image-rendering:-webkit-optimize-contrast;image-rendering:crisp-edges;-ms-interpolation-mode:nearest-neighbor}.newsletter-signup .newsletter-button{-webkit-box-sizing:border-box;box-sizing:border-box;width:100%;padding:0 17px;background:-webkit-gradient(linear,left bottom,left top,color-stop(50%,#E94E1B),color-stop(50%,#ed724a));background:-webkit-linear-gradient(bottom,#E94E1B 50%,#ed724a 50%);background:linear-gradient(to top,#E94E1B 50%,#ed724a 50%);height:44px;text-align:center}.newsletter-signup .newsletter-button a{color:#fff;font-size:1em;font-weight:900;display:inline-block;padding-top:14px;height:100%;width:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.newsletter-signup .newsletter-button a:hover,.newsletter-signup .newsletter-button a:visited{color:#fff;text-decoration:none}.newsletter-signup .newsletter-button .icon{color:#fff;font-size:12px;position:relative;top:-2px;padding-left:3px}.newsletter-signup .subtitle{display:block;padding-left:10px;width:300px;margin:auto}.icon-filled-envelope{float:left;text-align:center;border-radius:50%;font-size:40px;line-height:36px;width:38px;height:38px;margin-right:10px;margin-left:10px;background-color:#d8383b;color:#fff}#article-body .inlinegallery{visibility:hidden;margin-bottom:30px;width:100%}#article-body .inlinegallery,#article-body .inlinegallery .inlinegallery-wrap{position:relative;overflow:hidden}#article-body .inlinegallery .inlinegallery-item{position:relative;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;float:left;width:100%}#article-body .inlinegallery .inlinegallery-item,#article-body .inlinegallery .inlinegallery-item figure{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}#article-body .inlinegallery .inlinegallery-item figure{-webkit-box-pack:start;-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start;max-height:90vh;margin-bottom:1em}#article-body .inlinegallery .inlinegallery-item figure p.vanilla-image-block{position:relative;margin-bottom:10px}@media (max-width:900px){#article-body .inlinegallery .inlinegallery-item figure p.vanilla-image-block{margin-bottom:8px}}#article-body .inlinegallery .inlinegallery-item figure p.vanilla-image-block img{display:block;width:100%;height:auto;max-height:80vh;object-fit:contain}.news-article #article-body .inlinegallery .inlinegallery-item>*:last-child{margin-bottom:0}.newsletter-signup,.newsletter-signup>h3{background-color:#fff}.newsletter-signup .grey-box{padding:1ex;margin:0 auto;width:300px;-webkit-box-sizing:border-box;box-sizing:border-box;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}#article-body .widthsetter{width:100%}#article-body .widthsetter .articletable{display:inline-block;width:100%;margin-bottom:20px;word-break:normal;overflow-x:scroll}#article-body .widthsetter .articletable::-webkit-scrollbar{-webkit-appearance:none;-moz-appearance:none}#article-body .widthsetter .articletable::-webkit-scrollbar-thumb{border-radius:8px;border:2px solid #fff;background-color:rgba(0,0,0,.5)}#article-body .widthsetter .articletable::-webkit-scrollbar-track{background-color:#fff;border-radius:8px}#article-body .widthsetter .articletable table{margin-left:150px}#article-body .widthsetter .articletable table caption{width:100%;padding:14px;-webkit-box-sizing:border-box;box-sizing:border-box;text-align:center;font-weight:800;font-size:16px;line-height:18px;background-color:#fff}#article-body .widthsetter .articletable table tbody,#article-body .widthsetter .articletable table thead{text-align:center}#article-body .widthsetter .articletable table th,#article-body .widthsetter .articletable table td{padding:14px;min-width:10px;max-width:150px;font-size:13px;line-height:13px}@media (min-width:575px){#article-body .widthsetter .articletable table th,#article-body .widthsetter .articletable table td{font-size:15px;line-height:15px;max-width:200px}}#article-body .widthsetter .articletable table thead>tr{background-color:#333;color:#fff}#article-body .widthsetter .articletable table thead>tr th{background-color:#333}#article-body .widthsetter .articletable table tr .firstcol{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;position:absolute;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;max-width:120px;min-height:30px;left:0;padding:0 14px;-webkit-box-sizing:border-box;box-sizing:border-box;z-index:100;cursor:default}@media (min-width:575px){#article-body .widthsetter .articletable table tr .firstcol{max-width:200px}}#article-body .widthsetter .articletable table tbody>tr:nth-of-type(2n+1),#article-body .widthsetter .articletable table tbody>tr:nth-of-type(2n+1) td{background-color:#fff}a.skip-to-main-content{height:1px;left:-999px;opacity:0;overflow:hidden;position:absolute;top:auto;width:1px;z-index:-999}a.skip-to-main-content:focus,a.skip-to-main-content:active{background-color:#fff;border-radius:5px;font-size:1rem;height:auto;left:0;margin:5px;opacity:1!important;overflow:auto;padding:5px;width:auto;z-index:9999}.sticky-nav.left-rail-nav{position:fixed;top:135px;left:0;z-index:10000}.sticky-nav.left-rail-nav .sticky-nav__scroll-wrapper{display:block;max-height:-webkit-calc(100vh - 135px);max-height:calc(100vh - 135px);width:140px;padding:0 10px 20px;-webkit-box-sizing:border-box;box-sizing:border-box;background-color:#fff;border-radius:10px;color:#333;font-size:12px;z-index:1500}.sticky-nav.left-rail-nav .sticky-nav__scroll-wrapper .scroll-wrapper__label{display:block;padding:20px 0 10px;font-weight:700;font-family:"Open Sans Condensed",sans-serif}.sticky-nav.left-rail-nav .sticky-nav__scroll-wrapper ul.scroll-wrapper__list{position:relative;width:-webkit-calc(100% + 3px);width:calc(100% + 3px);max-height:-webkit-calc(100vh - 187px - 44px);max-height:calc(100vh - 187px - 44px);overflow-y:scroll;padding:5px 0;border-top:2px solid #d8383b;border-bottom:2px solid #d8383b;line-height:16px}.sticky-nav.left-rail-nav .sticky-nav__scroll-wrapper ul.scroll-wrapper__list::-webkit-scrollbar{width:3px;background:rgba(0,0,0,0)}.sticky-nav.left-rail-nav .sticky-nav__scroll-wrapper ul.scroll-wrapper__list::-webkit-scrollbar-thumb{background-color:#ccc;border-radius:10px}.sticky-nav.left-rail-nav .sticky-nav__scroll-wrapper ul.scroll-wrapper__list li.list__title{border-bottom:1px solid #ccc}.sticky-nav.left-rail-nav .sticky-nav__scroll-wrapper ul.scroll-wrapper__list li.list__title.active>a{color:#d8383b;font-weight:700}.sticky-nav.left-rail-nav .sticky-nav__scroll-wrapper ul.scroll-wrapper__list li.list__title a{display:block;padding:5px 0;color:#333;cursor:pointer}.sticky-nav.left-rail-nav .sticky-nav__scroll-wrapper ul.scroll-wrapper__list li.list__title a:hover{text-decoration:none}.sticky-nav.left-rail-nav .sticky-nav__scroll-wrapper ul.scroll-wrapper__list li.list__title:last-of-type{border-bottom:none}.sticky-nav.left-rail-nav button.sticky-nav__arrow{display:none}.emailform{font-family:"Open Sans",sans-serif;color:#333}.emailform .input__wrapper{margin-bottom:0}.emailform .mail__input{height:35px;-webkit-box-sizing:border-box;box-sizing:border-box;width:280px;background-color:#fff;border:1px solid #B6B6B6;padding:0 10px}.emailform .mail__input::-webkit-input-placeholder{font-size:12px}.emailform .mail__input:-ms-input-placeholder{font-size:12px}.emailform .mail__input::placeholder{font-size:12px}.emailform .name__input{display:none;visibility:hidden}.emailform .submit__button{height:40px;width:280px;text-align:center;color:#fff;margin-top:10px;margin-bottom:5px;border:none;font-size:12px;font-weight:700;font-family:"Open Sans",sans-serif;background-color:#d8383b;text-transform:uppercase}.emailform .emailform__radio-buttons{padding-top:10px;line-height:1.4em;font-size:12px;text-align:left}.emailform .emailform__consent__radio-buttons{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;padding-top:2px}.emailform .emailform__radio-buttons__label{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;margin-right:15px;margin-bottom:0}.emailform .emailform__radio-buttons__radio{margin-top:1px}.--hide-me{display:none}.successmessage p,.failuremessage p{font-size:18px;font-weight:700}body{background-color:#fff;-webkit-text-size-adjust:100%}a{color:#101F9E;text-decoration:none}a:hover{text-decoration:underline}a:visited{color:#101F9E}a:visited:hover{color:#101F9E}button{font-size:.875em;line-height:3em;border:solid 1px #333;color:#fff;background-color:#333;text-transform:uppercase;font-family:"Open Sans",sans-serif;margin:0;padding:1ex 1em}button:focus{outline:0}button::-moz-focus-inner{border:0}@media screen and (min-width:700px){.mobile-only{display:none}}.credit{font-size:11px;color:#333;word-break:break-all}.mid__article{margin-bottom:0!important}#affiliateDisclaimer{text-align:left;font-size:12px;line-height:16px;margin:0;color:#333}@media screen and (min-width:700px){#affiliateDisclaimer{font-size:13px;line-height:18px}}@media screen and (min-width:1000px){#affiliateDisclaimer{font-size:13px;line-height:18px}}#affiliateDisclaimer a{color:#333;text-decoration:underline}.masthead-item.user-locale{border-right:1px solid #97b7c8;padding-right:10px;height:28px;margin-top:16px;padding-left:10px;margin-right:10px}.masthead-item.user-locale .locale-label{float:left;height:28px;margin-right:10px;line-height:28px;font-size:10px;display:none}@media screen and (min-width:760px){.masthead-item.user-locale .locale-label{display:block}}.masthead-item.buttons-social{padding:0}.burgerbar .other-links{display:none}@media screen and (min-width:750px){.burgerbar .other-links{display:block;margin-right:0}}.button-search{margin-left:28px}@media (max-width:699px){.burgerbar .logo{text-align:left;margin-left:60px}}@media (max-width:450px){.burgerbar .logo{margin-left:46px}}.burgerbar .logo{text-align:left}@media (max-width:699px){.burgerbar .logo{margin-left:60px}}@media only screen and (max-width:360px){.burgerbar .logo{margin-left:45px}}@media (min-width:700px) and (max-width:849px){.button-search{margin-left:0}}@media screen and (max-width:699px){.masthead-item.user-locale{border:none;position:static}}.news-article .text-copy h2{margin-bottom:.5em;margin-top:1em}.burgerbar{color:#333}.burgerbar .logo .site-logo{height:30px}@media screen and (max-width:415px){.burgerbar .logo .site-logo svg{width:190px}}@media screen and (max-width:325px){.burgerbar .logo .site-logo{margin-left:10px}.burgerbar .logo .site-logo svg{width:150px}}.burgerbar .other-links a{color:#333}.burgerbar .other-links a:visited{color:#333}.menu-hamburger.unchecked:before{border-top:2px solid #333;border-bottom:2px solid #333}.menu-hamburger.unchecked:after{border-top:2px solid #333}.menu-hamburger.checked:before{border-left:2px solid #333;border-right:2px solid #333}.menu-hamburger.checked:after{border-left:2px solid #333}div#article-body p.vanilla-image-block{text-align:center}div#article-body p.vanilla-image-block img{max-width:100%;max-height:60vh;object-fit:contain}#affiliateDisclaimer{padding:30px 22px 10px}.menu-item.menu-item-main-pro{background-color:#333}.box.newsletter-signup footer{margin-top:.5em;margin-bottom:.5em}.box.pagination.internal{float:none}.box.pagination.internal::after{content:"";clear:both;display:table}.pagination.internal{border-bottom:none;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;text-align:center}article .pagination.internal{display:block}</style>
|
||
<link rel="apple-touch-icon" href="https://vanilla.futurecdn.net/tomshardware/220058/apple-touch-icon.png">
|
||
<link rel="shortcut icon" href="https://vanilla.futurecdn.net/tomshardware/220058/favicon.ico" sizes="16x16">
|
||
<link rel="shortcut icon" href="https://vanilla.futurecdn.net/tomshardware/220058/apple-touch-icon.png" size="120x120">
|
||
<meta name="msapplication-TileColor" content="#000000">
|
||
<meta name="msapplication-TileImage" content="https://vanilla.futurecdn.net/tomshardware/220058/apple-touch-icon.png">
|
||
<meta property="og:title" content="Where and How to Buy an RTX 3080, 3090 or 3070 ">
|
||
<meta property="og:site_name" content="Tom's Hardware">
|
||
<meta property="og:url" content="https://www.tomshardware.com/news/where-and-how-to-buy-rtx-3080-3090-3070">
|
||
<meta property="og:description" content="How to get your hands on an RTX 3000 card before they sell out.">
|
||
<meta property="og:image" content="https://cdn.mos.cms.futurecdn.net/o6rwkUiJRPzfwquNUfjiV3-1200-80.jpg">
|
||
<meta property="og:image:width" content="1200">
|
||
<meta property="og:type" content="article">
|
||
<meta property="article:publisher" content="https://www.facebook.com/tomshardware">
|
||
<meta property="article:author" content="https://www.facebook.com/tomshardware">
|
||
<meta property="fb:app_id" content="">
|
||
<meta property="twitter:card" content="summary_large_image">
|
||
<meta property="twitter:site" content="@tomshardware">
|
||
<meta property="twitter:title" content="Where and How to Buy an RTX 3080, 3090 or 3070 ">
|
||
<meta property="twitter:description" content="How to get your hands on an RTX 3000 card before they sell out.">
|
||
<meta property="twitter:creator" content="@tomshardware">
|
||
<meta property="twitter:image" content="https://cdn.mos.cms.futurecdn.net/o6rwkUiJRPzfwquNUfjiV3-1200-80.jpg">
|
||
<meta property="twitter:account_id" content="17064514">
|
||
<meta name="google-site-verification" content="h4RbLiiAlcspJDVKJDl_Xsb8lWlofLEx8NujxviQxGU">
|
||
<meta name="taboola:url" content="https://www.tomshardware.com/news/where-and-how-to-buy-rtx-3080-3090-3070">
|
||
<meta name="botify-site-verification" content="6A1O5FwS2yUIMM5UVosnF1PME8ko3RBe">
|
||
<meta name="msvalidate.01" content="CC462E6DF91492086145CA5EBDCB615E">
|
||
<script type="text/javascript">
|
||
window.missingImage = function(){var missingImage = document.createElement('img');missingImage.src = '//vanilla.futurecdn.net/tomshardware/media/img/missing-image.svg';return missingImage;}
|
||
var FEP_object;
|
||
var getConnectionDimensions=function(e){var n=navigator.connection||navigator.mozConnection||navigator.webkitConnection;return void 0!==n&&(e.dimension31=n.downlink,e.dimension30=n.effectiveType),e};VAN.gaDimensions=function(e,n,i,o){ga("create",e,"auto",{useAmpClientId:!0,allowLinker:!0}),n=getConnectionDimensions(n),null!=i&&ga("set",{dimension57:i}),ga("require","displayfeatures"),o.fepPrimaryProduct&&ga("set",{dimension40:o.fepPrimaryProduct}),o.fepSecondaryProducts.length&&ga("set",{dimension41:o.fepSecondaryProducts.join("|")}),o.fepPrimaryProduct[0]&&ga("set",{dimension42:o.fepPrimaryCompany}),o.fepCompanies.length>=1&&ga("set",{dimension43:o.fepCompanies.join("|")}),o.fepPrimaryProduct&&ga("set",{dimension45:o.fepPrimaryProduct}),o.fepCategory&&ga("set",{dimension46:o.fepCategory}),o.fepArticleName.length>0&&ga("set",{dimension47:o.fepArticleName}),o.fepAlgorithm&&ga("set",{dimension50:o.fepAlgorithm}),o.fepNullified?ga("set",{dimension51:"true"}):ga("set",{dimension51:"false"}),"object"==typeof o.fepGroups&&Array.isArray(o.fepGroups)&&ga("set",{dimension58:o.fepGroups.join("|")}),o.thirdCategories&&ga("set",{dimension74:o.thirdCategories.join("|")});var t="false";try{"undefined"!=typeof window.vanilla&&"undefined"!=typeof window.vanilla.aft&&(t=window.vanilla.aft.logged_in===!0?"true":"false")}catch(a){console.error("Badly structured aft object",a)}ga("set",{dimension13:t}),ga("set",{dimension10:document.querySelector("html").getAttribute("data-locale").replace("_","-")});try{var r=document.cookie.replace(/(?:(?:^|.*;\s*)_ga\s*\=\s*([^;]*).*$)|^.*$/,"$1");r&&ga("set",{dimension59:r})}catch(a){console.log("GA ID error: ",a)}ga("require","linker"),ga("send","pageview",n)}; VAN.assignFep=function(a){try{var e=e||{fepPrimaryProduct:"",fepSecondaryProducts:Array(),fepCompanies:Array(),fepHawk:{},fepCategory:"",fepGroups:Array(),kwMunge:Array(),fepArticleName:"",fepPrimaryCompany:"",fepAlgorithm:"",fepNullified:"",ready:!1,primaryCategory:"",secondaryCategories:Array(),thirdCategories:Array()};if(window.FEP=e,!e.ready){if("undefined"==typeof a)throw"FEPNotReady";e.fepPrimaryProduct=a[0].adTags.primaryProduct,e.fepSecondaryProducts=a[0].adTags.secondaryProducts,e.fepCompanies=a[0].adTags.companies,e.fepCategory="object"==typeof a[0].adTags.category?"":a[0].adTags.category,e.fepGroups="undefined"!=typeof a[0].adTags.groups?a[0].adTags.groups:Array(),e.fepArticleName=a[0].articleName,e.fepAlgorithm=a[0].strategy,e.fepNullified=a[0].nullified,e.fepPrimaryCompany=null!==a[0].adTags.primaryCompany&&a[0].adTags.primaryCompany.length>=1?a[0].adTags.primaryCompany:" ","undefined"!=typeof a[0].adTags.primaryCategory&&"undefined"!=typeof a[0].adTags.secondaryCategories&&"undefined"!=typeof a[0].adTags.thirdCategories&&(e.primaryCategory=a[0].adTags.primaryCategory,e.secondaryCategories=a[0].adTags.secondaryCategories,e.thirdCategories=a[0].adTags.thirdCategories),e.fepIAB=[],e.ready=!0;var r=["fepPrimaryProduct","fepSecondaryProducts","fepCompanies","fepCategory"];r.forEach(function(a){var r=e[a];"object"==typeof r&&(r=r),e.kwMunge=e.kwMunge.concat(r)}),e.kwMunge=e.kwMunge.filter(function(a,r){return e.kwMunge.indexOf(a)==r}),"undefined"!=typeof a[0].hawkTags.primaryProduct&&(e.fepHawk.primaryProduct=a[0].hawkTags.primaryProduct),"undefined"!=typeof a[0].hawkTags.secondaryProducts&&(e.fepHawk.secondaryProducts=a[0].hawkTags.secondaryProducts),"undefined"!=typeof a[0].hawkTags.companies&&(e.fepHawk.companies=a[0].hawkTags.companies),"undefined"!=typeof a[0].hawkTags.groups&&(e.fepHawk.groups=a[0].hawkTags.groups),"undefined"!=typeof a[0].hawkTags.category&&(e.fepHawk.category=a[0].hawkTags.category)}return window.FEP=e,e}catch(o){console.log("fep ga exc "+o.message)}};;
|
||
</script>
|
||
<script>
|
||
try{
|
||
var FEP_object = [{"acceptableLanguage":true,"adTags":{"category":"RTX_3080","companies":["EBay","Asus","StockX","Micro-Star_International"],"groups":["RTX_3080","RTX_3090","RTX_3070","RTX_3000","Graphics_Cards"],"primaryCategory":"RTX_3080","primaryCompany":"Gigabyte_Technology","primaryProduct":"Tom","secondaryCategories":["RTX_3080","RTX_3090","RTX_3070","RTX_3000","Graphics_Cards"],"secondaryCompanies":["EBay","Asus","StockX","Micro-Star_International"],"secondaryProducts":["Best_Buy","Brand","GeForce_20_series","Gigabyte_Technology","EBay"],"thirdCategories":[]},"articleName":"Where_and_How_to_Buy_an_RTX_3080_3090_or_3070","articleType":"news","dataSource":"provided","hawkTags":{"primaryProduct":"Tom","secondaryProducts":["Best_Buy","Brand","GeForce_20_series","Gigabyte_Technology","EBay"],"companies":["Gigabyte_Technology","EBay","Asus","StockX","Micro-Star_International"],"category":"RTX_3080","groups":["RTX_3080","RTX_3090","RTX_3070","RTX_3000","Graphics_Cards"],"internalProductName":""},"internalProductName":"","nullified":false,"origSite":"tomshardware","overrides":[],"rampTags":{"primaryProduct":"Tom","secondaryProducts":["Best Buy","Brand","GeForce 20 series","Gigabyte Technology","EBay"],"companies":["Gigabyte Technology","EBay","Asus","StockX","Micro-Star International"],"category":"RTX 3080","groups":["RTX 3080","RTX 3090","RTX 3070","RTX 3000","Graphics Cards"]},"site":"tomshardware","strategy":5,"timestamp":1604526845,"topProductVsproductName":"0"}];
|
||
}catch(ex){
|
||
if (typeof console == "object") {
|
||
console.log(ex);
|
||
}
|
||
}
|
||
</script>
|
||
<meta name="robots" content="max-image-preview:large">
|
||
<!-- GA TPL PREMIUM -->
|
||
<script>
|
||
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
|
||
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
|
||
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
|
||
})(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
|
||
// Setup the FEP global object form the FEP_object
|
||
// @TODO - can the format of FEP_object be changed server side?
|
||
VAN.assignFep(FEP_object);
|
||
var ga_code = 'UA-72111741-12';
|
||
var analytics_ga_data = {"dimension1":"news","dimension2":"","dimension3":"graphics-cards","dimension4":"Tech_Toms_Hardware\/","dimension5":"Q4KeXv7tLFXUNr5RxZyJDb","dimension6":"|rtx_3080|rtx_3090|rtx_3070|rtx_3000|type_news|channel_gaming_hardware|serversidehawk|videoarticle","dimension7":"michelle_ehrhardt","dimension8":"04-11-2020","dimension9":"1","dimension10":"EN-GB","dimension27":"220058","dimension95":"news","dimension106":"1","dimension126":"en","dimension127":"GB|US|AU|SG","dimension128":"04-11-2020"};
|
||
var version = 'null';
|
||
// Make sure all the GA dimensions are setup and correct
|
||
VAN.gaDimensions(ga_code, analytics_ga_data, version, window.FEP);
|
||
</script>
|
||
<!-- END GA PREMIUM -->
|
||
<script type="text/javascript">
|
||
/* <![CDATA[ */
|
||
(function() {
|
||
window.dm = window.dm ||{ AjaxData:[]};
|
||
window.dm.AjaxEvent = function(et, d, ssid, ad){
|
||
dm.AjaxData.push({ et: et,d: d,ssid: ssid,ad: ad});
|
||
window.DotMetricsObj && DotMetricsObj.onAjaxDataUpdate();
|
||
};
|
||
var d = document,
|
||
h = d.getElementsByTagName('head')[0],
|
||
s = d.createElement('script');
|
||
s.type = 'text/javascript';
|
||
s.async = true;
|
||
s.src = 'https://uk-script.dotmetrics.net/door.js?d=' + document.location.host + '&t=th'; h.appendChild(s);
|
||
} ());
|
||
/* ]]> */
|
||
</script>
|
||
<script>
|
||
var trailingSlash = false;
|
||
</script>
|
||
<script>
|
||
var onesignalConfig = {
|
||
"appId" : "0b183a06-ffb5-4d9f-a367-e2350046b824"
|
||
};
|
||
</script>
|
||
<link rel="manifest" href="/manifest.json">
|
||
<script>
|
||
window.vanilla.featureFlags.onesignal.enabled && window.vanilla.addScript("https://cdn.onesignal.com/sdks/OneSignalSDK.js", 'onesignal');
|
||
</script>
|
||
<!-- Hawk Elements' styles -->
|
||
<style id="hawkStyles">body .hawk-placeholder{--trd-blue:#2f6e91;width:100%;letter-spacing:normal;position:relative;}._hawk.subtitle~.hawk-placeholder[data-widget-type=price]{margin:16px 0;}@media (min-width:600px){._hawk.subtitle~.hawk-placeholder[data-widget-type=price]{margin:0;min-height:128px;float:right;clear:none;width:50%;}.fancy_box_body ._hawk.subtitle~.hawk-placeholder[data-widget-type=price]{float:none;width:100%;}}.icon~.hawk-placeholder{clear:both;}</style>
|
||
<!-- End Hawk Elements' styles -->
|
||
<meta name="parsely-type" content="post">
|
||
<meta name="parsely-post-id" content="Q4KeXv7tLFXUNr5RxZyJDb">
|
||
<meta name="parsely-pub-date" content="2020-11-04T21:53:22Z">
|
||
<meta name="parsely-title" content="Where and How to Buy an RTX 3080, 3090 or 3070 ">
|
||
<meta name="parsely-link" content="https://www.tomshardware.com/news/where-and-how-to-buy-rtx-3080-3090-3070">
|
||
<meta name="parsely-image-url" content="https://cdn.mos.cms.futurecdn.net/o6rwkUiJRPzfwquNUfjiV3.jpg">
|
||
<meta name="parsely-section" content="Graphics Cards">
|
||
<meta name="parsely-tags" content="Category: Graphics Cards,Category: Gaming hardware,Category: News,RTX 3080,RTX 3090,RTX 3070,RTX 3000,type_news,channel_gaming_hardware,serversidehawk,videoarticle">
|
||
<meta name="parsely-author" content="Michelle Ehrhardt">
|
||
<script type="application/ld+json">
|
||
{
|
||
"@type": "NewsArticle",
|
||
"name": "Where and How to Buy an RTX 3080, 3090 or 3070 ",
|
||
"headline": "Where and How to Buy an RTX 3080, 3090 or 3070 ",
|
||
"alternativeHeadline": "How to get your hands on an RTX 3000 card before they sell out.",
|
||
"articleBody": "Nvidia’s RTX 3000 series graphics cards are finally starting to hit store shelves, though they're still hard to come by. For instance, the company's flagship RTX 3080 card sold out instantly when it launched on September 17. The RTX 3090 also sold out instantly when it came out on September 24th, and the same happened to the RTX 3070 when it comes out on October 29th. Still, with companies promising to restock inventory and cancel scalper orders, it's worth checking on their store pages now…",
|
||
"datePublished": "2020-11-04T21:53:22Z",
|
||
"image": "https://cdn.mos.cms.futurecdn.net/o6rwkUiJRPzfwquNUfjiV3.jpg",
|
||
"author": {
|
||
"@type": "Person",
|
||
"name": "Michelle Ehrhardt"
|
||
},
|
||
"creator": {
|
||
"@type": "Person",
|
||
"name": "Michelle Ehrhardt"
|
||
},
|
||
"publisher": {
|
||
"@type": "Organization",
|
||
"name": "Tom's Hardware",
|
||
"url": "https://www.tomshardware.com",
|
||
"logo": {
|
||
"@type": "ImageObject",
|
||
"url": "https://vanilla.futurecdn.net/tomshardware/media/img/brand_logo.svg",
|
||
"caption": "Tom's Hardware logo"
|
||
}
|
||
},
|
||
"mainEntityOfPage": {
|
||
"@type": "WebPage",
|
||
"@id": "https://www.tomshardware.com/news/where-and-how-to-buy-rtx-3080-3090-3070"
|
||
},
|
||
"url": "https://www.tomshardware.com/news/where-and-how-to-buy-rtx-3080-3090-3070",
|
||
"thumbnailUrl": "https://cdn.mos.cms.futurecdn.net/o6rwkUiJRPzfwquNUfjiV3-320-80.jpg",
|
||
"articleSection": "Graphics Cards",
|
||
"keywords": [
|
||
"Category: Graphics Cards",
|
||
"Category: Gaming hardware",
|
||
"Category: News",
|
||
"RTX 3080",
|
||
"RTX 3090",
|
||
"RTX 3070",
|
||
"RTX 3000",
|
||
"type_news",
|
||
"channel_gaming_hardware",
|
||
"serversidehawk",
|
||
"videoarticle"
|
||
],
|
||
"@context": "http://schema.org"
|
||
}
|
||
</script>
|
||
</head>
|
||
<body class="limit-width">
|
||
<script>window.isIE = false</script>
|
||
<!--[IE]><script>window.isIE = true</script><![endif]-->
|
||
<script>
|
||
window.amIIE = function() {
|
||
return navigator.userAgent.indexOf('MSIE') !== -1 || navigator.appVersion.indexOf('Trident/') !== -1 || window.isIE;
|
||
}
|
||
</script>
|
||
<a href="#main" class="skip-to-main-content" style="position:absolute;">Skip to main content</a>
|
||
<!-- contentType : //-->
|
||
<nav class="primary-nav">
|
||
<input type="radio" name="burgerbar-expand" class="burgerbar-none-radio" id="burgerbar-none" checked>
|
||
<input type="radio" name="burgerbar-expand" class="burgerbar-radio" id="burgerbar">
|
||
<div class="burgerbar ">
|
||
<div class="container full burgerbar-small">
|
||
<label class="button-menu unchecked menu-hamburger" for="burgerbar" onclick></label>
|
||
<label class="button-menu checked menu-hamburger" for="burgerbar-none" onclick></label>
|
||
<script type="application/ld+json">
|
||
[
|
||
{
|
||
"@type": "Organization",
|
||
"name": "Tom's Hardware",
|
||
"url": "https://www.tomshardware.com",
|
||
"logo": {
|
||
"@type": "ImageObject",
|
||
"url": "https://vanilla.futurecdn.net/tomshardware/media/img/brand_logo.svg",
|
||
"caption": "Tom's Hardware logo"
|
||
},
|
||
"@context": "http://schema.org"
|
||
},
|
||
{
|
||
"@type": "WebSite",
|
||
"name": "Tom's Hardware",
|
||
"url": "https://www.tomshardware.com",
|
||
"potentialAction": {
|
||
"@type": "SearchAction",
|
||
"target": "https://www.tomshardware.com/uk/search?searchTerm={query}",
|
||
"query-input": "required name=query"
|
||
},
|
||
"@context": "http://schema.org"
|
||
}
|
||
]
|
||
</script>
|
||
<div class="logo" id="publisherDetails">
|
||
<a href="https://www.tomshardware.com/uk">
|
||
<span class="site-logo">
|
||
<svg width="250px" height="36px" viewbox="0 0 200 20.16" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||
<!-- Generator: Sketch 53.2 (72643) - https://sketchapp.com -->
|
||
<title>logo</title>
|
||
<defs>
|
||
<style>.th-cls-1{fill:#D8383B;}.th-cls-2{fill:#221f1f;}</style>
|
||
</defs>
|
||
<g id="Symbols" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
||
<g transform="translate(-240.000000, -16.000000)">
|
||
<g id="Header">
|
||
<g id="logo" transform="translate(240.000000, 12.000000)">
|
||
<polygon class="th-cls-1" points="72.97 0.36 72.97 8.23 66.46 8.23 66.46 0.36 62.71 0.36 62.71 19.6 66.46 19.6 66.46 11.55 72.97 11.55 72.97 19.6 76.72 19.6 76.72 0.36 72.97 0.36"></polygon>
|
||
<path class="th-cls-1" d="M87,6l2.35,7H84.56ZM85.42.37l-7,19.23h3.92l1.16-3.4h6.83l1.13,3.4h3.92L88.37.37Z"></path>
|
||
<path class="th-cls-1" d="M123.48,4.9a3.35,3.35,0,0,0-2.81-1.19h-2.84V16.25h2.84a3.35,3.35,0,0,0,2.81-1.19c.7-.86.81-2.24.81-5.16s-.11-4.13-.81-5m2.62,12.86A7,7,0,0,1,121,19.6h-6.94V.37H121A7,7,0,0,1,126.1,2.2C128.26,4.36,128,7,128,9.9s.22,5.7-1.94,7.86"></path>
|
||
<polygon class="th-cls-1" points="148.57 0.36 145.57 12.49 142.06 0.36 139.26 0.36 135.74 12.49 132.77 0.36 128.86 0.36 133.99 19.6 137.12 19.6 140.66 7.93 144.2 19.6 147.33 19.6 152.49 0.36 148.57 0.36"></polygon>
|
||
<path class="th-cls-1" d="M160.24,6l2.35,7h-4.78ZM158.67.37l-7,19.23h3.92l1.16-3.4h6.83l1.13,3.4h3.92l-7-19.23Z"></path>
|
||
<path class="th-cls-1" d="M177.63,3.72H174.1V8.79h3.54a2.51,2.51,0,0,0,2.73-2.54,2.51,2.51,0,0,0-2.73-2.54m2.92,15.88-3.75-7.67h-2.7V19.6h-3.75V.37h7.54c3.92,0,6.24,2.67,6.24,5.89a5.18,5.18,0,0,1-3.51,5.05l4.29,8.29Z"></path>
|
||
<polygon class="th-cls-1" points="187.33 0.36 187.33 19.6 200 19.6 200 16.25 191.09 16.25 191.09 11.57 198.68 11.57 198.68 8.23 191.09 8.23 191.09 3.71 200 3.71 200 0.36 187.33 0.36"></polygon>
|
||
<path class="th-cls-1" d="M107.36,11.3a5.18,5.18,0,0,0,3.51-5.05A5.66,5.66,0,0,0,106.55.61v4a2.48,2.48,0,0,1,.56,1.61,2.51,2.51,0,0,1-2.73,2.54h-2.52v3.13h1.69l3.75,7.67h4.35Z"></path>
|
||
<path class="th-cls-1" d="M105.18,1l0,2.18a.8.8,0,0,1-.81.79l-.5,0c-.34,0-.72-.21-.75-.45s-.35-.61-1-.6c-1,0-1.63.55-1.62,1.05,0,.18,0,.84,0,.84l-2.94,0V4.3s0-.12,0-.38c0-.92-1-1-1-1A6.79,6.79,0,0,0,92.1,4.71l-.47-.45C94.44-.29,97.41,0,98.41,0l2.12,0c.52,0,1,1,1.78,1.08a1.28,1.28,0,0,0,.87-.32.71.71,0,0,1,.75-.61l.46,0a.81.81,0,0,1,.79.82M97.53,6l2.92.09.42,13a1.08,1.08,0,0,1-1.1,1.06l-1.58,0A1.08,1.08,0,0,1,97.13,19Z"></path>
|
||
<path class="th-cls-2" d="M5.53,19.48a3.79,3.79,0,0,1-4.05-4V8.55H0V5.9H1.48V1.76H5V5.9H7.44V8.55H5v6.71c0,.81.38,1.26,1.21,1.26H7.44v3Z"></path>
|
||
<path class="th-cls-2" d="M16.81,9.09a2.21,2.21,0,0,0-1.64-.62,2.16,2.16,0,0,0-1.61.62c-.72.73-.8,1.93-.8,3.38s.08,2.68.8,3.41a2.15,2.15,0,0,0,1.61.62,2.2,2.2,0,0,0,1.64-.62c.73-.73.81-2,.81-3.41s-.08-2.66-.81-3.38m2.71,8.83a5.8,5.8,0,0,1-4.35,1.72,5.74,5.74,0,0,1-4.32-1.72C9.59,16.61,9.27,15,9.27,12.47s.32-4.11,1.58-5.42a5.74,5.74,0,0,1,4.32-1.72,5.8,5.8,0,0,1,4.35,1.72c1.26,1.32,1.58,2.9,1.58,5.42s-.32,4.14-1.58,5.45"></path>
|
||
<path class="th-cls-2" d="M39.49,19.48V11a2.33,2.33,0,1,0-4.64-.08v8.54H31.36V11a2.33,2.33,0,1,0-4.64,0v8.46H23.22v-14h3.41V6.78a4.9,4.9,0,0,1,3.49-1.45A4.34,4.34,0,0,1,33.83,7.1,5.33,5.33,0,0,1,38,5.33a4.87,4.87,0,0,1,3.44,1.24,5.26,5.26,0,0,1,1.53,4v8.94Z"></path>
|
||
<polygon class="th-cls-2" points="44.86 0.36 44.86 6.46 48.51 3.7 48.51 0.36 44.86 0.36"></polygon>
|
||
<path class="th-cls-2" d="M53.4,19.64c-2.2,0-4.19-.24-6-2l2.28-2.29a5.08,5.08,0,0,0,3.73,1.32c1.21,0,2.47-.4,2.47-1.45,0-.69-.38-1.18-1.48-1.29l-2.2-.21c-2.53-.24-4.08-1.34-4.08-3.92,0-2.9,2.55-4.46,5.4-4.46,2.18,0,4,.38,5.34,1.64L56.75,9.14a4.86,4.86,0,0,0-3.25-.94c-1.4,0-2,.64-2,1.34,0,.51.21,1.1,1.45,1.21l2.2.22c2.77.27,4.16,1.74,4.16,4.11,0,3.09-2.63,4.56-5.93,4.56"></path> </g>
|
||
</g>
|
||
</g>
|
||
</g>
|
||
</svg>
|
||
<img class="fallback" src="" data-fallback-src="https://vanilla.futurecdn.net/tomshardware/media/img/brand_logo.svg">
|
||
</span>
|
||
<span class="hidden-header" itemprop="name">Tom's Hardware</span> <span class="strapline"></span>
|
||
</a>
|
||
</div>
|
||
<input type="checkbox" name="burgerbar-expand" class="search-checkbox" id="search-checkbox">
|
||
<label class="button-search masthead-item " for="search-checkbox" onclick="">
|
||
<span class="desktop-text">Search</span><span class="icon icon-search"></span>
|
||
</label>
|
||
<form class="search-box" action="https://www.tomshardware.com/uk/search" method="GET">
|
||
<input tabindex="0" type="search" name="searchTerm" placeholder="Search Tom's Hardware" class="search-input">
|
||
<button type="submit" class="search-submit">
|
||
<span class="icon icon-search"></span>
|
||
</button>
|
||
</form>
|
||
<div class="other-links">
|
||
<a href="https://www.tomshardware.com/uk/feeds/all">
|
||
<abbr title="Really Simple Syndication">RSS</abbr>
|
||
</a>
|
||
</div>
|
||
<div class="buttons-social masthead-item">
|
||
<a data-component-tracking-label="Facebook" target="_blank" href="https://www.facebook.com/tomshardware" class="icon icon-circle icon-facebook" aria-label="Facebook"></a>
|
||
<a data-component-tracking-label="Twitter" target="_blank" href="https://twitter.com/tomshardware" class="icon icon-circle icon-twitter" aria-label="Twitter"></a>
|
||
<a data-component-tracking-label="Instagram" target="_blank" href="https://www.instagram.com/toms.hardware" rel="nofollow" class="icon icon-circle icon-instagram" aria-label="Instagram"></a>
|
||
<a data-component-tracking-label="YouTube" target="_blank" href="https://www.youtube.com/tomshardware" class="icon icon-circle icon-youtube" aria-label="YouTube"></a>
|
||
</div>
|
||
<div class="user-locale masthead-item">
|
||
<span class="locale-label"></span>
|
||
<span class="locale__flags"></span>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
<div class="wrapper">
|
||
<div class="menuitems container full">
|
||
<ul class="nav-list" data-component="nav">
|
||
<li class="menu-item menu-item-home" data-menuitem="">
|
||
<a data-component-tracking-label="home" class="home" href="https://www.tomshardware.com/uk">
|
||
<i class="icon icon-home"></i>
|
||
</a>
|
||
</li>
|
||
<li class="menu-item menu-item-reviews menu-level-1 has-submenu
|
||
">
|
||
<a href="https://www.tomshardware.com/uk/reviews" aria-label="Reviews">
|
||
<span>Reviews</span>
|
||
</a>
|
||
</li>
|
||
<li class="menu-item menu-item-best picks menu-level-1 has-submenu
|
||
">
|
||
<a href="https://www.tomshardware.com/uk/best-picks" aria-label="Best Picks">
|
||
<span>Best Picks</span>
|
||
</a>
|
||
</li>
|
||
<li class="menu-item menu-item-raspberry pi menu-level-1 has-submenu
|
||
">
|
||
<a href="https://www.tomshardware.com/uk/news/raspberry-pi" aria-label="Raspberry Pi">
|
||
<span>Raspberry Pi</span>
|
||
</a>
|
||
</li>
|
||
<li class="menu-item menu-item-cpus menu-level-1 has-submenu
|
||
">
|
||
<a href="https://www.tomshardware.com/uk/topics/cpus" aria-label="CPUs">
|
||
<span>CPUs</span>
|
||
</a>
|
||
</li>
|
||
<li class="menu-item menu-item-gpus menu-level-1 has-submenu
|
||
">
|
||
<a href="https://www.tomshardware.com/uk/topics/graphics" aria-label="GPUs">
|
||
<span>GPUs</span>
|
||
</a>
|
||
</li>
|
||
<li class="menu-item menu-item-holiday menu-level-1 has-submenu
|
||
">
|
||
<a href="https://www.tomshardware.com/uk/holiday-2020" aria-label="Holiday">
|
||
<span>Holiday</span>
|
||
</a>
|
||
</li>
|
||
<li class="menu-item menu-item-more menu-level-1 has-submenu
|
||
menu-item-hover-reveal ">
|
||
More
|
||
<i class="icon icon-arrow-down"></i><i class="icon icon-arrow-right"></i>
|
||
<ul class="sub-menu" data-more-submenu="">
|
||
<li class="sub-menu-item menu-level-2 primary-style">
|
||
<a href="https://www.tomshardware.com/uk/topics/laptops" aria-label="Laptops">Laptops</a>
|
||
</li>
|
||
<li class="sub-menu-item menu-level-2 primary-style">
|
||
<a href="https://www.tomshardware.com/uk/topics/cooling" aria-label="Cooling">Cooling</a>
|
||
</li>
|
||
<li class="sub-menu-item menu-level-2 primary-style">
|
||
<a href="https://www.tomshardware.com/uk/topics/desktops" aria-label="Desktops">Desktops</a>
|
||
</li>
|
||
<li class="sub-menu-item menu-level-2 primary-style">
|
||
<a href="https://www.tomshardware.com/uk/topics/pc-builds" aria-label="PC Builds">PC Builds</a>
|
||
</li>
|
||
<li class="sub-menu-item menu-level-2 primary-style">
|
||
<a href="https://www.tomshardware.com/uk/topics/mice" aria-label="Mice">Mice</a>
|
||
</li>
|
||
<li class="sub-menu-item menu-level-2 primary-style">
|
||
<a href="https://www.tomshardware.com/uk/topics/headsets" aria-label="Headsets">Headsets</a>
|
||
</li>
|
||
<li class="sub-menu-item menu-level-2 primary-style">
|
||
<a href="https://www.tomshardware.com/uk/topics/keyboards" aria-label="Keyboards">Keyboards</a>
|
||
</li>
|
||
<li class="sub-menu-item menu-level-2 primary-style">
|
||
<a href="https://www.tomshardware.com/uk/topics/monitors" aria-label="Monitors">Monitors</a>
|
||
</li>
|
||
<li class="sub-menu-item menu-level-2 primary-style">
|
||
<a href="https://www.tomshardware.com/uk/topics/motherboards" aria-label="Motherboards">Motherboards</a>
|
||
</li>
|
||
<li class="sub-menu-item menu-level-2 primary-style">
|
||
<a href="https://www.tomshardware.com/uk/topics/cases" aria-label="PC Cases">PC Cases</a>
|
||
</li>
|
||
<li class="sub-menu-item menu-level-2 primary-style">
|
||
<a href="https://www.tomshardware.com/uk/topics/power-supplies" aria-label="Power Supplies">Power Supplies</a>
|
||
</li>
|
||
<li class="sub-menu-item menu-level-2 primary-style">
|
||
<a href="https://www.tomshardware.com/uk/topics/memory/reviews" aria-label="RAM">RAM</a>
|
||
</li>
|
||
<li class="sub-menu-item menu-level-2 primary-style">
|
||
<a href="https://www.tomshardware.com/uk/topics/storage" aria-label="SSDs">SSDs</a>
|
||
</li>
|
||
<li class="sub-menu-item menu-level-2 primary-style">
|
||
<a href="https://www.tomshardware.com/uk/topics/virtual-reality" aria-label="VR Headsets">VR Headsets</a>
|
||
</li>
|
||
<li class="sub-menu-item menu-level-2 primary-style">
|
||
<a href="https://www.tomshardware.com/uk/how-to/windows-10-tips-and-tricks-2020" aria-label="Windows Tips">Windows Tips</a>
|
||
</li>
|
||
</ul>
|
||
</li>
|
||
</ul>
|
||
<div class="nav-sub-set-container">
|
||
<div class="menu-item menu-item-none menu-item-main-pro menu-item-nav-sub-set">
|
||
<a href="https://forums.tomshardware.com/" target="_blank">Forums</a>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</nav>
|
||
<div class="dfp-leaderboard-container"></div>
|
||
<div id="main" class="container full " tabindex="-1">
|
||
<div class="trending-wrapper ">
|
||
<div class="trending-bar container full">
|
||
<div class="trending-lead brands-disabled">
|
||
Trending
|
||
</div>
|
||
<ul class="trending-items ">
|
||
<li class="trending-item"> <a href="https://www.tomshardware.com/uk/news/amd-zen-3-ryzen-5000-release-date-specifications-pricing-benchmarks-all-we-know">Zen 3</a></li>
|
||
<li class="trending-item"> <a href="https://www.tomshardware.com/uk/news/intel-rocket-lake-release-date-specifications-performance-all-we-know">Rocket Lake</a></li>
|
||
<li class="trending-item"> <a href="https://www.tomshardware.com/uk/news/amd-big_navi-rdna2-all-we-know">Big Navi</a></li>
|
||
<li class="trending-item"> <a href="https://www.tomshardware.com/uk/features/nvidia-ampere-architecture-deep-dive">Ampere</a></li>
|
||
<li class="trending-item"> <a href="https://www.tomshardware.com/uk/news/nvidia-geforce-rtx-3090-review">RTX 3090</a></li>
|
||
<li class="trending-item"> <a href="https://www.tomshardware.com/uk/news/nvidia-geforce-rtx-3080-review">RTX 3080</a></li>
|
||
<li class="trending-item"> <a href="https://www.tomshardware.com/uk/news/nvidia-geforce-rtx-3070-founders-edition-review">RTX 3070</a></li>
|
||
<li class="trending-item"> <a href="https://www.tomshardware.com/uk/news/ps5-rumor-specs-features">PS5</a></li>
|
||
<!-- Start Trending Subset //-->
|
||
<!-- End Trending Subset //-->
|
||
</ul>
|
||
</div>
|
||
</div>
|
||
<aside id="affiliateDisclaimer"><small>Tom's Hardware is supported by its audience. When you purchase through links on our site, we may earn an affiliate commission. <a href="https://www.futureplc.com/terms-conditions/">Learn more</a></small></aside>
|
||
<article class="news-article " data-id="Q4KeXv7tLFXUNr5RxZyJDb">
|
||
<header>
|
||
<nav class="breadcrumb" aria-label="Breadcrumbs">
|
||
<ol>
|
||
<li><a href="https://www.tomshardware.com/uk">Home</a></li>
|
||
<li><a href="https://www.tomshardware.com/uk/news">News</a></li>
|
||
</ol>
|
||
</nav>
|
||
<h1>Where and How to Buy an RTX 3080, 3090 or 3070 </h1>
|
||
<div class="byline-social">
|
||
<p class="byline">
|
||
By
|
||
<span class="no-wrap by-author"><a href="https://www.tomshardware.com/uk/author/michelle-ehrhardt" rel="author"><span style="white-space: nowrap">Michelle Ehrhardt</span></a></span>
|
||
<time itemprop="datePublished" class="no-wrap relative-date chunk" datetime="2020-11-04T21:53:22Z">04 November 2020</time>
|
||
</p>
|
||
<p class="strapline">How to get your hands on an RTX 3000 card before they sell out.</p>
|
||
<nav class="socialite-widget box less-space " data-contexturl="https://www.tomshardware.com/news/where-and-how-to-buy-rtx-3080-3090-3070">
|
||
<ul class="socialite-widget-ul">
|
||
<li class="socialite-widget-item">
|
||
<a data-component-tracking-label="Facebook" href="https://www.facebook.com/sharer/sharer.php?u=https://www.tomshardware.com/news/where-and-how-to-buy-rtx-3080-3090-3070" data-platform="facebook" target="_blank" class="facebook socialite" data-action="share" aria-label="Facebook">
|
||
<i class="icon icon-facebook"></i>
|
||
</a>
|
||
</li>
|
||
<li class="socialite-widget-item">
|
||
<a data-component-tracking-label="Twitter" href="https://twitter.com/intent/tweet?text=Where%20and%20How%20to%20Buy%20an%20RTX%203080%2C%203090%20or%203070%20&url=https://www.tomshardware.com/news/where-and-how-to-buy-rtx-3080-3090-3070" data-platform="twitter" target="_blank" class="twitter socialite" data-action="tweet" aria-label="Twitter">
|
||
<i class="icon icon-twitter"></i>
|
||
</a>
|
||
</li>
|
||
<li class="socialite-widget-item mobile-only">
|
||
<a data-component-tracking-label="Whatsapp" href="whatsapp://send?text=Where%20and%20How%20to%20Buy%20an%20RTX%203080,%203090%20or%203070%20https://www.tomshardware.com/news/where-and-how-to-buy-rtx-3080-3090-3070?fwa" data-platform="whatsapp" class="whatsapp socialite" data-action="message" aria-label="WhatsApp">
|
||
<i class="icon icon-whats-app"></i>
|
||
</a>
|
||
</li>
|
||
<li class="socialite-widget-item">
|
||
<a data-component-tracking-label="Reddit" href="http://www.reddit.com/submit?url=https://www.tomshardware.com/news/where-and-how-to-buy-rtx-3080-3090-3070&title=Where%20and%20How%20to%20Buy%20an%20RTX%203080,%203090%20or%203070%20" data-platform="reddit" target="_blank" class="reddit socialite" data-action="submit" aria-label="Reddit">
|
||
<i class="icon icon-reddit"></i>
|
||
</a>
|
||
</li>
|
||
<li class="socialite-widget-item">
|
||
<a data-component-tracking-label="Pinterest" href="http://pinterest.com/pin/create/button/?url=https://www.tomshardware.com/news/where-and-how-to-buy-rtx-3080-3090-3070&media=https://cdn.mos.cms.futurecdn.net/o6rwkUiJRPzfwquNUfjiV3-1200-80.jpg" data-platform="pinterest" target="_blank" class="pinterest socialite" data-action="pin" aria-label="Pinterest">
|
||
<i class="icon icon-pinterest"></i>
|
||
</a>
|
||
</li>
|
||
<li class="socialite-widget-item">
|
||
<a data-component-tracking-label="Email" href="mailto:?subject=I%20found%20this%20webpage&body=Hi,%20I%20found%20this%20webpage%20and%20thought%20you%20might%20like%20it%20https://www.tomshardware.com/news/where-and-how-to-buy-rtx-3080-3090-3070" class="email socialite" data-platform="email" aria-label="Email">
|
||
<i class="icon icon-envelope-solid"></i>
|
||
</a>
|
||
</li>
|
||
</ul>
|
||
<div class="num-shares-wrapper"><i class="icon icon-share"></i> <span class="num-shares-label">Shares</span> <span class="num-shares-value"></span></div>
|
||
<a class="xenforo-nav-link" href="#xenforo-comments-3646260">
|
||
<i class="icon icon-comment"></i>
|
||
<span class="comments-total">Comments (32)</span>
|
||
</a>
|
||
</nav>
|
||
</div>
|
||
</header>
|
||
<section class="content-wrapper">
|
||
<div class="box less-space hero-image-wrapper" itemprop="image" itemscope itemtype="https://schema.org/ImageObject">
|
||
<div style="position:relative;width:100%">
|
||
<picture><source type="image/webp" alt="Nvidia GeForce RTX 3080 Founders Edition product images" class=" block-image-ads hero-image" onerror="if(this.src && this.src.indexOf('missing-image.svg') !== -1){return true;};this.parentNode.replaceChild(window.missingImage(),this)" srcset="https://cdn.mos.cms.futurecdn.net/o6rwkUiJRPzfwquNUfjiV3-320-80.jpg.webp 320w, https://cdn.mos.cms.futurecdn.net/o6rwkUiJRPzfwquNUfjiV3-480-80.jpg.webp 480w, https://cdn.mos.cms.futurecdn.net/o6rwkUiJRPzfwquNUfjiV3-650-80.jpg.webp 650w, https://cdn.mos.cms.futurecdn.net/o6rwkUiJRPzfwquNUfjiV3-970-80.jpg.webp 970w, https://cdn.mos.cms.futurecdn.net/o6rwkUiJRPzfwquNUfjiV3-1024-80.jpg.webp 1024w" sizes="(min-width: 1000px) 970px, calc(100vw - 40px)" data-original-mos="https://cdn.mos.cms.futurecdn.net/o6rwkUiJRPzfwquNUfjiV3.jpg" data-pin-media="https://cdn.mos.cms.futurecdn.net/o6rwkUiJRPzfwquNUfjiV3.jpg"></source><source type="image/jpeg" alt="Nvidia GeForce RTX 3080 Founders Edition product images" class=" block-image-ads hero-image" onerror="if(this.src && this.src.indexOf('missing-image.svg') !== -1){return true;};this.parentNode.replaceChild(window.missingImage(),this)" srcset="https://cdn.mos.cms.futurecdn.net/o6rwkUiJRPzfwquNUfjiV3-320-80.jpg 320w, https://cdn.mos.cms.futurecdn.net/o6rwkUiJRPzfwquNUfjiV3-480-80.jpg 480w, https://cdn.mos.cms.futurecdn.net/o6rwkUiJRPzfwquNUfjiV3-650-80.jpg 650w, https://cdn.mos.cms.futurecdn.net/o6rwkUiJRPzfwquNUfjiV3-970-80.jpg 970w, https://cdn.mos.cms.futurecdn.net/o6rwkUiJRPzfwquNUfjiV3-1024-80.jpg 1024w" sizes="(min-width: 1000px) 970px, calc(100vw - 40px)" data-original-mos="https://cdn.mos.cms.futurecdn.net/o6rwkUiJRPzfwquNUfjiV3.jpg" data-pin-media="https://cdn.mos.cms.futurecdn.net/o6rwkUiJRPzfwquNUfjiV3.jpg"></source><img src="https://cdn.mos.cms.futurecdn.net/o6rwkUiJRPzfwquNUfjiV3-320-80.jpg" alt="Nvidia GeForce RTX 3080 Founders Edition product images" class=" block-image-ads hero-image" onerror="if(this.src && this.src.indexOf('missing-image.svg') !== -1){return true;};this.parentNode.replaceChild(window.missingImage(),this)" srcset="https://cdn.mos.cms.futurecdn.net/o6rwkUiJRPzfwquNUfjiV3-320-80.jpg 320w, https://cdn.mos.cms.futurecdn.net/o6rwkUiJRPzfwquNUfjiV3-480-80.jpg 480w, https://cdn.mos.cms.futurecdn.net/o6rwkUiJRPzfwquNUfjiV3-650-80.jpg 650w, https://cdn.mos.cms.futurecdn.net/o6rwkUiJRPzfwquNUfjiV3-970-80.jpg 970w, https://cdn.mos.cms.futurecdn.net/o6rwkUiJRPzfwquNUfjiV3-1024-80.jpg 1024w" sizes="(min-width: 1000px) 970px, calc(100vw - 40px)" data-original-mos="https://cdn.mos.cms.futurecdn.net/o6rwkUiJRPzfwquNUfjiV3.jpg" data-pin-media="https://cdn.mos.cms.futurecdn.net/o6rwkUiJRPzfwquNUfjiV3.jpg"></picture>
|
||
</div>
|
||
<meta itemprop="url" content="https://cdn.mos.cms.futurecdn.net/o6rwkUiJRPzfwquNUfjiV3.jpg">
|
||
<meta itemprop="height" content="600">
|
||
<meta itemprop="width" content="338">
|
||
<figcaption itemprop="caption description">
|
||
<span class="credit" itemprop="copyrightHolder">(Image credit: Tom's Hardware)</span>
|
||
</figcaption>
|
||
</div>
|
||
<div id="article-body" class="text-copy bodyCopy auto">
|
||
<p>Nvidia’s RTX 3000 series graphics cards are finally starting to hit store shelves, though they're still hard to come by. For instance, the company's flagship <a href="https://www.tomshardware.com/uk/news/nvidia-geforce-rtx-3080-review">RTX 3080</a> card <a href="https://www.tomshardware.com/uk/news/rtx-3080-sold-out">sold out</a> instantly when it launched on September 17. The <a href="https://www.tomshardware.com/uk/news/nvidia-geforce-rtx-3090-review">RTX 3090</a> also <a href="https://www.tomshardware.com/uk/news/how-sneaker-bots-stole-the-rtx-3090-launch">sold out</a> instantly when it came out on September 24th, and the<a href="https://www.tomshardware.com/uk/news/nvidia-rtx-3070-graphics-cards-to-sell-out-in-minutes-newegg"> same happened</a> to the <a href="https://www.tomshardware.com/uk/news/nvidia-geforce-rtx-3070-founders-edition-review" data-original-url="https://www.tomshardware.com/news/nvidia-geforce-rtx-3070-everything-we-know">RTX 3070</a> when it comes out on October 29th. Still, with companies <a href="https://www.tomshardware.com/uk/news/nvidia-newegg-rtx-3080-apologize">promising</a> to restock inventory and cancel scalper orders, it's worth checking on their store pages now and then, which is where this page comes in. Nvidia itself has stated to <a href="https://www.tomshardware.com/uk/news/nvidia-ceo-geforce-rtx-3080-and-3090-shortages-to-last-until-2021" data-original-url="https://www.tomshardware.com/news/nvidia-ceo-geforce-rtx-3080-and-3090-shortages-to-last-through-the-end-of-the-year">expect shortages throughout the year</a>, but that's all the more reason to stay alert for when opportunities do arise. </p><div id="ad-unit-1" class="ad-unit"></div><p>The big issue with getting your hands on these cards is not being able to pre-order them. Instead, you have to sign up for notifications on store pages, or set up a <a href="https://www.tomshardware.com/uk/news/average-gamers-turn-to-bots-to-buy-rtx-3080">bot of your own</a> that notifies you when cards become available. Then, if you're lucky, you can swoop in and buy a card before inventory runs out. We've <a href="https://twitter.com/tomwarren/status/1309122592553545732?ref_src=twsrc%5Egoogle%7Ctwcamp%5Eserp%7Ctwgr%5Etweet" data-original-href="https://twitter.com/tomwarren/status/1309122592553545732?ref_src=twsrc%5Egoogle%7Ctwcamp%5Eserp%7Ctwgr%5Etweet">seen it happen</a>. That's why we've collected the different places where you can get your hands on RTX cards all on this one page, so you can prepare to get the new best graphics cards (or systems that include them, which are less likely to sell out) as soon as they become available.</p><aside class="hawk-placeholder" data-render-type="fte" data-skip="dealsy" data-widget-type="seasonal"></aside><p>Note that, as of time of writing, we've checked all the listed stores and still don't see any RTX 3080, RTX 3090 or RTX 3070 cards for sale. That's not too surprising, as <a href="https://www.tomshardware.com/uk/news/nvidia-rtx-3070-3080-3090-inventory-and-volume-remains-severely-low-proshop#xenforo-comments-3653390">new inventory updates</a> from top Danish electronics retailer Proshop shows that it's not just individual consumers who are having problems buying RTX 3000 series cards. However, resellers (even <a href="https://www.tomshardware.com/uk/news/msi-subsidiary-caught-selling-rtx-30-series-gpus-at-scalper-pricing-on-amazon-ebay">MSI subsidiaries</a>) have plenty of them selling for inflated prices that are more than double the MSRP, if you're willing to go that route. </p><h2 id="rtx-3080-where-to-buy">RTX 3080: Where to Buy</h2><figure data-bordeaux-image-check><p class="vanilla-image-block" style="padding-top:56.25%;"><picture><source type="image/webp" alt="Nvidia GeForce RTX 3080 FE" class=" lazy-image-van optional-image" onerror="if(this.src && this.src.indexOf('missing-image.svg') !== -1){return true;};this.parentNode.replaceChild(window.missingImage(),this)" sizes="(min-width: 1000px) 970px, calc(100vw - 40px)" data-normal="https://vanilla.futurecdn.net/tomshardware/media/img/missing-image.svg" data-srcset="https://cdn.mos.cms.futurecdn.net/Ue3tKToTGYR4hGtMas8mAR-320-80.jpg.webp 320w, https://cdn.mos.cms.futurecdn.net/Ue3tKToTGYR4hGtMas8mAR-650-80.jpg.webp 650w, https://cdn.mos.cms.futurecdn.net/Ue3tKToTGYR4hGtMas8mAR-970-80.jpg.webp 970w" data-original-mos="https://cdn.mos.cms.futurecdn.net/Ue3tKToTGYR4hGtMas8mAR.jpg" data-pin-media="https://cdn.mos.cms.futurecdn.net/Ue3tKToTGYR4hGtMas8mAR.jpg"></source><source type="image/jpeg" alt="Nvidia GeForce RTX 3080 FE" class=" lazy-image-van optional-image" onerror="if(this.src && this.src.indexOf('missing-image.svg') !== -1){return true;};this.parentNode.replaceChild(window.missingImage(),this)" sizes="(min-width: 1000px) 970px, calc(100vw - 40px)" data-normal="https://vanilla.futurecdn.net/tomshardware/media/img/missing-image.svg" data-srcset="https://cdn.mos.cms.futurecdn.net/Ue3tKToTGYR4hGtMas8mAR-320-80.jpg 320w, https://cdn.mos.cms.futurecdn.net/Ue3tKToTGYR4hGtMas8mAR-650-80.jpg 650w, https://cdn.mos.cms.futurecdn.net/Ue3tKToTGYR4hGtMas8mAR-970-80.jpg 970w" data-original-mos="https://cdn.mos.cms.futurecdn.net/Ue3tKToTGYR4hGtMas8mAR.jpg" data-pin-media="https://cdn.mos.cms.futurecdn.net/Ue3tKToTGYR4hGtMas8mAR.jpg"></source><img src="https://vanilla.futurecdn.net/tomshardware/media/img/missing-image.svg" alt="Nvidia GeForce RTX 3080 FE" class=" lazy-image-van optional-image" onerror="if(this.src && this.src.indexOf('missing-image.svg') !== -1){return true;};this.parentNode.replaceChild(window.missingImage(),this)" sizes="(min-width: 1000px) 970px, calc(100vw - 40px)" data-normal="https://vanilla.futurecdn.net/tomshardware/media/img/missing-image.svg" data-srcset="https://cdn.mos.cms.futurecdn.net/Ue3tKToTGYR4hGtMas8mAR-320-80.jpg 320w, https://cdn.mos.cms.futurecdn.net/Ue3tKToTGYR4hGtMas8mAR-650-80.jpg 650w, https://cdn.mos.cms.futurecdn.net/Ue3tKToTGYR4hGtMas8mAR-970-80.jpg 970w" data-original-mos="https://cdn.mos.cms.futurecdn.net/Ue3tKToTGYR4hGtMas8mAR.jpg" data-pin-media="https://cdn.mos.cms.futurecdn.net/Ue3tKToTGYR4hGtMas8mAR.jpg"></picture></p><figcaption itemprop="caption description"><span class="credit" itemprop="copyrightHolder">(Image credit: Tom's Hardware)</span></figcaption></figure><p><strong>US RTX 3080 retailers at a glance:</strong> <a href="https://shop-links.co/link?publisher_slug=future&exclusive=1&u1=tomshardware-gb-9927068496733770000&url=https%3A%2F%2Fwww.bestbuy.com%2Fsite%2Fsearchpage.jsp%3Fst%3Drtx%2B3080%26_dyncharset%3DUTF-8%26_dynSessConf%3D%26id%3Dpcat17071%26type%3Dpage%26sc%3DGlobal%26cp%3D1%26nrp%3D%26sp%3D%26qp%3D%26list%3Dn%26af%3Dtrue%26iht%3Dy%26usc%3DAll%2BCategories%26ks%3D960%26keys%3Dkeys%26irclickid%3DWUDxXJRLkxyOWeM0TbWK8Xs3UkiXpZRxI2oJxw0%26irgwc%3D1%26ref%3D198%26loc%3DFuture%2520PLC.%26acampID%3D0%26mpid%3D221109&article_name=Where%20and%20How%20to%20Buy%20an%20RTX%203080%2C%203090%20or%203070%20&article_url=https%3A%2F%2Fwww.tomshardware.com%2Fnews%2Fwhere-and-how-to-buy-rtx-3080-3090-3070" data-original-href="https://www.bestbuy.com/site/searchpage.jsp?st=rtx+3080&_dyncharset=UTF-8&_dynSessConf=&id=pcat17071&type=page&sc=Global&cp=1&nrp=&sp=&qp=&list=n&af=true&iht=y&usc=All+Categories&ks=960&keys=keys&irclickid=WUDxXJRLkxyOWeM0TbWK8Xs3UkiXpZRxI2oJxw0&irgwc=1&ref=198&loc=Future%20PLC.&acampID=0&mpid=221109" target="_blank" rel="nofollow noopener">Best Buy</a> I <a href="https://target.georiot.com/Proxy.ashx?tsid=45723&GR_URL=https%3A%2F%2Fwww.amazon.com%2Fstores%2Fpage%2F6B204EA4-AAAC-4776-82B1-D7C3BD9DDC82%3Ftag%3Dhawk-future-20%26ascsubtag%3Dtomshardware-gb-4851060137814015000-20" data-original-href="https://www.amazon.com/stores/page/6B204EA4-AAAC-4776-82B1-D7C3BD9DDC82?tag=wpcentralb-20&ascsubtag=UUwpUdUnU80351YYwYd" target="_blank" rel="nofollow noopener">Amazon</a> I <a href="https://www.bhphotovideo.com/?BI=20811&KBID=16572&SID=tomshardware-gb-5590006219292612000" data-original-href="https://www.bhphotovideo.com/" target="_blank" rel="nofollow noopener">B&H</a> I <a href="https://click.linksynergy.com/deeplink?id=kXQk6%2AivFEQ&mid=44583&u1=tomshardware-gb-1318353274417359600&murl=https%3A%2F%2Fwww.newegg.com%2Fp%2Fpl%3Fd%3Drtx%2B3080%26N%3D100007709%26name%3DDesktop%2BGraphics%2BCards%26nm_mc%3DAFC-RAN-COM%26cm_mmc%3DAFC-RAN-COM%26utm_medium%3Daffiliates%26utm_source%3Dafc-Future%2BPublishing%2BLtd%26AFFID%3D2294204%26AFFNAME%3DFuture%2BPublishing%2BLtd%26ACRID%3D1%26ASUBID%3DUUwpUdUnU80351YYwYd%26ASID%3Dhttps%253A%252F%252Fwww.windowscentral.com%252Fbuy-nvidia-rtx-30-series-gpus%26ranMID%3D44583%26ranEAID%3D2294204%26ranSiteID%3DkXQk6.ivFEQ-gd3q_yIEtb3PHddRxKd1PQ" data-original-href="https://www.newegg.com/p/pl?d=rtx+3080&N=100007709&name=Desktop+Graphics+Cards&nm_mc=AFC-RAN-COM&cm_mmc=AFC-RAN-COM&utm_medium=affiliates&utm_source=afc-Future+Publishing+Ltd&AFFID=2294204&AFFNAME=Future+Publishing+Ltd&ACRID=1&ASUBID=UUwpUdUnU80351YYwYd&ASID=https%3A%2F%2Fwww.windowscentral.com%2Fbuy-nvidia-rtx-30-series-gpus&ranMID=44583&ranEAID=2294204&ranSiteID=kXQk6.ivFEQ-gd3q_yIEtb3PHddRxKd1PQ" target="_blank" rel="nofollow noopener">Newegg</a></p><p><strong>US RTX 3080 resellers at a glance: </strong><a href="https://rover.ebay.com/rover/1/711-53200-19255-0/1?ff3=4&pub=5575033159&toolid=10001&campid=5337827784&customid=tomshardware-gb-6373580787998858000&mpre=https%3A%2F%2Fwww.ebay.com%2Fsch%2Fi.html%3F_nkw%3DRTX%25203080%26ssPageName%3DGSTL" data-original-href="https://www.ebay.com/sch/i.html?_nkw=RTX%203080&ssPageName=GSTL" target="_blank" rel="nofollow noopener">eBay</a> I <a href="https://go.redirectingat.com/?id=92X1584492&xcust=tomshardware_gb_6322614031413508000&xs=1&url=https%3A%2F%2Fstockx.com%2Fsearch%3Fs%3Drtx%25203080&sref=https%3A%2F%2Fwww.tomshardware.com%2Fnews%2Fwhere-and-how-to-buy-rtx-3080-3090-3070" data-original-href="https://stockx.com/search?s=rtx%203080" target="_blank" rel="nofollow noopener">stockX</a></p><div id="ad-unit-2" class="ad-unit"></div><p>The card on everyone’s mind right now is the Nvidia GeForce RTX 3080. As we said in our <a href="https://www.tomshardware.com/uk/news/nvidia-geforce-rtx-3080-review"><u>RTX 3080 review</u></a>, it’s both powerful and surprisingly well priced, allowing you to get 30% better performance than the RTX 2080 Ti for $700. There’s no doubt the 3080 is in high demand, which we saw when it sold out within seconds on launch day. That said, a number of retailers have store pages up right now where you can sign up to get notified when they go live again.</p><ul><li><a href="https://rover.ebay.com/rover/1/711-53200-19255-0/1?ff3=4&pub=5575033159&toolid=10001&campid=5337827784&customid=tomshardware-gb-6373580787998858000&mpre=https%3A%2F%2Fwww.ebay.com%2Fsch%2Fi.html%3F_nkw%3DRTX%25203080%26ssPageName%3DGSTL" data-original-href="https://www.ebay.com/sch/i.html?_nkw=RTX%203080&ssPageName=GSTL" target="_blank" rel="nofollow noopener">eBay</a>: If money is no object and you're willing to pay double the MSRP, eBay has RTX 3080 cards going from $1,599 to $2,100. Good news, though. The $2,100 unit has free shipping.</li><li><a href="https://go.redirectingat.com/?id=92X1584492&xcust=tomshardware_gb_6322614031413508000&xs=1&url=https%3A%2F%2Fstockx.com%2Fsearch%3Fs%3Drtx%25203080&sref=https%3A%2F%2Fwww.tomshardware.com%2Fnews%2Fwhere-and-how-to-buy-rtx-3080-3090-3070" data-original-href="https://stockx.com/search?s=rtx%203080" target="_blank" rel="nofollow noopener">stockX</a>: Similar to eBay, there's also some aftermarket RTX 3080 cards up on stockX, a site commonly used for aftermarket sneaker sales. These range from $1,300 to $1,900, but buying from here might mean supporting people who use <a href="https://www.tomshardware.com/uk/news/how-sneaker-bots-stole-the-rtx-3090-launch">bots</a> to resell.</li><li><a href="https://shop-links.co/link?publisher_slug=future&exclusive=1&u1=tomshardware-gb-9927068496733770000&url=https%3A%2F%2Fwww.bestbuy.com%2Fsite%2Fsearchpage.jsp%3Fst%3Drtx%2B3080%26_dyncharset%3DUTF-8%26_dynSessConf%3D%26id%3Dpcat17071%26type%3Dpage%26sc%3DGlobal%26cp%3D1%26nrp%3D%26sp%3D%26qp%3D%26list%3Dn%26af%3Dtrue%26iht%3Dy%26usc%3DAll%2BCategories%26ks%3D960%26keys%3Dkeys%26irclickid%3DWUDxXJRLkxyOWeM0TbWK8Xs3UkiXpZRxI2oJxw0%26irgwc%3D1%26ref%3D198%26loc%3DFuture%2520PLC.%26acampID%3D0%26mpid%3D221109&article_name=Where%20and%20How%20to%20Buy%20an%20RTX%203080%2C%203090%20or%203070%20&article_url=https%3A%2F%2Fwww.tomshardware.com%2Fnews%2Fwhere-and-how-to-buy-rtx-3080-3090-3070" target="_blank" data-original-href="https://www.bestbuy.com/site/searchpage.jsp?st=rtx+3080&_dyncharset=UTF-8&_dynSessConf=&id=pcat17071&type=page&sc=Global&cp=1&nrp=&sp=&qp=&list=n&af=true&iht=y&usc=All+Categories&ks=960&keys=keys&irclickid=WUDxXJRLkxyOWeM0TbWK8Xs3UkiXpZRxI2oJxw0&irgwc=1&ref=198&loc=Future%20PLC.&acampID=0&mpid=221109" rel="nofollow noopener">Best Buy</a> currently lists RTX 3080s from Nvidia , Gigabyte, MSI, Asus, PNY and EVGA listed. Prices range from $699.99 to $849.99, depending on model and manufacturer.</li><li><a href="https://target.georiot.com/Proxy.ashx?tsid=45723&GR_URL=https%3A%2F%2Fwww.amazon.com%2Fstores%2Fpage%2F6B204EA4-AAAC-4776-82B1-D7C3BD9DDC82%3Ftag%3Dhawk-future-20%26ascsubtag%3Dtomshardware-gb-4851060137814015000-20" target="_blank" data-original-href="https://www.amazon.com/stores/page/6B204EA4-AAAC-4776-82B1-D7C3BD9DDC82?tag=wpcentralb-20&ascsubtag=UUwpUdUnU80351YYwYd" rel="nofollow noopener">Amazon</a>, meanwhile, doesn’t have any options straight from Nvidia. Instead, it carries models from PNY, Zotac, MSI, EVGA, Gigabyte and Asus. Amazon currently doesn’t have any prices listed on its available, as it is out of inventory, but you can sign up for notifications on when they restock.</li><li>B&H doesn’t have the Founders Edition, either. Its cards come from <a href="https://www.bhphotovideo.com/c/product/1592969-REG/zotac_zt_a30800d_10p_gaming_geforce_rtx_3080.html?BI=20811&KBID=16572&SID=tomshardware-gb-2962556228329931000" data-original-href="https://www.bhphotovideo.com/c/product/1592969-REG/zotac_zt_a30800d_10p_gaming_geforce_rtx_3080.html" target="_blank" rel="nofollow noopener">Zotac</a>, <a href="https://www.bhphotovideo.com/c/product/1593649-REG/asus_tuf_rtx3080_10g_gaming_tuf_gaming_geforce_rtx.html?BI=20811&KBID=16572&SID=tomshardware-gb-7776357799927268000" data-original-href="https://www.bhphotovideo.com/c/product/1593649-REG/asus_tuf_rtx3080_10g_gaming_tuf_gaming_geforce_rtx.html" target="_blank" rel="nofollow noopener">Asus</a>, <a href="https://www.bhphotovideo.com/c/product/1593645-REG/msi_geforce_rtx_3080_gaming.html?BI=20811&KBID=16572&SID=tomshardware-gb-1457768483450863900" data-original-href="https://www.bhphotovideo.com/c/product/1593645-REG/msi_geforce_rtx_3080_gaming.html" target="_blank" rel="nofollow noopener">MSI</a> and <a href="https://www.bhphotovideo.com/c/product/1593333-REG/gigabyte_gv_n3080gaming_oc_10gd_geforce_rtx_3080_gaming.html?BI=20811&KBID=16572&SID=tomshardware-gb-1047165838886088300" data-original-href="https://www.bhphotovideo.com/c/product/1593333-REG/gigabyte_gv_n3080gaming_oc_10gd_geforce_rtx_3080_gaming.html" target="_blank" rel="nofollow noopener">Gigabyte</a>. You can still sign up for notifications, and prices range from $719.99 to $904.80 depending on model and manufacturer.</li><li>Finally, <a href="https://click.linksynergy.com/deeplink?id=kXQk6%2AivFEQ&mid=44583&u1=tomshardware-gb-1318353274417359600&murl=https%3A%2F%2Fwww.newegg.com%2Fp%2Fpl%3Fd%3Drtx%2B3080%26N%3D100007709%26name%3DDesktop%2BGraphics%2BCards%26nm_mc%3DAFC-RAN-COM%26cm_mmc%3DAFC-RAN-COM%26utm_medium%3Daffiliates%26utm_source%3Dafc-Future%2BPublishing%2BLtd%26AFFID%3D2294204%26AFFNAME%3DFuture%2BPublishing%2BLtd%26ACRID%3D1%26ASUBID%3DUUwpUdUnU80351YYwYd%26ASID%3Dhttps%253A%252F%252Fwww.windowscentral.com%252Fbuy-nvidia-rtx-30-series-gpus%26ranMID%3D44583%26ranEAID%3D2294204%26ranSiteID%3DkXQk6.ivFEQ-gd3q_yIEtb3PHddRxKd1PQ" target="_blank" data-original-href="https://www.newegg.com/p/pl?d=rtx+3080&N=100007709&name=Desktop+Graphics+Cards&nm_mc=AFC-RAN-COM&cm_mmc=AFC-RAN-COM&utm_medium=affiliates&utm_source=afc-Future+Publishing+Ltd&AFFID=2294204&AFFNAME=Future+Publishing+Ltd&ACRID=1&ASUBID=UUwpUdUnU80351YYwYd&ASID=https%3A%2F%2Fwww.windowscentral.com%2Fbuy-nvidia-rtx-30-series-gpus&ranMID=44583&ranEAID=2294204&ranSiteID=kXQk6.ivFEQ-gd3q_yIEtb3PHddRxKd1PQ" rel="nofollow noopener">Newegg</a> has models from Gigabyte, Zotac, EVGA, MSI and Asus. They range from $699 to $1,562, depending on model, seller and manufacturer. Newegg also has numerous RTX 3080 <a href="https://click.linksynergy.com/deeplink?id=kXQk6%2AivFEQ&mid=44583&u1=tomshardware-gb-1091317361186643800&murl=https%3A%2F%2Fwww.newegg.com%2FProduct%2FComboDealDetails%3FItemList%3DCombo.4184466" data-original-href="https://www.newegg.com/Product/ComboDealDetails?ItemList=Combo.4184466" target="_blank" rel="nofollow noopener">bundle deals</a> that include related gear like motherboards, though these are also sold out at the moment. You can also sign up for notifications <a href="https://click.linksynergy.com/deeplink?id=kXQk6%2AivFEQ&mid=44583&u1=tomshardware-gb-1761665789517697300&murl=https%3A%2F%2Fwww.newegg.com%2Fp%2Fpl%3Fd%3Drtx%2B3080%26N%3D100007709%26name%3DDesktop%2BGraphics%2BCards%26nm_mc%3DAFC-RAN-COM%26cm_mmc%3DAFC-RAN-COM%26utm_medium%3Daffiliates%26utm_source%3Dafc-Future%2BPublishing%2BLtd%26AFFID%3D2294204%26AFFNAME%3DFuture%2BPublishing%2BLtd%26ACRID%3D1%26ASUBID%3DUUwpUdUnU80351YYwYd%26ASID%3Dhttps%253A%252F%252Fwww.windowscentral.com%252Fbuy-nvidia-rtx-30-series-gpus%26ranMID%3D44583%26ranEAID%3D2294204%26ranSiteID%3DkXQk6.ivFEQ-gd3q_yIEtb3PHddRxKd1PQ" target="_blank" data-original-href="https://www.newegg.com/p/pl?d=rtx+3080&N=100007709&name=Desktop+Graphics+Cards&nm_mc=AFC-RAN-COM&cm_mmc=AFC-RAN-COM&utm_medium=affiliates&utm_source=afc-Future+Publishing+Ltd&AFFID=2294204&AFFNAME=Future+Publishing+Ltd&ACRID=1&ASUBID=UUwpUdUnU80351YYwYd&ASID=https%3A%2F%2Fwww.windowscentral.com%2Fbuy-nvidia-rtx-30-series-gpus&ranMID=44583&ranEAID=2294204&ranSiteID=kXQk6.ivFEQ-gd3q_yIEtb3PHddRxKd1PQ" rel="nofollow noopener">here</a>. </li></ul><h2 id="rtx-3090-where-to-buy">RTX 3090: Where to Buy</h2><figure data-bordeaux-image-check><p class="vanilla-image-block" style="padding-top:46.55%;"><picture><source type="image/webp" alt="Nvidia GeForce RTX 3090" class=" lazy-image-van optional-image" onerror="if(this.src && this.src.indexOf('missing-image.svg') !== -1){return true;};this.parentNode.replaceChild(window.missingImage(),this)" sizes="(min-width: 1000px) 970px, calc(100vw - 40px)" data-normal="https://vanilla.futurecdn.net/tomshardware/media/img/missing-image.svg" data-srcset="https://cdn.mos.cms.futurecdn.net/i4DMcUQtFvSoRUnHGJhVMB-320-80.jpg.webp 320w, https://cdn.mos.cms.futurecdn.net/i4DMcUQtFvSoRUnHGJhVMB-650-80.jpg.webp 650w, https://cdn.mos.cms.futurecdn.net/i4DMcUQtFvSoRUnHGJhVMB-970-80.jpg.webp 970w" data-original-mos="https://cdn.mos.cms.futurecdn.net/i4DMcUQtFvSoRUnHGJhVMB.jpg" data-pin-media="https://cdn.mos.cms.futurecdn.net/i4DMcUQtFvSoRUnHGJhVMB.jpg"></source><source type="image/jpeg" alt="Nvidia GeForce RTX 3090" class=" lazy-image-van optional-image" onerror="if(this.src && this.src.indexOf('missing-image.svg') !== -1){return true;};this.parentNode.replaceChild(window.missingImage(),this)" sizes="(min-width: 1000px) 970px, calc(100vw - 40px)" data-normal="https://vanilla.futurecdn.net/tomshardware/media/img/missing-image.svg" data-srcset="https://cdn.mos.cms.futurecdn.net/i4DMcUQtFvSoRUnHGJhVMB-320-80.jpg 320w, https://cdn.mos.cms.futurecdn.net/i4DMcUQtFvSoRUnHGJhVMB-650-80.jpg 650w, https://cdn.mos.cms.futurecdn.net/i4DMcUQtFvSoRUnHGJhVMB-970-80.jpg 970w" data-original-mos="https://cdn.mos.cms.futurecdn.net/i4DMcUQtFvSoRUnHGJhVMB.jpg" data-pin-media="https://cdn.mos.cms.futurecdn.net/i4DMcUQtFvSoRUnHGJhVMB.jpg"></source><img src="https://vanilla.futurecdn.net/tomshardware/media/img/missing-image.svg" alt="Nvidia GeForce RTX 3090" class=" lazy-image-van optional-image" onerror="if(this.src && this.src.indexOf('missing-image.svg') !== -1){return true;};this.parentNode.replaceChild(window.missingImage(),this)" sizes="(min-width: 1000px) 970px, calc(100vw - 40px)" data-normal="https://vanilla.futurecdn.net/tomshardware/media/img/missing-image.svg" data-srcset="https://cdn.mos.cms.futurecdn.net/i4DMcUQtFvSoRUnHGJhVMB-320-80.jpg 320w, https://cdn.mos.cms.futurecdn.net/i4DMcUQtFvSoRUnHGJhVMB-650-80.jpg 650w, https://cdn.mos.cms.futurecdn.net/i4DMcUQtFvSoRUnHGJhVMB-970-80.jpg 970w" data-original-mos="https://cdn.mos.cms.futurecdn.net/i4DMcUQtFvSoRUnHGJhVMB.jpg" data-pin-media="https://cdn.mos.cms.futurecdn.net/i4DMcUQtFvSoRUnHGJhVMB.jpg"></picture></p><figcaption itemprop="caption description"><span class="credit" itemprop="copyrightHolder">(Image credit: Best Buy)</span></figcaption></figure><p><strong>US RTX 3090 retailers at a glance:</strong> <a href="https://shop-links.co/link?publisher_slug=future&exclusive=1&u1=tomshardware-gb-8725976388847347000&url=https%3A%2F%2Fwww.bestbuy.com%2Fsite%2Fsearchpage.jsp%3Fst%3Drtx%2B3090%26_dyncharset%3DUTF-8%26_dynSessConf%3D%26id%3Dpcat17071%26type%3Dpage%26sc%3DGlobal%26cp%3D1%26nrp%3D%26sp%3D%26qp%3D%26list%3Dn%26af%3Dtrue%26iht%3Dy%26usc%3DAll%2BCategories%26ks%3D960%26keys%3Dkeys%26irclickid%3DWUDxXJRLkxyOWeM0TbWK8Xs3UkiXpdV9I2oJxw0%26irgwc%3D1%26ref%3D198%26loc%3DFuture%2520PLC.%26acampID%3D0%26mpid%3D221109&article_name=Where%20and%20How%20to%20Buy%20an%20RTX%203080%2C%203090%20or%203070%20&article_url=https%3A%2F%2Fwww.tomshardware.com%2Fnews%2Fwhere-and-how-to-buy-rtx-3080-3090-3070" data-original-href="https://www.bestbuy.com/site/searchpage.jsp?st=rtx+3090&_dyncharset=UTF-8&_dynSessConf=&id=pcat17071&type=page&sc=Global&cp=1&nrp=&sp=&qp=&list=n&af=true&iht=y&usc=All+Categories&ks=960&keys=keys&irclickid=WUDxXJRLkxyOWeM0TbWK8Xs3UkiXpdV9I2oJxw0&irgwc=1&ref=198&loc=Future%20PLC.&acampID=0&mpid=221109" target="_blank" rel="nofollow noopener">Best Buy</a> I <a href="https://target.georiot.com/Proxy.ashx?tsid=45723&GR_URL=https%3A%2F%2Fwww.amazon.com%2Fstores%2Fpage%2FCFF83A4D-9DEC-4003-AC7E-96DF4170CED0%3Ftag%3Dhawk-future-20%26ascsubtag%3Dtomshardware-gb-6981698028658334000-20" data-original-href="https://www.amazon.com/stores/page/CFF83A4D-9DEC-4003-AC7E-96DF4170CED0" target="_blank" rel="nofollow noopener">Amazon</a> I <a href="https://www.bhphotovideo.com/?BI=20811&KBID=16572&SID=tomshardware-gb-5590006219292612000" data-original-href="https://www.bhphotovideo.com/" target="_blank" rel="nofollow noopener">B&H</a> I <a href="https://click.linksynergy.com/deeplink?id=kXQk6%2AivFEQ&mid=44583&u1=tomshardware-gb-2852499444270971400&murl=https%3A%2F%2Fwww.newegg.com%2Fp%2Fpl%3Fd%3DRTX%2B3090%26nm_mc%3DAFC-RAN-COM%26cm_mmc%3DAFC-RAN-COM%26utm_medium%3Daffiliates%26utm_source%3Dafc-Future%2BPublishing%2BLtd%26AFFID%3D2294204%26AFFNAME%3DFuture%2BPublishing%2BLtd%26ACRID%3D1%26ASUBID%3DUUwpUdUnU80351YYwYd%26ASID%3Dhttps%253A%252F%252Fwww.windowscentral.com%252Fbuy-nvidia-rtx-30-series-gpus%26ranMID%3D44583%26ranEAID%3D2294204%26ranSiteID%3DkXQk6.ivFEQ-78xB3Mt98oNNFQGXlG82bg" data-original-href="https://www.newegg.com/p/pl?d=RTX+3090&nm_mc=AFC-RAN-COM&cm_mmc=AFC-RAN-COM&utm_medium=affiliates&utm_source=afc-Future+Publishing+Ltd&AFFID=2294204&AFFNAME=Future+Publishing+Ltd&ACRID=1&ASUBID=UUwpUdUnU80351YYwYd&ASID=https%3A%2F%2Fwww.windowscentral.com%2Fbuy-nvidia-rtx-30-series-gpus&ranMID=44583&ranEAID=2294204&ranSiteID=kXQk6.ivFEQ-78xB3Mt98oNNFQGXlG82bg" target="_blank" rel="nofollow noopener">Newegg</a></p><p><strong>US RTX 3090 resellers at a glance: </strong><a href="https://rover.ebay.com/rover/1/711-53200-19255-0/1?ff3=4&pub=5575033159&toolid=10001&campid=5337827784&customid=tomshardware-gb-5943228273252189000&mpre=https%3A%2F%2Fwww.ebay.com%2Fsch%2Fi.html%3F_from%3DR40%26_trksid%3Dp2334524.m570.l1313%26_nkw%3DRTX%2B3090%26_sacat%3D0%26LH_TitleDesc%3D0%26_odkw%3DRTX%2B3080%26ssPageName%3DGSTL" data-original-href="https://www.ebay.com/sch/i.html?_from=R40&_trksid=p2334524.m570.l1313&_nkw=RTX+3090&_sacat=0&LH_TitleDesc=0&_odkw=RTX+3080&ssPageName=GSTL" target="_blank" rel="nofollow noopener">eBay</a> I <a href="https://go.redirectingat.com/?id=92X1584492&xcust=tomshardware_gb_2088247182939634700&xs=1&url=https%3A%2F%2Fstockx.com%2Fsearch%2Fcollectibles%3Fs%3Drtx%25203090&sref=https%3A%2F%2Fwww.tomshardware.com%2Fnews%2Fwhere-and-how-to-buy-rtx-3080-3090-3070" data-original-href="https://stockx.com/search/collectibles?s=rtx%203090" target="_blank" rel="nofollow noopener">stockX</a></p><p>If you want even more power than the RTX 3080, the RTX 3090 is your best bet. Our <a href="https://www.tomshardware.com/uk/news/nvidia-geforce-rtx-3090-review">RTX 3090 review</a> dubs it the heir to the Titan throne and crowns it the definitive "fastest GPU for gaming." It even <a href="https://www.tomshardware.com/uk/news/puget-systems-tests-quad-rtx-3090-blower-cards-in-professional-applications">performs well with SLI</a>, which is rare in modern graphics cards, though you might still have to properly configure your DLSS settings to get the most out of it according to <a href="https://www.youtube.com/watch?v=fH5dfOna6ak&feature=youtu.be" data-original-href="https://www.youtube.com/watch?v=fH5dfOna6ak&feature=youtu.be">new benchmarking</a> with <em>Watch Dogs: Legion</em>. It does cost more than the RTX 3080, starting at $1,500 for the Nvidia Founder's Edition, but seeing how quickly it sold out on its September 24 launch, it's clear demand is just as high as for its less powerful sibling. So just like with the RTX 3080, we've gathered RTX 3090 store pages together so you can be ready to strike when stock comes back in. </p><p class="mid__article"></p><ul><li><a href="https://rover.ebay.com/rover/1/711-53200-19255-0/1?ff3=4&pub=5575033159&toolid=10001&campid=5337827784&customid=tomshardware-gb-5943228273252189000&mpre=https%3A%2F%2Fwww.ebay.com%2Fsch%2Fi.html%3F_from%3DR40%26_trksid%3Dp2334524.m570.l1313%26_nkw%3DRTX%2B3090%26_sacat%3D0%26LH_TitleDesc%3D0%26_odkw%3DRTX%2B3080%26ssPageName%3DGSTL" data-original-href="https://www.ebay.com/sch/i.html?_from=R40&_trksid=p2334524.m570.l1313&_nkw=RTX+3090&_sacat=0&LH_TitleDesc=0&_odkw=RTX+3080&ssPageName=GSTL" target="_blank" rel="nofollow noopener">eBay</a>: If your time is worth a lot more than your money, you can grab an RTX 3090 card from a seller on eBay for as little as $2,499.</li><li><a href="https://go.redirectingat.com/?id=92X1584492&xcust=tomshardware_gb_2088247182939634700&xs=1&url=https%3A%2F%2Fstockx.com%2Fsearch%2Fcollectibles%3Fs%3Drtx%25203090&sref=https%3A%2F%2Fwww.tomshardware.com%2Fnews%2Fwhere-and-how-to-buy-rtx-3080-3090-3070" data-original-href="https://stockx.com/search/collectibles?s=rtx%203090" target="_blank" rel="nofollow noopener">stockX</a>: Like eBay, you can also turn to stockX for aftermarket RTX 3090s. This is a site commonly used for designer sneaker sales, and prices range from $2,330 to $3,200. But know that buying from here might mean supporting people who use <a href="https://www.tomshardware.com/uk/news/how-sneaker-bots-stole-the-rtx-3090-launch">bots</a> to mark up prices.</li><li><a href="https://click.linksynergy.com/deeplink?id=kXQk6%2AivFEQ&mid=44583&u1=tomshardware-gb-1430254781071771100&murl=https%3A%2F%2Fwww.newegg.com%2Fp%2Fpl%3Fd%3DRTX%2B3090%26nm_mc%3DAFC-RAN-COM%26cm_mmc%3DAFC-RAN-COM%26utm_medium%3Daffiliates%26utm_source%3Dafc-Future%2BPublishing%2BLtd%26AFFID%3D2294204%26AFFNAME%3DFuture%2BPublishing%2BLtd%26ACRID%3D1%26ASUBID%3DUUwpUdUnU80351YYwYd%26ASID%3Dhttps%253A%252F%252Fwww.windowscentral.com%252Fbuy-nvidia-rtx-30-series-gpus%26ranMID%3D44583%26ranEAID%3D2294204%26ranSiteID%3DkXQk6.ivFEQ-78xB3Mt98oNNFQGXlG82bg" target="_blank" data-original-href="https://www.newegg.com/p/pl?d=RTX+3090&nm_mc=AFC-RAN-COM&cm_mmc=AFC-RAN-COM&utm_medium=affiliates&utm_source=afc-Future+Publishing+Ltd&AFFID=2294204&AFFNAME=Future+Publishing+Ltd&ACRID=1&ASUBID=UUwpUdUnU80351YYwYd&ASID=https%3A%2F%2Fwww.windowscentral.com%2Fbuy-nvidia-rtx-30-series-gpus&ranMID=44583&ranEAID=2294204&ranSiteID=kXQk6.ivFEQ-78xB3Mt98oNNFQGXlG82bg" rel="nofollow noopener">Newegg </a>has the most RTX 3090 listings right now with options from MSI, Asus, EVGA, Zotac and Gigabyte. Prices range from $1,499.99 to $1,799, and you can sign up for notifications on the listings that interest you. Like with the RTX 3080, Newegg also has numerous (also sold out) <a href="https://click.linksynergy.com/deeplink?id=kXQk6%2AivFEQ&mid=44583&u1=tomshardware-gb-1115756554905909600&murl=https%3A%2F%2Fwww.newegg.com%2FProduct%2FComboDealDetails%3FItemList%3DCombo.4094955" data-original-href="https://www.newegg.com/Product/ComboDealDetails?ItemList=Combo.4094955" target="_blank" rel="nofollow noopener">bundle deals</a> that include related gear like motherboards.</li><li><a href="https://shop-links.co/link?publisher_slug=future&exclusive=1&u1=tomshardware-gb-5214398897006445000&url=https%3A%2F%2Fwww.bestbuy.com%2Fsite%2Fsearchpage.jsp%3Fst%3Drtx%2B3090%26_dyncharset%3DUTF-8%26_dynSessConf%3D%26id%3Dpcat17071%26type%3Dpage%26sc%3DGlobal%26cp%3D1%26nrp%3D%26sp%3D%26qp%3D%26list%3Dn%26af%3Dtrue%26iht%3Dy%26usc%3DAll%2BCategories%26ks%3D960%26keys%3Dkeys%26irclickid%3DWUDxXJRLkxyOWeM0TbWK8Xs3UkiXpdV9I2oJxw0%26irgwc%3D1%26ref%3D198%26loc%3DFuture%2520PLC.%26acampID%3D0%26mpid%3D221109&article_name=Where%20and%20How%20to%20Buy%20an%20RTX%203080%2C%203090%20or%203070%20&article_url=https%3A%2F%2Fwww.tomshardware.com%2Fnews%2Fwhere-and-how-to-buy-rtx-3080-3090-3070" target="_blank" data-original-href="https://www.bestbuy.com/site/searchpage.jsp?st=rtx+3090&_dyncharset=UTF-8&_dynSessConf=&id=pcat17071&type=page&sc=Global&cp=1&nrp=&sp=&qp=&list=n&af=true&iht=y&usc=All+Categories&ks=960&keys=keys&irclickid=WUDxXJRLkxyOWeM0TbWK8Xs3UkiXpdV9I2oJxw0&irgwc=1&ref=198&loc=Future%20PLC.&acampID=0&mpid=221109" rel="nofollow noopener">Best Buy </a>is where you can find the Founders Edition, as well as cards from Gigabyte, Asus, PNY, EVGA and MSI. Prices vary between models.</li><li><a href="https://target.georiot.com/Proxy.ashx?tsid=45723&GR_URL=https%3A%2F%2Fwww.amazon.com%2Fstores%2Fpage%2FCFF83A4D-9DEC-4003-AC7E-96DF4170CED0%3Ftag%3Dhawk-future-20%26ascsubtag%3Dtomshardware-gb-1204797576168390700-20" target="_blank" data-original-href="https://www.amazon.com/stores/page/CFF83A4D-9DEC-4003-AC7E-96DF4170CED0" rel="nofollow noopener">Amazon </a>has RTX 3090 listings from Zotac, PNY, MSI, Gigabyte and Asus' TUF brand, though none have prices listed due to being out of stock . You can sign up for notifications, though.</li><li>B&H has cards from <a href="https://www.bhphotovideo.com/c/product/1592970-REG/zotac_zt_a30900d_10p_gaming_geforce_rtx_3090.html?BI=20811&KBID=16572&SID=tomshardware-gb-1167058138441763600" data-original-href="https://www.bhphotovideo.com/c/product/1592970-REG/zotac_zt_a30900d_10p_gaming_geforce_rtx_3090.html" target="_blank" rel="nofollow noopener">Zotac</a>, <a href="https://www.bhphotovideo.com/c/product/1594454-REG/asus_90yv0fd0_m0am00_tuf_gaming_geforce_rtx.html?BI=20811&KBID=16572&SID=tomshardware-gb-5905862181533901000" data-original-href="https://www.bhphotovideo.com/c/product/1594454-REG/asus_90yv0fd0_m0am00_tuf_gaming_geforce_rtx.html" target="_blank" rel="nofollow noopener">Asus</a> and <a href="https://www.bhphotovideo.com/c/product/1593335-REG/gigabyte_gv_n3090gaming_oc_24gd_geforce_rtx3090_gaming_oc.html?BI=20811&KBID=16572&SID=tomshardware-gb-4317439971416592400" data-original-href="https://www.bhphotovideo.com/c/product/1593335-REG/gigabyte_gv_n3090gaming_oc_24gd_geforce_rtx3090_gaming_oc.html" target="_blank" rel="nofollow noopener">Gigabyte</a>, with prices ranging from $1,499.99 to $1,842.10 depending on model and manufacturer. It also used to have an MSI option, though this it currently listed as <a href="https://www.bhphotovideo.com/c/product/1593647-REG/msi_geforce_rtx_3090_gaming.html?BI=20811&KBID=16572&SID=tomshardware-gb-1347230934475038200" data-original-href="https://www.bhphotovideo.com/c/product/1593647-REG/msi_geforce_rtx_3090_gaming.html" target="_blank" rel="nofollow noopener">no longer available</a>. As always, email notifications are available.</li></ul><h2 id="rtx-3070-where-to-buy">RTX 3070: Where to Buy</h2><figure data-bordeaux-image-check><p class="vanilla-image-block" style="padding-top:49.60%;"><picture><source type="image/webp" alt="RTX 3070 Founders Edition" class=" lazy-image-van optional-image" onerror="if(this.src && this.src.indexOf('missing-image.svg') !== -1){return true;};this.parentNode.replaceChild(window.missingImage(),this)" sizes="(min-width: 1000px) 970px, calc(100vw - 40px)" data-normal="https://vanilla.futurecdn.net/tomshardware/media/img/missing-image.svg" data-srcset="https://cdn.mos.cms.futurecdn.net/uYE3ZS8uRTFWQ5edoZCo2J-320-80.jpg.webp 320w, https://cdn.mos.cms.futurecdn.net/uYE3ZS8uRTFWQ5edoZCo2J-650-80.jpg.webp 650w, https://cdn.mos.cms.futurecdn.net/uYE3ZS8uRTFWQ5edoZCo2J-970-80.jpg.webp 970w" data-original-mos="https://cdn.mos.cms.futurecdn.net/uYE3ZS8uRTFWQ5edoZCo2J.jpg" data-pin-media="https://cdn.mos.cms.futurecdn.net/uYE3ZS8uRTFWQ5edoZCo2J.jpg"></source><source type="image/jpeg" alt="RTX 3070 Founders Edition" class=" lazy-image-van optional-image" onerror="if(this.src && this.src.indexOf('missing-image.svg') !== -1){return true;};this.parentNode.replaceChild(window.missingImage(),this)" sizes="(min-width: 1000px) 970px, calc(100vw - 40px)" data-normal="https://vanilla.futurecdn.net/tomshardware/media/img/missing-image.svg" data-srcset="https://cdn.mos.cms.futurecdn.net/uYE3ZS8uRTFWQ5edoZCo2J-320-80.jpg 320w, https://cdn.mos.cms.futurecdn.net/uYE3ZS8uRTFWQ5edoZCo2J-650-80.jpg 650w, https://cdn.mos.cms.futurecdn.net/uYE3ZS8uRTFWQ5edoZCo2J-970-80.jpg 970w" data-original-mos="https://cdn.mos.cms.futurecdn.net/uYE3ZS8uRTFWQ5edoZCo2J.jpg" data-pin-media="https://cdn.mos.cms.futurecdn.net/uYE3ZS8uRTFWQ5edoZCo2J.jpg"></source><img src="https://vanilla.futurecdn.net/tomshardware/media/img/missing-image.svg" alt="RTX 3070 Founders Edition" class=" lazy-image-van optional-image" onerror="if(this.src && this.src.indexOf('missing-image.svg') !== -1){return true;};this.parentNode.replaceChild(window.missingImage(),this)" sizes="(min-width: 1000px) 970px, calc(100vw - 40px)" data-normal="https://vanilla.futurecdn.net/tomshardware/media/img/missing-image.svg" data-srcset="https://cdn.mos.cms.futurecdn.net/uYE3ZS8uRTFWQ5edoZCo2J-320-80.jpg 320w, https://cdn.mos.cms.futurecdn.net/uYE3ZS8uRTFWQ5edoZCo2J-650-80.jpg 650w, https://cdn.mos.cms.futurecdn.net/uYE3ZS8uRTFWQ5edoZCo2J-970-80.jpg 970w" data-original-mos="https://cdn.mos.cms.futurecdn.net/uYE3ZS8uRTFWQ5edoZCo2J.jpg" data-pin-media="https://cdn.mos.cms.futurecdn.net/uYE3ZS8uRTFWQ5edoZCo2J.jpg"></picture></p><figcaption itemprop="caption description"><span class="credit" itemprop="copyrightHolder">(Image credit: Best Buy)</span></figcaption></figure><p><strong>US RTX 3070 retailers at a glance:</strong> <a href="https://shop-links.co/link?publisher_slug=future&exclusive=1&u1=tomshardware-gb-1939182052350785300&url=https%3A%2F%2Fwww.bestbuy.com%2Fsite%2Fsearchpage.jsp%3F_dyncharset%3DUTF-8%26browsedCategory%3Dabcat0507002%26id%3Dpcat17071%26iht%3Dn%26ks%3D960%26list%3Dy%26qp%3Dgpusv_facet%253DGraphics%2520Processing%2520Unit%2520%28GPU%29~NVIDIA%2520GeForce%2520RTX%25203070%26sc%3DGlobal%26st%3Dcategoryid%2524abcat0507002%26type%3Dpage%26usc%3DAll%2520Categories&article_name=Where%20and%20How%20to%20Buy%20an%20RTX%203080%2C%203090%20or%203070%20&article_url=https%3A%2F%2Fwww.tomshardware.com%2Fnews%2Fwhere-and-how-to-buy-rtx-3080-3090-3070" data-original-href="https://www.bestbuy.com/site/searchpage.jsp?_dyncharset=UTF-8&browsedCategory=abcat0507002&id=pcat17071&iht=n&ks=960&list=y&qp=gpusv_facet%3DGraphics%20Processing%20Unit%20(GPU)~NVIDIA%20GeForce%20RTX%203070&sc=Global&st=categoryid%24abcat0507002&type=page&usc=All%20Categories" target="_blank" rel="nofollow noopener">Best Buy</a> I <a href="https://target.georiot.com/Proxy.ashx?tsid=45723&GR_URL=https%3A%2F%2Fwww.amazon.com%2Fstores%2Fpage%2F127E4131-DA71-49E3-902E-C382ABEC4AC3%3Ftag%3Dhawk-future-20%26ascsubtag%3Dtomshardware-gb-4871502782316978000-20" data-original-href="https://www.amazon.com/stores/page/127E4131-DA71-49E3-902E-C382ABEC4AC3" target="_blank" rel="nofollow noopener">Amazon</a> I <a href="https://www.bhphotovideo.com/?BI=20811&KBID=16572&SID=tomshardware-gb-5590006219292612000" data-original-href="https://www.bhphotovideo.com/" target="_blank" rel="nofollow noopener">B&H</a> I <a href="https://click.linksynergy.com/deeplink?id=kXQk6%2AivFEQ&mid=44583&u1=tomshardware-gb-7699950308557900000&murl=https%3A%2F%2Fwww.newegg.com%2Fp%2Fpl%3Fd%3Drtx%2B3070" data-original-href="https://www.newegg.com/p/pl?d=rtx+3070" target="_blank" rel="nofollow noopener">Newegg</a></p><p><strong>US RTX 3070 resellers at a glance: </strong><a href="https://rover.ebay.com/rover/1/711-53200-19255-0/1?ff3=4&pub=5575033159&toolid=10001&campid=5337827784&customid=tomshardware-gb-5943228273252189000&mpre=https%3A%2F%2Fwww.ebay.com%2Fsch%2Fi.html%3F_from%3DR40%26_trksid%3Dp2334524.m570.l1313%26_nkw%3DRTX%2B3090%26_sacat%3D0%26LH_TitleDesc%3D0%26_odkw%3DRTX%2B3080%26ssPageName%3DGSTL" data-original-href="https://www.ebay.com/sch/i.html?_from=R40&_trksid=p2334524.m570.l1313&_nkw=RTX+3090&_sacat=0&LH_TitleDesc=0&_odkw=RTX+3080&ssPageName=GSTL" target="_blank" rel="nofollow noopener">eBay</a> I <a href="https://go.redirectingat.com/?id=92X1584492&xcust=tomshardware_gb_2088247182939634700&xs=1&url=https%3A%2F%2Fstockx.com%2Fsearch%2Fcollectibles%3Fs%3Drtx%25203090&sref=https%3A%2F%2Fwww.tomshardware.com%2Fnews%2Fwhere-and-how-to-buy-rtx-3080-3090-3070" data-original-href="https://stockx.com/search/collectibles?s=rtx%203090" target="_blank" rel="nofollow noopener">stockX</a></p><p>Rounding out the RTX 3000-series releases is the <a href="https://click.linksynergy.com/deeplink?id=kXQk6%2AivFEQ&mid=44270&u1=tomshardware-gb-2547432576311593000&murl=https%3A%2F%2Fwww.nvidia.com%2Fen-us%2Fgeforce%2Fgraphics-cards%2F30-series%2Frtx-3070%2F" data-original-href="https://www.nvidia.com/en-us/geforce/graphics-cards/30-series/rtx-3070/" target="_blank" rel="nofollow noopener">RTX 3070</a>, which was originally expected to launch on October 15 but was <a href="https://www.tomshardware.com/uk/news/nvidia-delays-rtx-3070-by-2-weeks-to-avoid-another-disappointing-launch">pushed back to October 29th</a> to increase launch day stock. The RTX 3070 is the most affordable of the RTX 3000 cards, packing 5,888 CUs for prices starting at $499.00 and targeting <a href="https://www.tomshardware.com/uk/reviews/what-is-qhd-wqhd,5755.html">1440p</a> gameplay. In leaked tests, it performed <a href="https://www.tomshardware.com/uk/news/rtx-3070-geekbench-results">slightly better than a 2080 Ti</a> despite its much lower cost, and our own <a href="https://www.tomshardware.com/uk/news/nvidia-geforce-rtx-3070-founders-edition-review">review</a> also compared it to a 2080 Ti. </p><p>Despite the release delay, RTX 3070s repeated the pattern of the other RTX 3000 series card launches and also <a href="https://www.tomshardware.com/uk/news/nvidia-rtx-3070-graphics-cards-to-sell-out-in-minutes-newegg">sold out within minutes</a> after going live. That's not a surprise, given <a href="https://www.tomshardware.com/uk/news/proshop-rtx-3070-numbers-update">Proshop's inventory numbers</a> before the card went up. Still, we will continue to monitor stock and update this page if we see any.</p><ul><li><a href="https://rover.ebay.com/rover/1/711-53200-19255-0/1?ff3=4&pub=5575033159&toolid=10001&campid=5337827784&customid=tomshardware-gb-5943228273252189000&mpre=https%3A%2F%2Fwww.ebay.com%2Fsch%2Fi.html%3F_from%3DR40%26_trksid%3Dp2334524.m570.l1313%26_nkw%3DRTX%2B3090%26_sacat%3D0%26LH_TitleDesc%3D0%26_odkw%3DRTX%2B3080%26ssPageName%3DGSTL" data-original-href="https://www.ebay.com/sch/i.html?_from=R40&_trksid=p2334524.m570.l1313&_nkw=RTX+3090&_sacat=0&LH_TitleDesc=0&_odkw=RTX+3080&ssPageName=GSTL" target="_blank" rel="nofollow noopener">eBay</a>: Like the RTX cards that launched before it, the RTX 3070 is all over eBay. Reputable listings seem to start around $600.</li><li><a href="https://go.redirectingat.com/?id=92X1584492&xcust=tomshardware_gb_2088247182939634700&xs=1&url=https%3A%2F%2Fstockx.com%2Fsearch%2Fcollectibles%3Fs%3Drtx%25203090&sref=https%3A%2F%2Fwww.tomshardware.com%2Fnews%2Fwhere-and-how-to-buy-rtx-3080-3090-3070" data-original-href="https://stockx.com/search/collectibles?s=rtx%203090" target="_blank" rel="nofollow noopener">stockX</a>: There is currently a single RTX 3070 unit up on stockX for $899.</li><li><a href="https://shop-links.co/link?publisher_slug=future&exclusive=1&u1=tomshardware-gb-1939182052350785300&url=https%3A%2F%2Fwww.bestbuy.com%2Fsite%2Fsearchpage.jsp%3F_dyncharset%3DUTF-8%26browsedCategory%3Dabcat0507002%26id%3Dpcat17071%26iht%3Dn%26ks%3D960%26list%3Dy%26qp%3Dgpusv_facet%253DGraphics%2520Processing%2520Unit%2520%28GPU%29~NVIDIA%2520GeForce%2520RTX%25203070%26sc%3DGlobal%26st%3Dcategoryid%2524abcat0507002%26type%3Dpage%26usc%3DAll%2520Categories&article_name=Where%20and%20How%20to%20Buy%20an%20RTX%203080%2C%203090%20or%203070%20&article_url=https%3A%2F%2Fwww.tomshardware.com%2Fnews%2Fwhere-and-how-to-buy-rtx-3080-3090-3070" data-original-href="https://www.bestbuy.com/site/searchpage.jsp?_dyncharset=UTF-8&browsedCategory=abcat0507002&id=pcat17071&iht=n&ks=960&list=y&qp=gpusv_facet%3DGraphics%20Processing%20Unit%20(GPU)~NVIDIA%20GeForce%20RTX%203070&sc=Global&st=categoryid%24abcat0507002&type=page&usc=All%20Categories" target="_blank" rel="nofollow noopener">Best Buy</a> lists the Nvidia Founders Edition, but you can't preorder. It also has options from Gigabyte, EVGA and PNY. Prices vary from $499 to $569 depending on product.</li><li><a href="https://target.georiot.com/Proxy.ashx?tsid=45723&GR_URL=https%3A%2F%2Fwww.amazon.com%2Fstores%2Fpage%2F127E4131-DA71-49E3-902E-C382ABEC4AC3%3Ftag%3Dhawk-future-20%26ascsubtag%3Dtomshardware-gb-2119697988644363500-20" target="_blank" data-original-href="https://www.amazon.com/stores/page/127E4131-DA71-49E3-902E-C382ABEC4AC3" rel="nofollow noopener">Amazon </a>has two PNY models listed. Amazon isn't taking pre-orders either, but you can sign up to be notified when products become available. </li><li>B&H has two RTX 3070 models currently listed on its store, both from Gigabyte. One costs <a href="https://www.bhphotovideo.com/c/product/1599833-REG/gigabyte_gv_n3070eagle_8gd_geforce_rtx_3070_eagle.html?BI=20811&KBID=16572&SID=tomshardware-gb-6555949119139185000" data-original-href="https://www.bhphotovideo.com/c/product/1599833-REG/gigabyte_gv_n3070eagle_8gd_geforce_rtx_3070_eagle.html" target="_blank" rel="nofollow noopener">$599</a> and the other costs <a href="https://www.bhphotovideo.com/c/product/1598689-REG/gigabyte_gv_n3070gaming_oc_8gd_geforce_rtx_3070_gaming.html?BI=20811&KBID=16572&SID=tomshardware-gb-1466103707708163600" data-original-href="https://www.bhphotovideo.com/c/product/1598689-REG/gigabyte_gv_n3070gaming_oc_8gd_geforce_rtx_3070_gaming.html" target="_blank" rel="nofollow noopener">$649</a>, and you can sign up to be notified when they become available.</li><li><a href="https://click.linksynergy.com/deeplink?id=kXQk6%2AivFEQ&mid=44583&u1=tomshardware-gb-7699950308557900000&murl=https%3A%2F%2Fwww.newegg.com%2Fp%2Fpl%3Fd%3Drtx%2B3070" data-original-href="https://www.newegg.com/p/pl?d=rtx+3070" target="_blank" rel="nofollow noopener">Newegg</a> has RTX 3070 model listings from MSI, Zotac, Asus and Gigabyte. Prices range from $539 to $899.</li></ul><h2 id="pre-builts-with-rtx">Pre-Builts with RTX</h2><p><strong>US RTX Pre-Built Systems at a glance: </strong><a href="https://www.anrdoezrs.net/links/8900246/type/dlg/sid/tomshardware-gb-6603494769911888000/https://www.ibuypower.com/gaming-pcs/nvidia-gpus/nvidia-geforce-rtx-30-series?cm_mmc=CJ-_-7706533-_-3486349-_-www.ibuypower.com&utm_source=cj&utm_content=7706533&utm_term=14083201&cjevent=c3ca588bf9e111ea8313008e0a24060d#BUY-GEFORCE-GTX-30-SERIES" data-original-href="https://www.ibuypower.com/gaming-pcs/nvidia-gpus/nvidia-geforce-rtx-30-series?cm_mmc=CJ-_-7706533-_-3486349-_-www.ibuypower.com&utm_source=cj&utm_content=7706533&utm_term=14083201&cjevent=c3ca588bf9e111ea8313008e0a24060d#BUY-GEFORCE-GTX-30-SERIES" target="_blank" rel="nofollow noopener">iBuyPower</a> I <a href="https://velocitymicro.com/index.php" data-original-href="https://velocitymicro.com/index.php">Velocity Micro</a> I <a href="https://www.anrdoezrs.net/links/8900246/type/dlg/sid/tomshardware-gb-2965112974602192000/https://www.dell.com/en-us/member/shop/gaming-and-games/alienware-aurora-r11-gaming-desktop/spd/alienware-aurora-r11-desktop/wdaurr1141h?AID=7706533&cjevent=c7954ffff9e211ea83fa009e0a240610&gacd=9694607-23736398-5750457-266319267-127795103&dgc=af&VEN1=12839518-7706533-pcg-us-1005811462612851200&dclid=CjgKEAjwtZH7BRCU5POi_Mbi_lsSJAA_QvQF3lKHf0GoxdhJuFEvHtwcJ7Y2uN0m5xJFK57T0J9QdPD_BwE" data-original-href="https://www.dell.com/en-us/member/shop/gaming-and-games/alienware-aurora-r11-gaming-desktop/spd/alienware-aurora-r11-desktop/wdaurr1141h?AID=7706533&cjevent=c7954ffff9e211ea83fa009e0a240610&gacd=9694607-23736398-5750457-266319267-127795103&dgc=af&VEN1=12839518-7706533-pcg-us-1005811462612851200&dclid=CjgKEAjwtZH7BRCU5POi_Mbi_lsSJAA_QvQF3lKHf0GoxdhJuFEvHtwcJ7Y2uN0m5xJFK57T0J9QdPD_BwE" target="_blank" rel="nofollow noopener">Alienware</a> I <a href="https://www.cyberpowerpc.com/category/gaming-pcs/" data-original-href="https://www.cyberpowerpc.com/category/gaming-pcs/">Cyberpower</a> I <a href="https://www.falcon-nw.com/promos?promo=geforce-rtx-30-series" data-original-href="https://www.falcon-nw.com/promos?promo=geforce-rtx-30-series">Falcon Northwest</a></p><p>RTX 3080 and RTX 3090 cards are still sold out across all stores, but there are pre-built systems that include the cards still available. </p><ul><li><a href="https://www.anrdoezrs.net/links/8900246/type/dlg/sid/tomshardware-gb-2297373977006358800/https://www.ibuypower.com/gaming-pcs/nvidia-gpus/nvidia-geforce-rtx-30-series?cm_mmc=CJ-_-7706533-_-3486349-_-www.ibuypower.com&utm_source=cj&utm_content=7706533&utm_term=14083201&cjevent=c3ca588bf9e111ea8313008e0a24060d#BUY-GEFORCE-GTX-30-SERIES" target="_blank" data-original-href="https://www.ibuypower.com/gaming-pcs/nvidia-gpus/nvidia-geforce-rtx-30-series?cm_mmc=CJ-_-7706533-_-3486349-_-www.ibuypower.com&utm_source=cj&utm_content=7706533&utm_term=14083201&cjevent=c3ca588bf9e111ea8313008e0a24060d#BUY-GEFORCE-GTX-30-SERIES" rel="nofollow noopener">iBuyPower </a>has desktop systems with RTX 3080 cards available for preorder. </li><li><a href="https://velocitymicro.com/index.php" target="_blank" data-original-href="https://velocitymicro.com/index.php">Velocity Micro</a> is still letting you add an RTX 3080 to any of its full tower or workstation desktops. The company is currently quoting a 3-week lead time for deliveries.</li><li><a href="https://www.anrdoezrs.net/links/8900246/type/dlg/sid/tomshardware-gb-8619837661866529000/https://www.dell.com/en-us/member/shop/gaming-and-games/alienware-aurora-r11-gaming-desktop/spd/alienware-aurora-r11-desktop/wdaurr1141h?AID=7706533&cjevent=c7954ffff9e211ea83fa009e0a240610&gacd=9694607-23736398-5750457-266319267-127795103&dgc=af&VEN1=12839518-7706533-pcg-us-1005811462612851200&dclid=CjgKEAjwtZH7BRCU5POi_Mbi_lsSJAA_QvQF3lKHf0GoxdhJuFEvHtwcJ7Y2uN0m5xJFK57T0J9QdPD_BwE" target="_blank" data-original-href="https://www.dell.com/en-us/member/shop/gaming-and-games/alienware-aurora-r11-gaming-desktop/spd/alienware-aurora-r11-desktop/wdaurr1141h?AID=7706533&cjevent=c7954ffff9e211ea83fa009e0a240610&gacd=9694607-23736398-5750457-266319267-127795103&dgc=af&VEN1=12839518-7706533-pcg-us-1005811462612851200&dclid=CjgKEAjwtZH7BRCU5POi_Mbi_lsSJAA_QvQF3lKHf0GoxdhJuFEvHtwcJ7Y2uN0m5xJFK57T0J9QdPD_BwE" rel="nofollow noopener">Alienware </a>currently has a (fairly expensive) gaming desktop with an RTX 3090, and the company told <a href="https://www.pcgamer.com/nvidia-geforce-rtx-3080-how-to-buy/" target="_blank" data-original-href="https://www.pcgamer.com/nvidia-geforce-rtx-3080-how-to-buy/">PC Gamer</a> that more configurations will be available soon. It is currently quoting a 3-4 week delivery time. </li><li><a href="https://www.cyberpowerpc.com/category/gaming-pcs/" target="_blank" data-original-href="https://www.cyberpowerpc.com/category/gaming-pcs/">Cyberpower </a>currently has 8 desktops available with RTX 3080s. Expect a 3 week lead time on deliveries. </li><li><a href="https://www.falcon-nw.com/promos?promo=geforce-rtx-30-series" target="_blank" data-original-href="https://www.falcon-nw.com/promos?promo=geforce-rtx-30-series">Falcon Northwest</a> is currently allowing customers to add RTX 3080s to their FragBox, Talon and Tiki system orders. </li></ul><p>Also, keep an eye on our <a href="https://www.tomshardware.com/uk/news/best-gaming-pc-deals-2020" data-original-url="https://www.tomshardware.com/news/best-prime-day-gaming-pc-deals-2020">Best Gaming PC deals</a> page- we'll update it if we find any deals (or more likely at this point, bundles) on systems with RTX cards in them.</p><p>That’s it for now. We’ll keep this page updated as more information arises, which might last even beyond the RTX 3070’s launch. For instance, we've recently seen <a href="https://www.tomshardware.com/uk/news/rtx-3060-ti-rumor-firstlook">RTX 3060 Ti</a> listings popping up in <a href="https://www.tomshardware.com/uk/news/nvidia-geforce-rtx-3060-ti-pricing">overseas stores</a>.</p><div id="futr_botr_SzkW6ASo_ANn1bv7q_div" class="future__jwplayer"><div id="botr_SzkW6ASo_ANn1bv7q_div"></div></div>
|
||
<div class="onesignal-customlink-container"></div>
|
||
</div>
|
||
<div class="article-sponsored-post slot-1">
|
||
<!-- stuffs -->
|
||
<div style="width:100%"></div>
|
||
</div>
|
||
<div class="article-sponsored-post slot-2">
|
||
<!-- stuffs -->
|
||
<div style="width:100%"></div>
|
||
</div>
|
||
<div class="article-sponsored-post slot-3">
|
||
<!-- stuffs -->
|
||
<div style="width:100%"></div>
|
||
</div>
|
||
<!-- Drop in a standard article here maybe? -->
|
||
<div class="read-more-container"></div>
|
||
<div id="this-will-be-used-for-mpu-2"></div>
|
||
</section>
|
||
<div class="after-article-tags">
|
||
<div class="box" id="articleTag">
|
||
<span class="separator-heading">Topics</span>
|
||
<div class="tag">
|
||
<a href="https://www.tomshardware.com/uk/topics/graphics-cards">Graphics Cards</a>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
<div class="xenforo-comments-see-all">
|
||
<a href="#xenforo-comments-3646260">
|
||
<button>
|
||
<i class="icon icon-comment"></i>
|
||
<span class="comments-total">See all comments (32)</span>
|
||
</button>
|
||
</a>
|
||
</div>
|
||
<script>
|
||
window._taboola = window._taboola || [];
|
||
var taboola_lists = [];
|
||
function taboola_is_device(device) {
|
||
if ((! device) || device === null || (typeof device) === 'undefined') return true
|
||
if (device === 'amp') return false
|
||
if (device === 'desktop' && window.screen.width >= 700) return true
|
||
if (device === 'mobile' && window.screen.width < 700) return true
|
||
return false
|
||
}
|
||
</script>
|
||
<footer class="van_taboola" id="taboola-below-article-thumbnails"></footer>
|
||
<script>
|
||
if (taboola_is_device("desktop")) {
|
||
taboola_lists.push({
|
||
mode: "thumbnails-f",
|
||
container: "taboola-below-article-thumbnails",
|
||
placement: "Below Article Thumbnails",
|
||
target_type: "mix"
|
||
});
|
||
}
|
||
</script>
|
||
<footer class="van_taboola" id="taboola-mobile-below-article-thumbnails"></footer>
|
||
<script>
|
||
if (taboola_is_device("mobile")) {
|
||
taboola_lists.push({
|
||
mode: "thumbnails-g",
|
||
container: "taboola-mobile-below-article-thumbnails",
|
||
placement: "Mobile Below Article Thumbnails",
|
||
target_type: "mix"
|
||
});
|
||
}
|
||
</script>
|
||
<footer class="van_taboola" id=""></footer>
|
||
<script>
|
||
if (taboola_is_device("amp")) {
|
||
taboola_lists.push({
|
||
mode: "thumbnails-a",
|
||
container: "",
|
||
placement: "below-main-column",
|
||
target_type: ""
|
||
});
|
||
}
|
||
</script>
|
||
<script>
|
||
for(var i = 0; i < taboola_lists.length; i++){
|
||
_taboola.push(taboola_lists[i]);
|
||
}
|
||
</script>
|
||
<div class="xenforo-comment-widget xenforo-comments-32" id="xenforo-comments-3646260">
|
||
<input type="checkbox" class="read-more-state" id="xenforo-collaps-trigger-3646260">
|
||
<div class="xenforo-comments-header">
|
||
<span class="comments-total">32 Comments</span>
|
||
<a href="https://forums.tomshardware.com/threads/where-and-how-to-buy-an-rtx-3080-3090-or-3070.3646260/" class="" target="blank">
|
||
<span>Comment from the forums</span>
|
||
<span class="icon icon-arrow-right"></span>
|
||
</a>
|
||
</div>
|
||
<ul class="xenforo-comments-list">
|
||
<li class="xenforo-comment" id="xenforo-comment-21968226">
|
||
<div class="avatar" style="background-image: url('https://forums.tomshardware.com/data/avatars/s/1903/1903303.jpg?1547199327')"></div>
|
||
<div class="xenforo-comment-content">
|
||
<header>
|
||
<span class="author-name">nostrocrompt</span>
|
||
<span class="post-date">17 September 2020 14:17</span>
|
||
</header>
|
||
<div class="js-read-more" data-rm-words="60">
|
||
How to buy: be a bot, otherwise, you're SOL.
|
||
</div>
|
||
<span class="xf-comment-reply">
|
||
<a href="https://forums.tomshardware.com/threads/where-and-how-to-buy-an-rtx-3080-3090-or-3070.3646260/" target="blank">
|
||
<span>Reply</span>
|
||
<span class="icon icon-arrow-right"></span>
|
||
</a>
|
||
</span>
|
||
</div>
|
||
</li>
|
||
<li class="xenforo-comment" id="xenforo-comment-21968336">
|
||
<div class="avatar" style="background-image: url('/media/img/missing-image.svg')"></div>
|
||
<div class="xenforo-comment-content">
|
||
<header>
|
||
<span class="author-name">bollwerk</span>
|
||
<span class="post-date">17 September 2020 15:03</span>
|
||
</header>
|
||
<div class="js-read-more" data-rm-words="60">
|
||
Yep. Got my email from Nvidia at 7:14am. Checked site at 7:30am. Already sold out.
|
||
</div>
|
||
<span class="xf-comment-reply">
|
||
<a href="https://forums.tomshardware.com/threads/where-and-how-to-buy-an-rtx-3080-3090-or-3070.3646260/" target="blank">
|
||
<span>Reply</span>
|
||
<span class="icon icon-arrow-right"></span>
|
||
</a>
|
||
</span>
|
||
</div>
|
||
</li>
|
||
<li class="xenforo-comment" id="xenforo-comment-21968450">
|
||
<div class="avatar" style="background-image: url('https://forums.tomshardware.com/data/avatars/s/2842/2842527.jpg?1600358670')"></div>
|
||
<div class="xenforo-comment-content">
|
||
<header>
|
||
<span class="author-name">michaelbrandi</span>
|
||
<span class="post-date">17 September 2020 16:08</span>
|
||
</header>
|
||
<div class="js-read-more" data-rm-words="60">
|
||
As predicted by many reviewers and journalists, it seems mostly to be vaporware, on the Danish section of the website, it went straight from "Be Notified" to Sold Out, so there were not really any cards available for sale at any point in time. I guess I will skip this generation, or maybe switch to AMD if they can deliver anything competitive. Michael
|
||
</div>
|
||
<span class="xf-comment-reply">
|
||
<a href="https://forums.tomshardware.com/threads/where-and-how-to-buy-an-rtx-3080-3090-or-3070.3646260/" target="blank">
|
||
<span>Reply</span>
|
||
<span class="icon icon-arrow-right"></span>
|
||
</a>
|
||
</span>
|
||
</div>
|
||
</li>
|
||
<li class="xenforo-comment" id="xenforo-comment-21968455">
|
||
<div class="avatar" style="background-image: url('/media/img/missing-image.svg')"></div>
|
||
<div class="xenforo-comment-content">
|
||
<header>
|
||
<span class="author-name">hotaru.hino</span>
|
||
<span class="post-date">17 September 2020 16:10</span>
|
||
</header>
|
||
<div class="js-read-more" data-rm-words="60">
|
||
<blockquote><div class="author"><span>michaelbrandi</span> said:</div>As predicted by many reviewers and journalists, it seems mostly to be vaporware, on the Danish section of the website, it went straight from "Be Notified" to Sold Out, so there were not really any cards available for sale at any point in time. I guess I will skip this generation, or maybe switch to AMD if they can deliver anything competitive. Michael</blockquote>I expect the same exact thing when AMD releases their card: opportunists will just buy up all of the stock then turn around to sell them on eBay for a stupid markup.
|
||
</div>
|
||
<span class="xf-comment-reply">
|
||
<a href="https://forums.tomshardware.com/threads/where-and-how-to-buy-an-rtx-3080-3090-or-3070.3646260/" target="blank">
|
||
<span>Reply</span>
|
||
<span class="icon icon-arrow-right"></span>
|
||
</a>
|
||
</span>
|
||
</div>
|
||
</li>
|
||
<li class="xenforo-comment xenforo-read-more-target" id="xenforo-comment-21968458">
|
||
<div class="avatar" style="background-image: url('/media/img/missing-image.svg')"></div>
|
||
<div class="xenforo-comment-content">
|
||
<header>
|
||
<span class="author-name">Ast1on</span>
|
||
<span class="post-date">17 September 2020 16:13</span>
|
||
</header>
|
||
<div class="js-read-more" data-rm-words="60">
|
||
A 650W-700W PSU will be just fine.<br>
|
||
Ordering those nvidia cars if you have a 2000 series is plain stupid, people should wait AMD.<br>
|
||
If 1000 series and you still do not like AMD (and its possible issues), sure go for it, but even then always better to see what the competition will bring and how it affects prices.
|
||
</div>
|
||
<span class="xf-comment-reply">
|
||
<a href="https://forums.tomshardware.com/threads/where-and-how-to-buy-an-rtx-3080-3090-or-3070.3646260/" target="blank">
|
||
<span>Reply</span>
|
||
<span class="icon icon-arrow-right"></span>
|
||
</a>
|
||
</span>
|
||
</div>
|
||
</li>
|
||
<li class="xenforo-comment xenforo-read-more-target" id="xenforo-comment-21968469">
|
||
<div class="avatar" style="background-image: url('https://forums.tomshardware.com/data/avatars/s/2842/2842527.jpg?1600358670')"></div>
|
||
<div class="xenforo-comment-content">
|
||
<header>
|
||
<span class="author-name">michaelbrandi</span>
|
||
<span class="post-date">17 September 2020 16:18</span>
|
||
</header>
|
||
<div class="js-read-more" data-rm-words="60">
|
||
<blockquote><div class="author"><span>hotaru.hino</span> said:</div>I expect the same exact thing when AMD releases their card: opportunists will just buy up all of the stock then turn around to sell them on eBay for a stupid markup.</blockquote><br>
|
||
No one bought anything, I was literally checking the page every minute, there was never any cards for sale from Nvidia at any time (on the Danish section anyway), they just flicked a switch so it said Sold Out. I read an article from a journalist yesterday that claimed that there is some kind of scam going on from Nvidia's end, of course I didn't believe that it could be true, but now I'm seeing exactly what he was predicted would happen. Michael
|
||
</div>
|
||
<span class="xf-comment-reply">
|
||
<a href="https://forums.tomshardware.com/threads/where-and-how-to-buy-an-rtx-3080-3090-or-3070.3646260/" target="blank">
|
||
<span>Reply</span>
|
||
<span class="icon icon-arrow-right"></span>
|
||
</a>
|
||
</span>
|
||
</div>
|
||
</li>
|
||
<li class="xenforo-comment xenforo-read-more-target" id="xenforo-comment-21968552">
|
||
<div class="avatar" style="background-image: url('https://forums.tomshardware.com/data/avatars/s/1389/1389133.jpg?1547199327')"></div>
|
||
<div class="xenforo-comment-content">
|
||
<header>
|
||
<span class="author-name">Wick422</span>
|
||
<span class="post-date">17 September 2020 17:03</span>
|
||
</header>
|
||
<div class="js-read-more" data-rm-words="60">
|
||
Try here lol....<br>
|
||
https://www.ebay.com/itm/154091739818?_trksid=p2471758.m4704 <br>
|
||
<br>
|
||
</div>
|
||
<span class="xf-comment-reply">
|
||
<a href="https://forums.tomshardware.com/threads/where-and-how-to-buy-an-rtx-3080-3090-or-3070.3646260/" target="blank">
|
||
<span>Reply</span>
|
||
<span class="icon icon-arrow-right"></span>
|
||
</a>
|
||
</span>
|
||
</div>
|
||
</li>
|
||
<li class="xenforo-comment xenforo-read-more-target" id="xenforo-comment-21968637">
|
||
<div class="avatar" style="background-image: url('/media/img/missing-image.svg')"></div>
|
||
<div class="xenforo-comment-content">
|
||
<header>
|
||
<span class="author-name">jgould78</span>
|
||
<span class="post-date">17 September 2020 17:45</span>
|
||
</header>
|
||
<div class="js-read-more" data-rm-words="60">
|
||
<blockquote><div class="author"><span>michaelbrandi</span> said:</div>No one bought anything, I was literally checking the page every minute, there was never any cards for sale from Nvidia at any time (on the Danish section anyway), they just flicked a switch so it said Sold Out. I read an article from a journalist yesterday that claimed that there is some kind of scam going on from Nvidia's end, of course I didn't believe that it could be true, but now I'm seeing exactly what he was predicted would happen. Michael</blockquote><br>
|
||
Same as the Dutch site...
|
||
</div>
|
||
<span class="xf-comment-reply">
|
||
<a href="https://forums.tomshardware.com/threads/where-and-how-to-buy-an-rtx-3080-3090-or-3070.3646260/" target="blank">
|
||
<span>Reply</span>
|
||
<span class="icon icon-arrow-right"></span>
|
||
</a>
|
||
</span>
|
||
</div>
|
||
</li>
|
||
<li class="xenforo-comment xenforo-read-more-target" id="xenforo-comment-21968685">
|
||
<div class="avatar" style="background-image: url('/media/img/missing-image.svg')"></div>
|
||
<div class="xenforo-comment-content">
|
||
<header>
|
||
<span class="author-name">coloradoblah</span>
|
||
<span class="post-date">17 September 2020 18:21</span>
|
||
</header>
|
||
<div class="js-read-more" data-rm-words="60">
|
||
Jensen can only bake so many in his oven apparently ...yes I know it's a lame ass joke.
|
||
</div>
|
||
<span class="xf-comment-reply">
|
||
<a href="https://forums.tomshardware.com/threads/where-and-how-to-buy-an-rtx-3080-3090-or-3070.3646260/" target="blank">
|
||
<span>Reply</span>
|
||
<span class="icon icon-arrow-right"></span>
|
||
</a>
|
||
</span>
|
||
</div>
|
||
</li>
|
||
<li class="xenforo-comment xenforo-read-more-target" id="xenforo-comment-21968923">
|
||
<div class="avatar" style="background-image: url('/media/img/missing-image.svg')"></div>
|
||
<div class="xenforo-comment-content">
|
||
<header>
|
||
<span class="author-name">Blitz Hacker</span>
|
||
<span class="post-date">17 September 2020 20:34</span>
|
||
</header>
|
||
<div class="js-read-more" data-rm-words="60">
|
||
<blockquote><div class="author"><span>coloradoblah</span> said:</div>Jensen can only bake so many in his oven apparently ...yes I know it's a lame ass joke.</blockquote>Made me laugh. ;) Shouldn't of.. but did
|
||
</div>
|
||
<span class="xf-comment-reply">
|
||
<a href="https://forums.tomshardware.com/threads/where-and-how-to-buy-an-rtx-3080-3090-or-3070.3646260/" target="blank">
|
||
<span>Reply</span>
|
||
<span class="icon icon-arrow-right"></span>
|
||
</a>
|
||
</span>
|
||
</div>
|
||
</li>
|
||
<li class="xenforo-comment xenforo-comments-view-all-button xenforo-read-more-target">
|
||
<a href="https://forums.tomshardware.com/threads/where-and-how-to-buy-an-rtx-3080-3090-or-3070.3646260/" class="xenforo-comments-view-all" target="blank">
|
||
<button class="xenforo-comments-view-all">
|
||
<span>View All 32 Comments</span>
|
||
<span class="icon icon-arrow-right"></span>
|
||
</button>
|
||
</a>
|
||
</li>
|
||
</ul>
|
||
<label for="xenforo-collaps-trigger-3646260" class="read-more-xenforo-comments">
|
||
Show more comments <span class="icon icon-arrow-right"></span>
|
||
</label>
|
||
</div>
|
||
<div class="related-articles-block">
|
||
<div id="expanding-articles"></div> </div>
|
||
<footer id="comment-jump">
|
||
</footer>
|
||
</article>
|
||
<aside id="sidebar">
|
||
<div id="sidebar-top" class="adunit"></div>
|
||
<section class="box newsletter-signup">
|
||
<div class="separator-heading">
|
||
<span>
|
||
<i class="icon icon-envelope white"></i><span class="newsletter-title">Be In the Know</span>
|
||
</span>
|
||
</div>
|
||
<div class="grey-box">
|
||
<p>Get instant access to breaking news, in-depth reviews and helpful tips.</p>
|
||
<form class="emailform" method="GET" action="https://www.tomshardware.com/uk/email-signup">
|
||
<div class="input__wrapper">
|
||
<input type="text" class="name__input" name="NAME" value>
|
||
<input type="email" class="mail__input" name="MAIL" value placeholder="Your Email Address" required>
|
||
</div>
|
||
<div class="emailform__radio-buttons" id="emailform__consent-news-and-offers">
|
||
<span>Receive news and offers from our other brands?</span>
|
||
<div class="emailform__consent__radio-buttons">
|
||
<label class="emailform__radio-buttons__label">
|
||
<input type="radio" id="emailform__consent-news-and-offers-yes" class="emailform__radio-buttons__radio" value="1" name="CONTACT_OTHER_BRANDS" required>
|
||
Yes
|
||
</label>
|
||
<label class="emailform__radio-buttons__label">
|
||
<input type="radio" id="emailform__consent-news-and-offers-no" class="emailform__radio-buttons__radio" value="0" name="CONTACT_OTHER_BRANDS" required>
|
||
No
|
||
</label>
|
||
</div>
|
||
</div>
|
||
<div class="emailform__radio-buttons" id="emailform__consent-partners-and-sponsors">
|
||
<span>Receive mail from us on behalf of our trusted partners or sponsors?</span>
|
||
<div class="emailform__consent__radio-buttons">
|
||
<label class="emailform__radio-buttons__label">
|
||
<input type="radio" id="emailform__consent-partners-and-sponsors-yes" class="emailform__radio-buttons__radio" value="1" name="CONTACT_PARTNERS" required>
|
||
Yes
|
||
</label>
|
||
<label class="emailform__radio-buttons__label">
|
||
<input type="radio" id="emailform__consent-partners-and-sponsors-no" class="emailform__radio-buttons__radio" value="0" name="CONTACT_PARTNERS" required>
|
||
No
|
||
</label>
|
||
</div>
|
||
</div>
|
||
<div class="submit__wrapper">
|
||
<input class="submit__button" type="submit" value="Sign me up">
|
||
</div>
|
||
<input type="hidden" class="hidden__id" name="ID" id="ID" value="PbkPj5hSTiI7DaHxA%2BxhNEnb2DC0sRfetMa8wX06DbF4AUl5zRkYymPQ7Wzu1%2BA6Sh5nStr7zk%2Bl5%2Bh9b8">
|
||
<input type="hidden" class="hidden__brand" name="BRAND" id="BRAND" value="TSH">
|
||
<input type="hidden" class="hidden__lang" name="LANG" id="LANG" value="EN">
|
||
<input type="hidden" class="hidden__source" name="SOURCE" id="SOURCE" value="2">
|
||
</form>
|
||
<div class="successmessage --hide-me">
|
||
<p>Thank you for signing up to Tom's Hardware. You will receive a verification email shortly.</p>
|
||
</div>
|
||
<div class="failuremessage --hide-me">
|
||
<p>There was a problem. Please refresh the page and try again.</p>
|
||
</div>
|
||
<footer>
|
||
<small>No spam, we promise. You can unsubscribe at any time and we'll never share your details without your permission.</small>
|
||
</footer>
|
||
</div>
|
||
</section>
|
||
<div id="sidebar-popular-top" class="adunit"></div>
|
||
<section class="popular-box">
|
||
<div id="popular-box-wrapper" class="style1">
|
||
<div class="most-popular-tab-bar">
|
||
<input type="radio" name="popradio" id="popradio-1" checked>
|
||
<input type="radio" name="popradio" id="popradio-2">
|
||
<div id="popularcontent">
|
||
<div class="flex-row">
|
||
<label class="poplabel" id="poplabel-1" for="popradio-1">
|
||
<span>Most Popular</span>
|
||
</label>
|
||
<label class="poplabel" id="poplabel-2" for="popradio-2">
|
||
<span>Most Shared</span>
|
||
</label>
|
||
</div>
|
||
<ol class="popular-list active" id="poplist-1">
|
||
<li class="most-popular-item first-article">
|
||
<div style="width:100%">
|
||
<a href="https://www.tomshardware.com/uk/news/xiaomi-ningmei-rubik-cube-mini-pc-specifications-pricing" aria-label="Xiaomi Cooks Up Palm Size Intel Mini-PC, Starting at $149">
|
||
<picture><source type="image/webp" alt="" class=" lazy-image-van optional-image" onerror="if(this.src && this.src.indexOf('missing-image.svg') !== -1){return true;};this.parentNode.replaceChild(window.missingImage(),this)" sizes="99vw" data-normal="https://vanilla.futurecdn.net/tomshardware/media/img/missing-image.svg" data-srcset="https://cdn.mos.cms.futurecdn.net/H3Vwpscp3kccCtGbZ2uSzH-320-80.jpg.webp 320w, https://cdn.mos.cms.futurecdn.net/H3Vwpscp3kccCtGbZ2uSzH-450-80.jpg.webp 450w, https://cdn.mos.cms.futurecdn.net/H3Vwpscp3kccCtGbZ2uSzH-970-80.jpg.webp 970w, https://cdn.mos.cms.futurecdn.net/H3Vwpscp3kccCtGbZ2uSzH-1024-80.jpg.webp 1024w" data-original-mos="https://cdn.mos.cms.futurecdn.net/H3Vwpscp3kccCtGbZ2uSzH.jpg" data-pin-media="https://cdn.mos.cms.futurecdn.net/H3Vwpscp3kccCtGbZ2uSzH.jpg" data-pin-nopin="true"></source><source type="image/jpeg" alt="" class=" lazy-image-van optional-image" onerror="if(this.src && this.src.indexOf('missing-image.svg') !== -1){return true;};this.parentNode.replaceChild(window.missingImage(),this)" sizes="99vw" data-normal="https://vanilla.futurecdn.net/tomshardware/media/img/missing-image.svg" data-srcset="https://cdn.mos.cms.futurecdn.net/H3Vwpscp3kccCtGbZ2uSzH-320-80.jpg 320w, https://cdn.mos.cms.futurecdn.net/H3Vwpscp3kccCtGbZ2uSzH-450-80.jpg 450w, https://cdn.mos.cms.futurecdn.net/H3Vwpscp3kccCtGbZ2uSzH-970-80.jpg 970w, https://cdn.mos.cms.futurecdn.net/H3Vwpscp3kccCtGbZ2uSzH-1024-80.jpg 1024w" data-original-mos="https://cdn.mos.cms.futurecdn.net/H3Vwpscp3kccCtGbZ2uSzH.jpg" data-pin-media="https://cdn.mos.cms.futurecdn.net/H3Vwpscp3kccCtGbZ2uSzH.jpg" data-pin-nopin="true"></source><img src="https://vanilla.futurecdn.net/tomshardware/media/img/missing-image.svg" alt="" class=" lazy-image-van optional-image" onerror="if(this.src && this.src.indexOf('missing-image.svg') !== -1){return true;};this.parentNode.replaceChild(window.missingImage(),this)" sizes="99vw" data-normal="https://vanilla.futurecdn.net/tomshardware/media/img/missing-image.svg" data-srcset="https://cdn.mos.cms.futurecdn.net/H3Vwpscp3kccCtGbZ2uSzH-320-80.jpg 320w, https://cdn.mos.cms.futurecdn.net/H3Vwpscp3kccCtGbZ2uSzH-450-80.jpg 450w, https://cdn.mos.cms.futurecdn.net/H3Vwpscp3kccCtGbZ2uSzH-970-80.jpg 970w, https://cdn.mos.cms.futurecdn.net/H3Vwpscp3kccCtGbZ2uSzH-1024-80.jpg 1024w" data-original-mos="https://cdn.mos.cms.futurecdn.net/H3Vwpscp3kccCtGbZ2uSzH.jpg" data-pin-media="https://cdn.mos.cms.futurecdn.net/H3Vwpscp3kccCtGbZ2uSzH.jpg" data-pin-nopin="true"></picture>
|
||
</a>
|
||
<div class="popular-listings">
|
||
<span class="number-1">1</span>
|
||
<div class="listings-heading"><a href="https://www.tomshardware.com/uk/news/xiaomi-ningmei-rubik-cube-mini-pc-specifications-pricing">Xiaomi Cooks Up Palm Size Intel Mini-PC, Starting at $149</a></div>
|
||
</div>
|
||
</div>
|
||
</li>
|
||
<li class="most-popular-item ">
|
||
<div style="width:100%">
|
||
<a href="https://www.tomshardware.com/uk/news/best-gaming-pc-deals-2020" aria-label="Best Black Friday Gaming PC Deals 2020">
|
||
<picture><source type="image/webp" alt="" class=" lazy-image-van optional-image" onerror="if(this.src && this.src.indexOf('missing-image.svg') !== -1){return true;};this.parentNode.replaceChild(window.missingImage(),this)" sizes="99vw" data-normal="https://vanilla.futurecdn.net/tomshardware/media/img/missing-image.svg" data-srcset="https://cdn.mos.cms.futurecdn.net/CvBdXvqSuyQaB6PgYSvDqW-320-80.png.webp 320w, https://cdn.mos.cms.futurecdn.net/CvBdXvqSuyQaB6PgYSvDqW-450-80.png.webp 450w, https://cdn.mos.cms.futurecdn.net/CvBdXvqSuyQaB6PgYSvDqW-970-80.png.webp 970w, https://cdn.mos.cms.futurecdn.net/CvBdXvqSuyQaB6PgYSvDqW-1024-80.png.webp 1024w" data-original-mos="https://cdn.mos.cms.futurecdn.net/CvBdXvqSuyQaB6PgYSvDqW.png" data-pin-media="https://cdn.mos.cms.futurecdn.net/CvBdXvqSuyQaB6PgYSvDqW.png" data-pin-nopin="true"></source><source type="image/png" alt="" class=" lazy-image-van optional-image" onerror="if(this.src && this.src.indexOf('missing-image.svg') !== -1){return true;};this.parentNode.replaceChild(window.missingImage(),this)" sizes="99vw" data-normal="https://vanilla.futurecdn.net/tomshardware/media/img/missing-image.svg" data-srcset="https://cdn.mos.cms.futurecdn.net/CvBdXvqSuyQaB6PgYSvDqW-320-80.png 320w, https://cdn.mos.cms.futurecdn.net/CvBdXvqSuyQaB6PgYSvDqW-450-80.png 450w, https://cdn.mos.cms.futurecdn.net/CvBdXvqSuyQaB6PgYSvDqW-970-80.png 970w, https://cdn.mos.cms.futurecdn.net/CvBdXvqSuyQaB6PgYSvDqW-1024-80.png 1024w" data-original-mos="https://cdn.mos.cms.futurecdn.net/CvBdXvqSuyQaB6PgYSvDqW.png" data-pin-media="https://cdn.mos.cms.futurecdn.net/CvBdXvqSuyQaB6PgYSvDqW.png" data-pin-nopin="true"></source><img src="https://vanilla.futurecdn.net/tomshardware/media/img/missing-image.svg" alt="" class=" lazy-image-van optional-image" onerror="if(this.src && this.src.indexOf('missing-image.svg') !== -1){return true;};this.parentNode.replaceChild(window.missingImage(),this)" sizes="99vw" data-normal="https://vanilla.futurecdn.net/tomshardware/media/img/missing-image.svg" data-srcset="https://cdn.mos.cms.futurecdn.net/CvBdXvqSuyQaB6PgYSvDqW-320-80.png 320w, https://cdn.mos.cms.futurecdn.net/CvBdXvqSuyQaB6PgYSvDqW-450-80.png 450w, https://cdn.mos.cms.futurecdn.net/CvBdXvqSuyQaB6PgYSvDqW-970-80.png 970w, https://cdn.mos.cms.futurecdn.net/CvBdXvqSuyQaB6PgYSvDqW-1024-80.png 1024w" data-original-mos="https://cdn.mos.cms.futurecdn.net/CvBdXvqSuyQaB6PgYSvDqW.png" data-pin-media="https://cdn.mos.cms.futurecdn.net/CvBdXvqSuyQaB6PgYSvDqW.png" data-pin-nopin="true"></picture>
|
||
</a>
|
||
<div class="popular-listings">
|
||
<span class="number-2">2</span>
|
||
<div class="listings-heading"><a href="https://www.tomshardware.com/uk/news/best-gaming-pc-deals-2020">Best Black Friday Gaming PC Deals 2020</a></div>
|
||
</div>
|
||
</div>
|
||
</li>
|
||
<li class="most-popular-item ">
|
||
<div style="width:100%">
|
||
<a href="https://www.tomshardware.com/uk/news/best-black-friday-laptop-deals-2020" aria-label="Best Black Friday Laptop Deals 2020">
|
||
<picture><source type="image/webp" alt="" class=" lazy-image-van optional-image" onerror="if(this.src && this.src.indexOf('missing-image.svg') !== -1){return true;};this.parentNode.replaceChild(window.missingImage(),this)" sizes="99vw" data-normal="https://vanilla.futurecdn.net/tomshardware/media/img/missing-image.svg" data-srcset="https://cdn.mos.cms.futurecdn.net/YQSw8AVTbPuJ56SDes5Jim-320-80.jpg.webp 320w, https://cdn.mos.cms.futurecdn.net/YQSw8AVTbPuJ56SDes5Jim-450-80.jpg.webp 450w, https://cdn.mos.cms.futurecdn.net/YQSw8AVTbPuJ56SDes5Jim-970-80.jpg.webp 970w, https://cdn.mos.cms.futurecdn.net/YQSw8AVTbPuJ56SDes5Jim-1024-80.jpg.webp 1024w" data-original-mos="https://cdn.mos.cms.futurecdn.net/YQSw8AVTbPuJ56SDes5Jim.jpg" data-pin-media="https://cdn.mos.cms.futurecdn.net/YQSw8AVTbPuJ56SDes5Jim.jpg" data-pin-nopin="true"></source><source type="image/jpeg" alt="" class=" lazy-image-van optional-image" onerror="if(this.src && this.src.indexOf('missing-image.svg') !== -1){return true;};this.parentNode.replaceChild(window.missingImage(),this)" sizes="99vw" data-normal="https://vanilla.futurecdn.net/tomshardware/media/img/missing-image.svg" data-srcset="https://cdn.mos.cms.futurecdn.net/YQSw8AVTbPuJ56SDes5Jim-320-80.jpg 320w, https://cdn.mos.cms.futurecdn.net/YQSw8AVTbPuJ56SDes5Jim-450-80.jpg 450w, https://cdn.mos.cms.futurecdn.net/YQSw8AVTbPuJ56SDes5Jim-970-80.jpg 970w, https://cdn.mos.cms.futurecdn.net/YQSw8AVTbPuJ56SDes5Jim-1024-80.jpg 1024w" data-original-mos="https://cdn.mos.cms.futurecdn.net/YQSw8AVTbPuJ56SDes5Jim.jpg" data-pin-media="https://cdn.mos.cms.futurecdn.net/YQSw8AVTbPuJ56SDes5Jim.jpg" data-pin-nopin="true"></source><img src="https://vanilla.futurecdn.net/tomshardware/media/img/missing-image.svg" alt="" class=" lazy-image-van optional-image" onerror="if(this.src && this.src.indexOf('missing-image.svg') !== -1){return true;};this.parentNode.replaceChild(window.missingImage(),this)" sizes="99vw" data-normal="https://vanilla.futurecdn.net/tomshardware/media/img/missing-image.svg" data-srcset="https://cdn.mos.cms.futurecdn.net/YQSw8AVTbPuJ56SDes5Jim-320-80.jpg 320w, https://cdn.mos.cms.futurecdn.net/YQSw8AVTbPuJ56SDes5Jim-450-80.jpg 450w, https://cdn.mos.cms.futurecdn.net/YQSw8AVTbPuJ56SDes5Jim-970-80.jpg 970w, https://cdn.mos.cms.futurecdn.net/YQSw8AVTbPuJ56SDes5Jim-1024-80.jpg 1024w" data-original-mos="https://cdn.mos.cms.futurecdn.net/YQSw8AVTbPuJ56SDes5Jim.jpg" data-pin-media="https://cdn.mos.cms.futurecdn.net/YQSw8AVTbPuJ56SDes5Jim.jpg" data-pin-nopin="true"></picture>
|
||
</a>
|
||
<div class="popular-listings">
|
||
<span class="number-3">3</span>
|
||
<div class="listings-heading"><a href="https://www.tomshardware.com/uk/news/best-black-friday-laptop-deals-2020">Best Black Friday Laptop Deals 2020</a></div>
|
||
</div>
|
||
</div>
|
||
</li>
|
||
<li class="most-popular-item ">
|
||
<div style="width:100%">
|
||
<a href="https://www.tomshardware.com/uk/news/best-deals-on-ssds" aria-label="Best Black Friday Deals on SSD and Hard Drives">
|
||
<picture><source type="image/webp" alt="" class=" lazy-image-van optional-image" onerror="if(this.src && this.src.indexOf('missing-image.svg') !== -1){return true;};this.parentNode.replaceChild(window.missingImage(),this)" sizes="99vw" data-normal="https://vanilla.futurecdn.net/tomshardware/media/img/missing-image.svg" data-srcset="https://cdn.mos.cms.futurecdn.net/KSNY5JXY99xHeiyHcaWiBP-320-80.jpg.webp 320w, https://cdn.mos.cms.futurecdn.net/KSNY5JXY99xHeiyHcaWiBP-450-80.jpg.webp 450w, https://cdn.mos.cms.futurecdn.net/KSNY5JXY99xHeiyHcaWiBP-970-80.jpg.webp 970w, https://cdn.mos.cms.futurecdn.net/KSNY5JXY99xHeiyHcaWiBP-1024-80.jpg.webp 1024w" data-original-mos="https://cdn.mos.cms.futurecdn.net/KSNY5JXY99xHeiyHcaWiBP.jpg" data-pin-media="https://cdn.mos.cms.futurecdn.net/KSNY5JXY99xHeiyHcaWiBP.jpg" data-pin-nopin="true"></source><source type="image/jpeg" alt="" class=" lazy-image-van optional-image" onerror="if(this.src && this.src.indexOf('missing-image.svg') !== -1){return true;};this.parentNode.replaceChild(window.missingImage(),this)" sizes="99vw" data-normal="https://vanilla.futurecdn.net/tomshardware/media/img/missing-image.svg" data-srcset="https://cdn.mos.cms.futurecdn.net/KSNY5JXY99xHeiyHcaWiBP-320-80.jpg 320w, https://cdn.mos.cms.futurecdn.net/KSNY5JXY99xHeiyHcaWiBP-450-80.jpg 450w, https://cdn.mos.cms.futurecdn.net/KSNY5JXY99xHeiyHcaWiBP-970-80.jpg 970w, https://cdn.mos.cms.futurecdn.net/KSNY5JXY99xHeiyHcaWiBP-1024-80.jpg 1024w" data-original-mos="https://cdn.mos.cms.futurecdn.net/KSNY5JXY99xHeiyHcaWiBP.jpg" data-pin-media="https://cdn.mos.cms.futurecdn.net/KSNY5JXY99xHeiyHcaWiBP.jpg" data-pin-nopin="true"></source><img src="https://vanilla.futurecdn.net/tomshardware/media/img/missing-image.svg" alt="" class=" lazy-image-van optional-image" onerror="if(this.src && this.src.indexOf('missing-image.svg') !== -1){return true;};this.parentNode.replaceChild(window.missingImage(),this)" sizes="99vw" data-normal="https://vanilla.futurecdn.net/tomshardware/media/img/missing-image.svg" data-srcset="https://cdn.mos.cms.futurecdn.net/KSNY5JXY99xHeiyHcaWiBP-320-80.jpg 320w, https://cdn.mos.cms.futurecdn.net/KSNY5JXY99xHeiyHcaWiBP-450-80.jpg 450w, https://cdn.mos.cms.futurecdn.net/KSNY5JXY99xHeiyHcaWiBP-970-80.jpg 970w, https://cdn.mos.cms.futurecdn.net/KSNY5JXY99xHeiyHcaWiBP-1024-80.jpg 1024w" data-original-mos="https://cdn.mos.cms.futurecdn.net/KSNY5JXY99xHeiyHcaWiBP.jpg" data-pin-media="https://cdn.mos.cms.futurecdn.net/KSNY5JXY99xHeiyHcaWiBP.jpg" data-pin-nopin="true"></picture>
|
||
</a>
|
||
<div class="popular-listings">
|
||
<span class="number-4">4</span>
|
||
<div class="listings-heading"><a href="https://www.tomshardware.com/uk/news/best-deals-on-ssds">Best Black Friday Deals on SSD and Hard Drives</a></div>
|
||
</div>
|
||
</div>
|
||
</li>
|
||
<li class="most-popular-item ">
|
||
<div style="width:100%">
|
||
<a href="https://www.tomshardware.com/uk/news/best-computer-monitor-deals" aria-label="Best Black Friday Deals on Computer Monitors">
|
||
<picture><source type="image/webp" alt="" class=" lazy-image-van optional-image" onerror="if(this.src && this.src.indexOf('missing-image.svg') !== -1){return true;};this.parentNode.replaceChild(window.missingImage(),this)" sizes="99vw" data-normal="https://vanilla.futurecdn.net/tomshardware/media/img/missing-image.svg" data-srcset="https://cdn.mos.cms.futurecdn.net/xT39yaqiJiwi6AL5WhvGXX-320-80.jpg.webp 320w, https://cdn.mos.cms.futurecdn.net/xT39yaqiJiwi6AL5WhvGXX-450-80.jpg.webp 450w, https://cdn.mos.cms.futurecdn.net/xT39yaqiJiwi6AL5WhvGXX-970-80.jpg.webp 970w, https://cdn.mos.cms.futurecdn.net/xT39yaqiJiwi6AL5WhvGXX-1024-80.jpg.webp 1024w" data-original-mos="https://cdn.mos.cms.futurecdn.net/xT39yaqiJiwi6AL5WhvGXX.jpg" data-pin-media="https://cdn.mos.cms.futurecdn.net/xT39yaqiJiwi6AL5WhvGXX.jpg" data-pin-nopin="true"></source><source type="image/jpeg" alt="" class=" lazy-image-van optional-image" onerror="if(this.src && this.src.indexOf('missing-image.svg') !== -1){return true;};this.parentNode.replaceChild(window.missingImage(),this)" sizes="99vw" data-normal="https://vanilla.futurecdn.net/tomshardware/media/img/missing-image.svg" data-srcset="https://cdn.mos.cms.futurecdn.net/xT39yaqiJiwi6AL5WhvGXX-320-80.jpg 320w, https://cdn.mos.cms.futurecdn.net/xT39yaqiJiwi6AL5WhvGXX-450-80.jpg 450w, https://cdn.mos.cms.futurecdn.net/xT39yaqiJiwi6AL5WhvGXX-970-80.jpg 970w, https://cdn.mos.cms.futurecdn.net/xT39yaqiJiwi6AL5WhvGXX-1024-80.jpg 1024w" data-original-mos="https://cdn.mos.cms.futurecdn.net/xT39yaqiJiwi6AL5WhvGXX.jpg" data-pin-media="https://cdn.mos.cms.futurecdn.net/xT39yaqiJiwi6AL5WhvGXX.jpg" data-pin-nopin="true"></source><img src="https://vanilla.futurecdn.net/tomshardware/media/img/missing-image.svg" alt="" class=" lazy-image-van optional-image" onerror="if(this.src && this.src.indexOf('missing-image.svg') !== -1){return true;};this.parentNode.replaceChild(window.missingImage(),this)" sizes="99vw" data-normal="https://vanilla.futurecdn.net/tomshardware/media/img/missing-image.svg" data-srcset="https://cdn.mos.cms.futurecdn.net/xT39yaqiJiwi6AL5WhvGXX-320-80.jpg 320w, https://cdn.mos.cms.futurecdn.net/xT39yaqiJiwi6AL5WhvGXX-450-80.jpg 450w, https://cdn.mos.cms.futurecdn.net/xT39yaqiJiwi6AL5WhvGXX-970-80.jpg 970w, https://cdn.mos.cms.futurecdn.net/xT39yaqiJiwi6AL5WhvGXX-1024-80.jpg 1024w" data-original-mos="https://cdn.mos.cms.futurecdn.net/xT39yaqiJiwi6AL5WhvGXX.jpg" data-pin-media="https://cdn.mos.cms.futurecdn.net/xT39yaqiJiwi6AL5WhvGXX.jpg" data-pin-nopin="true"></picture>
|
||
</a>
|
||
<div class="popular-listings">
|
||
<span class="number-5">5</span>
|
||
<div class="listings-heading"><a href="https://www.tomshardware.com/uk/news/best-computer-monitor-deals">Best Black Friday Deals on Computer Monitors</a></div>
|
||
</div>
|
||
</div>
|
||
</li>
|
||
</ol>
|
||
<ol class="popular-list " id="poplist-2">
|
||
<li class="most-popular-item first-article">
|
||
<div style="width:100%">
|
||
<a href="https://www.tomshardware.com/uk/news/xiaomi-ningmei-rubik-cube-mini-pc-specifications-pricing" aria-label="Xiaomi Cooks Up Palm Size Intel Mini-PC, Starting at $149">
|
||
<picture><source type="image/webp" alt="" class=" lazy-image-van optional-image" onerror="if(this.src && this.src.indexOf('missing-image.svg') !== -1){return true;};this.parentNode.replaceChild(window.missingImage(),this)" sizes="99vw" data-normal="https://vanilla.futurecdn.net/tomshardware/media/img/missing-image.svg" data-srcset="https://cdn.mos.cms.futurecdn.net/H3Vwpscp3kccCtGbZ2uSzH-320-80.jpg.webp 320w, https://cdn.mos.cms.futurecdn.net/H3Vwpscp3kccCtGbZ2uSzH-450-80.jpg.webp 450w, https://cdn.mos.cms.futurecdn.net/H3Vwpscp3kccCtGbZ2uSzH-970-80.jpg.webp 970w, https://cdn.mos.cms.futurecdn.net/H3Vwpscp3kccCtGbZ2uSzH-1024-80.jpg.webp 1024w" data-original-mos="https://cdn.mos.cms.futurecdn.net/H3Vwpscp3kccCtGbZ2uSzH.jpg" data-pin-media="https://cdn.mos.cms.futurecdn.net/H3Vwpscp3kccCtGbZ2uSzH.jpg" data-pin-nopin="true"></source><source type="image/jpeg" alt="" class=" lazy-image-van optional-image" onerror="if(this.src && this.src.indexOf('missing-image.svg') !== -1){return true;};this.parentNode.replaceChild(window.missingImage(),this)" sizes="99vw" data-normal="https://vanilla.futurecdn.net/tomshardware/media/img/missing-image.svg" data-srcset="https://cdn.mos.cms.futurecdn.net/H3Vwpscp3kccCtGbZ2uSzH-320-80.jpg 320w, https://cdn.mos.cms.futurecdn.net/H3Vwpscp3kccCtGbZ2uSzH-450-80.jpg 450w, https://cdn.mos.cms.futurecdn.net/H3Vwpscp3kccCtGbZ2uSzH-970-80.jpg 970w, https://cdn.mos.cms.futurecdn.net/H3Vwpscp3kccCtGbZ2uSzH-1024-80.jpg 1024w" data-original-mos="https://cdn.mos.cms.futurecdn.net/H3Vwpscp3kccCtGbZ2uSzH.jpg" data-pin-media="https://cdn.mos.cms.futurecdn.net/H3Vwpscp3kccCtGbZ2uSzH.jpg" data-pin-nopin="true"></source><img src="https://vanilla.futurecdn.net/tomshardware/media/img/missing-image.svg" alt="" class=" lazy-image-van optional-image" onerror="if(this.src && this.src.indexOf('missing-image.svg') !== -1){return true;};this.parentNode.replaceChild(window.missingImage(),this)" sizes="99vw" data-normal="https://vanilla.futurecdn.net/tomshardware/media/img/missing-image.svg" data-srcset="https://cdn.mos.cms.futurecdn.net/H3Vwpscp3kccCtGbZ2uSzH-320-80.jpg 320w, https://cdn.mos.cms.futurecdn.net/H3Vwpscp3kccCtGbZ2uSzH-450-80.jpg 450w, https://cdn.mos.cms.futurecdn.net/H3Vwpscp3kccCtGbZ2uSzH-970-80.jpg 970w, https://cdn.mos.cms.futurecdn.net/H3Vwpscp3kccCtGbZ2uSzH-1024-80.jpg 1024w" data-original-mos="https://cdn.mos.cms.futurecdn.net/H3Vwpscp3kccCtGbZ2uSzH.jpg" data-pin-media="https://cdn.mos.cms.futurecdn.net/H3Vwpscp3kccCtGbZ2uSzH.jpg" data-pin-nopin="true"></picture>
|
||
</a>
|
||
<div class="popular-listings">
|
||
<span class="number-1">1</span>
|
||
<div class="listings-heading"><a href="https://www.tomshardware.com/uk/news/xiaomi-ningmei-rubik-cube-mini-pc-specifications-pricing">Xiaomi Cooks Up Palm Size Intel Mini-PC, Starting at $149</a></div>
|
||
</div>
|
||
</div>
|
||
</li>
|
||
<li class="most-popular-item ">
|
||
<div style="width:100%">
|
||
<a href="https://www.tomshardware.com/uk/news/best-gaming-pc-deals-2020" aria-label="Best Black Friday Gaming PC Deals 2020">
|
||
<picture><source type="image/webp" alt="" class=" lazy-image-van optional-image" onerror="if(this.src && this.src.indexOf('missing-image.svg') !== -1){return true;};this.parentNode.replaceChild(window.missingImage(),this)" sizes="99vw" data-normal="https://vanilla.futurecdn.net/tomshardware/media/img/missing-image.svg" data-srcset="https://cdn.mos.cms.futurecdn.net/CvBdXvqSuyQaB6PgYSvDqW-320-80.png.webp 320w, https://cdn.mos.cms.futurecdn.net/CvBdXvqSuyQaB6PgYSvDqW-450-80.png.webp 450w, https://cdn.mos.cms.futurecdn.net/CvBdXvqSuyQaB6PgYSvDqW-970-80.png.webp 970w, https://cdn.mos.cms.futurecdn.net/CvBdXvqSuyQaB6PgYSvDqW-1024-80.png.webp 1024w" data-original-mos="https://cdn.mos.cms.futurecdn.net/CvBdXvqSuyQaB6PgYSvDqW.png" data-pin-media="https://cdn.mos.cms.futurecdn.net/CvBdXvqSuyQaB6PgYSvDqW.png" data-pin-nopin="true"></source><source type="image/png" alt="" class=" lazy-image-van optional-image" onerror="if(this.src && this.src.indexOf('missing-image.svg') !== -1){return true;};this.parentNode.replaceChild(window.missingImage(),this)" sizes="99vw" data-normal="https://vanilla.futurecdn.net/tomshardware/media/img/missing-image.svg" data-srcset="https://cdn.mos.cms.futurecdn.net/CvBdXvqSuyQaB6PgYSvDqW-320-80.png 320w, https://cdn.mos.cms.futurecdn.net/CvBdXvqSuyQaB6PgYSvDqW-450-80.png 450w, https://cdn.mos.cms.futurecdn.net/CvBdXvqSuyQaB6PgYSvDqW-970-80.png 970w, https://cdn.mos.cms.futurecdn.net/CvBdXvqSuyQaB6PgYSvDqW-1024-80.png 1024w" data-original-mos="https://cdn.mos.cms.futurecdn.net/CvBdXvqSuyQaB6PgYSvDqW.png" data-pin-media="https://cdn.mos.cms.futurecdn.net/CvBdXvqSuyQaB6PgYSvDqW.png" data-pin-nopin="true"></source><img src="https://vanilla.futurecdn.net/tomshardware/media/img/missing-image.svg" alt="" class=" lazy-image-van optional-image" onerror="if(this.src && this.src.indexOf('missing-image.svg') !== -1){return true;};this.parentNode.replaceChild(window.missingImage(),this)" sizes="99vw" data-normal="https://vanilla.futurecdn.net/tomshardware/media/img/missing-image.svg" data-srcset="https://cdn.mos.cms.futurecdn.net/CvBdXvqSuyQaB6PgYSvDqW-320-80.png 320w, https://cdn.mos.cms.futurecdn.net/CvBdXvqSuyQaB6PgYSvDqW-450-80.png 450w, https://cdn.mos.cms.futurecdn.net/CvBdXvqSuyQaB6PgYSvDqW-970-80.png 970w, https://cdn.mos.cms.futurecdn.net/CvBdXvqSuyQaB6PgYSvDqW-1024-80.png 1024w" data-original-mos="https://cdn.mos.cms.futurecdn.net/CvBdXvqSuyQaB6PgYSvDqW.png" data-pin-media="https://cdn.mos.cms.futurecdn.net/CvBdXvqSuyQaB6PgYSvDqW.png" data-pin-nopin="true"></picture>
|
||
</a>
|
||
<div class="popular-listings">
|
||
<span class="number-2">2</span>
|
||
<div class="listings-heading"><a href="https://www.tomshardware.com/uk/news/best-gaming-pc-deals-2020">Best Black Friday Gaming PC Deals 2020</a></div>
|
||
</div>
|
||
</div>
|
||
</li>
|
||
<li class="most-popular-item ">
|
||
<div style="width:100%">
|
||
<a href="https://www.tomshardware.com/uk/news/best-black-friday-laptop-deals-2020" aria-label="Best Black Friday Laptop Deals 2020">
|
||
<picture><source type="image/webp" alt="" class=" lazy-image-van optional-image" onerror="if(this.src && this.src.indexOf('missing-image.svg') !== -1){return true;};this.parentNode.replaceChild(window.missingImage(),this)" sizes="99vw" data-normal="https://vanilla.futurecdn.net/tomshardware/media/img/missing-image.svg" data-srcset="https://cdn.mos.cms.futurecdn.net/YQSw8AVTbPuJ56SDes5Jim-320-80.jpg.webp 320w, https://cdn.mos.cms.futurecdn.net/YQSw8AVTbPuJ56SDes5Jim-450-80.jpg.webp 450w, https://cdn.mos.cms.futurecdn.net/YQSw8AVTbPuJ56SDes5Jim-970-80.jpg.webp 970w, https://cdn.mos.cms.futurecdn.net/YQSw8AVTbPuJ56SDes5Jim-1024-80.jpg.webp 1024w" data-original-mos="https://cdn.mos.cms.futurecdn.net/YQSw8AVTbPuJ56SDes5Jim.jpg" data-pin-media="https://cdn.mos.cms.futurecdn.net/YQSw8AVTbPuJ56SDes5Jim.jpg" data-pin-nopin="true"></source><source type="image/jpeg" alt="" class=" lazy-image-van optional-image" onerror="if(this.src && this.src.indexOf('missing-image.svg') !== -1){return true;};this.parentNode.replaceChild(window.missingImage(),this)" sizes="99vw" data-normal="https://vanilla.futurecdn.net/tomshardware/media/img/missing-image.svg" data-srcset="https://cdn.mos.cms.futurecdn.net/YQSw8AVTbPuJ56SDes5Jim-320-80.jpg 320w, https://cdn.mos.cms.futurecdn.net/YQSw8AVTbPuJ56SDes5Jim-450-80.jpg 450w, https://cdn.mos.cms.futurecdn.net/YQSw8AVTbPuJ56SDes5Jim-970-80.jpg 970w, https://cdn.mos.cms.futurecdn.net/YQSw8AVTbPuJ56SDes5Jim-1024-80.jpg 1024w" data-original-mos="https://cdn.mos.cms.futurecdn.net/YQSw8AVTbPuJ56SDes5Jim.jpg" data-pin-media="https://cdn.mos.cms.futurecdn.net/YQSw8AVTbPuJ56SDes5Jim.jpg" data-pin-nopin="true"></source><img src="https://vanilla.futurecdn.net/tomshardware/media/img/missing-image.svg" alt="" class=" lazy-image-van optional-image" onerror="if(this.src && this.src.indexOf('missing-image.svg') !== -1){return true;};this.parentNode.replaceChild(window.missingImage(),this)" sizes="99vw" data-normal="https://vanilla.futurecdn.net/tomshardware/media/img/missing-image.svg" data-srcset="https://cdn.mos.cms.futurecdn.net/YQSw8AVTbPuJ56SDes5Jim-320-80.jpg 320w, https://cdn.mos.cms.futurecdn.net/YQSw8AVTbPuJ56SDes5Jim-450-80.jpg 450w, https://cdn.mos.cms.futurecdn.net/YQSw8AVTbPuJ56SDes5Jim-970-80.jpg 970w, https://cdn.mos.cms.futurecdn.net/YQSw8AVTbPuJ56SDes5Jim-1024-80.jpg 1024w" data-original-mos="https://cdn.mos.cms.futurecdn.net/YQSw8AVTbPuJ56SDes5Jim.jpg" data-pin-media="https://cdn.mos.cms.futurecdn.net/YQSw8AVTbPuJ56SDes5Jim.jpg" data-pin-nopin="true"></picture>
|
||
</a>
|
||
<div class="popular-listings">
|
||
<span class="number-3">3</span>
|
||
<div class="listings-heading"><a href="https://www.tomshardware.com/uk/news/best-black-friday-laptop-deals-2020">Best Black Friday Laptop Deals 2020</a></div>
|
||
</div>
|
||
</div>
|
||
</li>
|
||
<li class="most-popular-item ">
|
||
<div style="width:100%">
|
||
<a href="https://www.tomshardware.com/uk/news/best-deals-on-ssds" aria-label="Best Black Friday Deals on SSD and Hard Drives">
|
||
<picture><source type="image/webp" alt="" class=" lazy-image-van optional-image" onerror="if(this.src && this.src.indexOf('missing-image.svg') !== -1){return true;};this.parentNode.replaceChild(window.missingImage(),this)" sizes="99vw" data-normal="https://vanilla.futurecdn.net/tomshardware/media/img/missing-image.svg" data-srcset="https://cdn.mos.cms.futurecdn.net/KSNY5JXY99xHeiyHcaWiBP-320-80.jpg.webp 320w, https://cdn.mos.cms.futurecdn.net/KSNY5JXY99xHeiyHcaWiBP-450-80.jpg.webp 450w, https://cdn.mos.cms.futurecdn.net/KSNY5JXY99xHeiyHcaWiBP-970-80.jpg.webp 970w, https://cdn.mos.cms.futurecdn.net/KSNY5JXY99xHeiyHcaWiBP-1024-80.jpg.webp 1024w" data-original-mos="https://cdn.mos.cms.futurecdn.net/KSNY5JXY99xHeiyHcaWiBP.jpg" data-pin-media="https://cdn.mos.cms.futurecdn.net/KSNY5JXY99xHeiyHcaWiBP.jpg" data-pin-nopin="true"></source><source type="image/jpeg" alt="" class=" lazy-image-van optional-image" onerror="if(this.src && this.src.indexOf('missing-image.svg') !== -1){return true;};this.parentNode.replaceChild(window.missingImage(),this)" sizes="99vw" data-normal="https://vanilla.futurecdn.net/tomshardware/media/img/missing-image.svg" data-srcset="https://cdn.mos.cms.futurecdn.net/KSNY5JXY99xHeiyHcaWiBP-320-80.jpg 320w, https://cdn.mos.cms.futurecdn.net/KSNY5JXY99xHeiyHcaWiBP-450-80.jpg 450w, https://cdn.mos.cms.futurecdn.net/KSNY5JXY99xHeiyHcaWiBP-970-80.jpg 970w, https://cdn.mos.cms.futurecdn.net/KSNY5JXY99xHeiyHcaWiBP-1024-80.jpg 1024w" data-original-mos="https://cdn.mos.cms.futurecdn.net/KSNY5JXY99xHeiyHcaWiBP.jpg" data-pin-media="https://cdn.mos.cms.futurecdn.net/KSNY5JXY99xHeiyHcaWiBP.jpg" data-pin-nopin="true"></source><img src="https://vanilla.futurecdn.net/tomshardware/media/img/missing-image.svg" alt="" class=" lazy-image-van optional-image" onerror="if(this.src && this.src.indexOf('missing-image.svg') !== -1){return true;};this.parentNode.replaceChild(window.missingImage(),this)" sizes="99vw" data-normal="https://vanilla.futurecdn.net/tomshardware/media/img/missing-image.svg" data-srcset="https://cdn.mos.cms.futurecdn.net/KSNY5JXY99xHeiyHcaWiBP-320-80.jpg 320w, https://cdn.mos.cms.futurecdn.net/KSNY5JXY99xHeiyHcaWiBP-450-80.jpg 450w, https://cdn.mos.cms.futurecdn.net/KSNY5JXY99xHeiyHcaWiBP-970-80.jpg 970w, https://cdn.mos.cms.futurecdn.net/KSNY5JXY99xHeiyHcaWiBP-1024-80.jpg 1024w" data-original-mos="https://cdn.mos.cms.futurecdn.net/KSNY5JXY99xHeiyHcaWiBP.jpg" data-pin-media="https://cdn.mos.cms.futurecdn.net/KSNY5JXY99xHeiyHcaWiBP.jpg" data-pin-nopin="true"></picture>
|
||
</a>
|
||
<div class="popular-listings">
|
||
<span class="number-4">4</span>
|
||
<div class="listings-heading"><a href="https://www.tomshardware.com/uk/news/best-deals-on-ssds">Best Black Friday Deals on SSD and Hard Drives</a></div>
|
||
</div>
|
||
</div>
|
||
</li>
|
||
<li class="most-popular-item ">
|
||
<div style="width:100%">
|
||
<a href="https://www.tomshardware.com/uk/news/best-computer-monitor-deals" aria-label="Best Black Friday Deals on Computer Monitors">
|
||
<picture><source type="image/webp" alt="" class=" lazy-image-van optional-image" onerror="if(this.src && this.src.indexOf('missing-image.svg') !== -1){return true;};this.parentNode.replaceChild(window.missingImage(),this)" sizes="99vw" data-normal="https://vanilla.futurecdn.net/tomshardware/media/img/missing-image.svg" data-srcset="https://cdn.mos.cms.futurecdn.net/xT39yaqiJiwi6AL5WhvGXX-320-80.jpg.webp 320w, https://cdn.mos.cms.futurecdn.net/xT39yaqiJiwi6AL5WhvGXX-450-80.jpg.webp 450w, https://cdn.mos.cms.futurecdn.net/xT39yaqiJiwi6AL5WhvGXX-970-80.jpg.webp 970w, https://cdn.mos.cms.futurecdn.net/xT39yaqiJiwi6AL5WhvGXX-1024-80.jpg.webp 1024w" data-original-mos="https://cdn.mos.cms.futurecdn.net/xT39yaqiJiwi6AL5WhvGXX.jpg" data-pin-media="https://cdn.mos.cms.futurecdn.net/xT39yaqiJiwi6AL5WhvGXX.jpg" data-pin-nopin="true"></source><source type="image/jpeg" alt="" class=" lazy-image-van optional-image" onerror="if(this.src && this.src.indexOf('missing-image.svg') !== -1){return true;};this.parentNode.replaceChild(window.missingImage(),this)" sizes="99vw" data-normal="https://vanilla.futurecdn.net/tomshardware/media/img/missing-image.svg" data-srcset="https://cdn.mos.cms.futurecdn.net/xT39yaqiJiwi6AL5WhvGXX-320-80.jpg 320w, https://cdn.mos.cms.futurecdn.net/xT39yaqiJiwi6AL5WhvGXX-450-80.jpg 450w, https://cdn.mos.cms.futurecdn.net/xT39yaqiJiwi6AL5WhvGXX-970-80.jpg 970w, https://cdn.mos.cms.futurecdn.net/xT39yaqiJiwi6AL5WhvGXX-1024-80.jpg 1024w" data-original-mos="https://cdn.mos.cms.futurecdn.net/xT39yaqiJiwi6AL5WhvGXX.jpg" data-pin-media="https://cdn.mos.cms.futurecdn.net/xT39yaqiJiwi6AL5WhvGXX.jpg" data-pin-nopin="true"></source><img src="https://vanilla.futurecdn.net/tomshardware/media/img/missing-image.svg" alt="" class=" lazy-image-van optional-image" onerror="if(this.src && this.src.indexOf('missing-image.svg') !== -1){return true;};this.parentNode.replaceChild(window.missingImage(),this)" sizes="99vw" data-normal="https://vanilla.futurecdn.net/tomshardware/media/img/missing-image.svg" data-srcset="https://cdn.mos.cms.futurecdn.net/xT39yaqiJiwi6AL5WhvGXX-320-80.jpg 320w, https://cdn.mos.cms.futurecdn.net/xT39yaqiJiwi6AL5WhvGXX-450-80.jpg 450w, https://cdn.mos.cms.futurecdn.net/xT39yaqiJiwi6AL5WhvGXX-970-80.jpg 970w, https://cdn.mos.cms.futurecdn.net/xT39yaqiJiwi6AL5WhvGXX-1024-80.jpg 1024w" data-original-mos="https://cdn.mos.cms.futurecdn.net/xT39yaqiJiwi6AL5WhvGXX.jpg" data-pin-media="https://cdn.mos.cms.futurecdn.net/xT39yaqiJiwi6AL5WhvGXX.jpg" data-pin-nopin="true"></picture>
|
||
</a>
|
||
<div class="popular-listings">
|
||
<span class="number-5">5</span>
|
||
<div class="listings-heading"><a href="https://www.tomshardware.com/uk/news/best-computer-monitor-deals">Best Black Friday Deals on Computer Monitors</a></div>
|
||
</div>
|
||
</div>
|
||
</li>
|
||
</ol>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</section>
|
||
<div id="sidebar-popular-bottom" class="adunit"></div>
|
||
</aside>
|
||
</div>
|
||
<script id="hawklinks-script">
|
||
function loadHawklinks(src) {
|
||
!function (e, f, u) {
|
||
e.async = 1;
|
||
e.src = u;
|
||
f.parentNode.insertBefore(e, f);
|
||
}(document.createElement('script'),
|
||
document.getElementsByTagName('script')[0],
|
||
src);
|
||
}
|
||
window.reliableDOMContentLoaded.then(function() {
|
||
loadHawklinks("https://hawk.tomshardware.com/hl/hawklinks.js");
|
||
});
|
||
</script>
|
||
<link rel="preload" href="https://hawk.tomshardware.com/hl/hawklinks.js" as="script">
|
||
<script type="text/javascript">
|
||
if (!window.amIIE() && window.vanilla.featureFlags.sourcepoint.enabled) {
|
||
var siteTargeting = [];
|
||
var pageTags = "RTX 3080,RTX 3090,RTX 3070,RTX 3000";
|
||
window.reliablePageLoad.then(function(){
|
||
var targeting = window.dfp_config
|
||
for (var attrname in siteTargeting) { targeting[attrname] = siteTargeting[attrname]; }
|
||
targeting.tags = pageTags;
|
||
(function(){
|
||
/* bootstrap---start */
|
||
var _sp_=function(n){function t(e){if(o[e])return o[e].exports;var r=o[e]={i:e,l:!1,exports:{}};return n[e].call(r.exports,r,r.exports,t),r.l=!0,r.exports}var o={};return t.m=n,t.c=o,t.i=function(n){return n},t.d=function(n,o,e){t.o(n,o)||Object.defineProperty(n,o,{configurable:!1,enumerable:!0,get:e})},t.n=function(n){var o=n&&n.__esModule?function(){return n["default"]}:function(){return n};return t.d(o,"a",o),o},t.o=function(n,t){return Object.prototype.hasOwnProperty.call(n,t)},t.p="",t(t.s=2)}([function(n,t){function o(n,t){e&&console[n].apply(console,["[bootstrap]"].concat(Array.prototype.slice.call(t)))}var e=!1;n.exports={debug:function(){o("debug",arguments)},info:function(){o("info",arguments)},time:function(){o("time",arguments)},warn:function(){o("warn",arguments)},error:function(){o("error",arguments)},useDefaults:function(){e=!0},DEBUG:1}},function(n,t,o){"use strict";function e(){S||(S=!0,D=b.config=b.config||{},s(),F=D.bootstrap&&D.bootstrap.contentControlCallback||D.content_control_callback,q=D.accountId||D.account_id||D.client_id||window.sp_cid,N=D.beacon&&D.beacon.contentControlEndpoint||D.content_control_beacon_endpoint||v.a,D.debug_level&&"OFF"!==D.debug_level.toString().toUpperCase()||D.debug&&D.debug.level&&"OFF"!==D.debug.level.toString().toUpperCase()?j=!0:window.location.search&&null!=window.location.search.match(/_sp_debug_level=(?!off|OFF)/)&&(j=!0),j&&m.useDefaults({defaultLevel:m.DEBUG}))}function r(n,t,e){function r(o,e){var r=new Image;r.src="//"+N+"/cct?v="+encodeURIComponent(v.b)+"&ct="+h+"&cid="+encodeURIComponent(q)+"&l="+encodeURIComponent(n.toString())+"&rc="+encodeURIComponent(t)+(o?"&d1="+encodeURIComponent(o):"")+(null==e?"":"&d2="+encodeURIComponent(e)),g.info("sending beacon: "+r.src),a&&a()}var i=(arguments.length>3&&void 0!==arguments[3]&&arguments[3],arguments[4]),a=arguments[5];if(i){var c=e.lastIndexOf("."),d=e.lastIndexOf("/"),u=-1===c||d>c?e+".png":e.substring(0,c)+".png",s=new Image;s.addEventListener("load",function(){r("1",u)}),s.addEventListener("error",function(){o.i(f.a)(u,function(n,t,o){r("0",u+"::"+o)})}),s.src=u}else r()}function i(n,t,o,e){var r=arguments.length>4&&void 0!==arguments[4]?arguments[4]:{},a=arguments.length>5&&void 0!==arguments[5]&&arguments[5],c=function(){i(n,t,o,e,r,!0)};n(t,a?o:c,e,r)}function a(n,t,o,e){function r(o,r){t(o,n,r,e.enableImageLoad)}function i(t,r){o(t,n,r,e.enableImageLoad),e.onError&&e.onError(r)}var a=document.createElement("script");a.src=n,a.onload=function(){e.onLoad&&e.onLoad()},a.onerror=function(){function t(n){return o.indexOf(n)>-1}var o=(navigator.userAgent||navigator.vendor||window.opera).toLowerCase();t("mobi")||t("ipad")||t("android")||t("iphone")?i(L):t("exabot")?i(O):t("bingbot")||t("bingpreview")?i(k):t("googlebot")||t("adsbot-google")||t("mediapartners-google")?i(C):t("googleweblight")?i(E):window.location.host===w?i(x):t("msie 10")||t("msie 9")||t("msie 8")?i(I):c(n,r,i)},document.head.appendChild(a)}function c(n,t,e){o.i(f.a)(n,function(o,r,i,a){(o||r?t:e)(a,n+"::"+i)})}function d(n,t,o,e){if(R)return void u(U+"::"+n,o);r(y,n,t,o,e,function(){if(F){if(j){g.error("bootstrap locking",y,n,t,o,e);debugger}setTimeout(function(){F()},250)}})}function u(n,t,o,e){r(_,n,t,o,e)}function s(){b._networkListenerData||(b._networkListenerData=o.i(p.a)())}function l(n,t){e(),g.info("bootstrap called with",n,t),i(a,n,d,u,t)}Object.defineProperty(t,"__esModule",{value:!0});var f=o(4),p=o(5),v=o(3),g=o(0),m=void 0;m=o(0);var w=["w","e","b","c","a","c","h","e",".","g","o","o","g","l","e","u","s","e","r","c","o","n","t","e","n","t",".","c","o","m"].join(""),b=window._sp_||{},h=1,_=0,y=1,L="m",C="g",x="gw",E="gl",I="i",k="b",O="e",U="n",S=!1,R=!1,j=!1,D=void 0,F=void 0,q=void 0,N=void 0;window.addEventListener("beforeunload",function(){R=!0}),window._sp_=b,b.setupNetworkListeners=s,b.bootstrap=l,window.spBootstrap=l,t["default"]=b},function(n,t,o){o(0);n.exports=o(1)["default"]},function(n,t,o){"use strict";function e(n){return n.join("")}o.d(t,"b",function(){return r}),o.d(t,"a",function(){return i});var r=(o(0),"2.0.1196"),i=(e(["w","w","w",".","s","u","m","m","e","r","h","a","m","s","t","e","r",".","c","o","m"]),e(["w","w","w",".","r","o","o","s","t","e","r","f","i","r","e","w","o","r","k",".","c","o","m"]));e(["/","/","f","s","m","1","0","1","9",".","g","l","o","b","a","l",".","s","s","l",".","f","a","s","t","l","y",".","n","e","t","/","f","s","m","/","d","s"]),e(["h","t","t","p","s",":","/","/","d","2","z","v","5","r","k","i","i","4","6","m","i","q",".","c","l","o","u","d","f","r","o","n","t",".","n","e","t","/","0","/","2",".","0",".","1","1","9","6","/","r","e","c","o","v","e","r","y","_","d","f","p","_","i","n","t","e","r","n","a","l","-","v","2",".","0",".","1","1","9","6",".","j","s"]),e(["h","t","t","p","s",":","/","/","d","2","z","v","5","r","k","i","i","4","6","m","i","q",".","c","l","o","u","d","f","r","o","n","t",".","n","e","t","/","0","/","2",".","0",".","1","1","9","6","/","r","e","c","o","v","e","r","y","_","l","i","b","_","a","p","i","_","i","f","r","a","m","e","-","v","2",".","0",".","1","1","9","6",".","h","t","m","l"]),e(["h","t","t","p","s",":","/","/","d","2","z","v","5","r","k","i","i","4","6","m","i","q",".","c","l","o","u","d","f","r","o","n","t",".","n","e","t","/","0","/","2",".","0",".","1","1","9","6","/","r","e","c","o","v","e","r","y","_","l","i","b","_","r","i","d","_","i","f","r","a","m","e","-","v","2",".","0",".","1","1","9","6",".","h","t","m","l"])},function(n,t,o){"use strict";function e(n,t){function o(n){try{return n&&n.timeStamp?n.timeStamp:window.performance.now()}catch(n){return Date.now()}}var e=arguments.length>2&&void 0!==arguments[2]?arguments[2]:window.location,l=arguments.length>3&&void 0!==arguments[3]?arguments[3]:window.navigator,f=arguments.length>4&&void 0!==arguments[4]?arguments[4]:{},p=document.createElement("a");if(p.href=n,"https:"===e.protocol&&p.protocol&&p.protocol!==e.protocol)return r.debug("location.protocol",e.protocol),r.error("protocol mismatch in https environment, standing down"),void t(!1,!1,p.protocol,u);var v=new XMLHttpRequest,g=f.withCredentials;null!=g&&(v.withCredentials=g);try{v.open(f.method||"GET",n)}catch(n){return void t(!0,!1,n.toString(),c,v)}if(null!=f.headers){var m=f.headers;Object.keys(m).forEach(function(n){v.setRequestHeader(n,m[n])})}var w=void 0,b=void 0;v.onloadstart=function(n){w=o(n)},v.onreadystatechange=function(n){if(4===this.readyState){b=o(n)-w;var e=0===this.status&&!1!==l.onLine,r="2"===this.status.toString()[0],c=void 0;return c=r?a:!1===l.onLine?s:i,void t(e,r,this.status+"::"+b,c,v)}};try{v.send(f.body)}catch(n){return void t(!0,!1,n.toString(),d,v)}}t.a=e;var r=o(0),i="n",a="nx",c="xo",d="xs",u="p",s="of"},function(n,t,o){"use strict";function e(){var n=arguments.length>0&&void 0!==arguments[0]?arguments[0]:document,t=[],o=[],e=r.bind(null,t),i=r.bind(null,o);return n.addEventListener("load",e,!0),n.addEventListener("error",i,!0),{load:{events:t,listener:e},error:{events:o,listener:i}}}function r(n,t){if(t.target){var o="string"==typeof t.target.tagName?t.target.tagName.toLowerCase():"",e="string"==typeof t.target.src?t.target.src:"";"iframe"!==o&&n.push({tagName:o,src:e})}}t.a=e;o(0)}]);
|
||
//# sourceMappingURL=https://s3.amazonaws.com/d3jlsadfjkuern/2.0.1196/Ym9vdHN0cmFwLmpz.map
|
||
/* bootstrap---end */
|
||
})();
|
||
(function(){
|
||
(function(){ return (function(){function t(a){window._sp_.config.content_control_callback=function(){u[k("mpdbujpo")][k("isfg")]="//"+a+k("0dd/iunm")};window._sp_.config.enable_rid=!0;window._sp_.config.enable_vid=!0;window._sp_.config.vid_control_callback=function(){console.warn("vid detected")}}function k(a){return a.split("").map(function(a){return v(w.call(a,0)-1)}).join("")}function x(a,b){return"choice"===b?Promise.resolve(a):"off"===b?Promise.resolve(a).then(function(a){return"recovery"===a?"continue-with-adblocker":
|
||
a}):"force"===b?Promise.resolve("recovery"):Promise.reject(Error("Invalid recovery mode: "+b))}function y(){window.pppasoeommmsmzrvbr=new Promise(function(a){window.hiriyyyteetaqgthyu=a})}function z(){window.asdinwawisuihzejsahzl=new Promise(function(a){window.zkckcosdoiaioawqnmzsdqw=a})}function A(a,b){a.then(function(a){a=a.info;n(a)&&(q.sendEvent("tiberius","seen",a.msg_desc),window.localStorage.setItem("adblock","disabled"))});Promise.all([a,b]).then(function(a){var b=a[0].info;q.sendEvent("tiberius",
|
||
a[1],n(b)?b.msg_desc:"")})}function n(a){a=a.msg_id;return 0!==(void 0===a?0:a)}function B(a,b,c){window._sp_.config.mms_domain=a;window._sp_.mms=window._sp_.mms||{};window._sp_.mms.cmd=window._sp_.mms.cmd||[];window._sp_.mms.cmd.push(function(){Object.keys(b).forEach(function(a){window._sp_.mms.setTargeting(a,b[a])});window.vanilla&&window.vanilla.aft?window._sp_.mms.setTargeting("club_loggedin",window.vanilla.aft.logged_in):window._sp_.mms.setTargeting("club_loggedin",!1)});var d=parseInt(g("mock_tiberius_choice")(window),
|
||
10),e=!isNaN(d)&&d in l;a={choice:new Promise(function(a){if(e){var b=l[d]||"choice-"+d,c=parseInt(g("mock_tiberius_choice_timeout")(window),10);isNaN(c)?a(b):window.setTimeout(a,c,b)}else window._sp_.config.mms_choice_selected_callback=function(b){a(l[b]||"choice-"+b)}}),message:new Promise(function(a){function b(a){var b=1<arguments.length&&void 0!==arguments[1]?arguments[1]:0;return isNaN(a)?b:a}var d=parseInt(g("mock_tiberius_campaign_id")(window),10),c=parseInt(g("mock_tiberius_message_id")(window),
|
||
10);isNaN(d)&&isNaN(c)?window._sp_.config.mms_client_data_callback=function(b){a(b)}:(d={msgID:b(c),info:{cmpgn_id:b(d),msg_id:b(c)}},c=parseInt(g("mock_tiberius_campaign_timeout")(window),10),isNaN(c)?a(d):window.setTimeout(a,c,d))})};c&&!e&&window._sp_.mms.cmd.push(function(){return window._sp_.mms.startMsg()});return a}function g(a){return function(b){return C(a,b.location.search)}}function C(a,b){var c=2<arguments.length&&void 0!==arguments[2]?arguments[2]:"\x26";if(""===a)return!1;var d=b.indexOf(a+
|
||
"\x3d");return 0<=d?(d=b.indexOf("\x3d",d),c=b.indexOf(c,d+1),0<=c?b.substring(d+1,c):b.substring(d+1)):!1}var l={1:"whitelist",2:"recovery",3:"alt-ad",4:"publisher-custom",5:"redirect",6:"continue-with-adblocker"},D=Object.assign||function(a){for(var b=1;b<arguments.length;b++){var c=arguments[b],d;for(d in c)Object.prototype.hasOwnProperty.call(c,d)&&(a[d]=c[d])}return a},q={sendEvent:function(a,b,c){if("undefined"!==typeof window.ga){var d=window.ga,e=window.analytics_ga_data||{};d("set","nonInteraction",
|
||
!0);d("send",D({},e,{hitType:"event",eventCategory:a,eventAction:b,eventLabel:c}))}}},r=String,v=r.fromCharCode,w=r.prototype.charCodeAt,u=window;return function(a,b,c,d,e,k,l){var h=7<arguments.length&&void 0!==arguments[7]?arguments[7]:"off";window._sp_=window._sp_||{};window._sp_.config=window._sp_.config||{};window._sp_.config.account_id=a;var p=h,f=g("force_recovery_mode")(window);h="force"===f||"choice"===f||"off"===f?f:p;p="choice"===h||"force"===h;t(b);var m=B(d,l,"force"!==h);f=m.message;
|
||
m=m.choice;A(f,m);void 0===window.asdinwawisuihzejsahzl&&z();var n=window.zkckcosdoiaioawqnmzsdqw;x(m,h).then(n);void 0===window.pppasoeommmsmzrvbr&&y();f.then(window.hiriyyyteetaqgthyu);p&&(window._sp_.config.gpt_auto_load=!1,window._sp_.config.publisher_base=k);p?(window._sp_.bootstrap(c+"/media/shared/js/b"+e+"-gb.js"),window._sp_.bootstrap(c+"/media/shared/js/c"+e+"-gb.js")):(window._sp_.bootstrap(c+"/media/shared/js/a"+e+"-gb.js"),window._sp_.bootstrap(c+"/media/shared/js/b"+e+"-gb.js"))}})(); })()(
|
||
200,
|
||
"www.tomshardware.com",
|
||
"https://vanilla.futurecdn.net/tomshardware/220058",
|
||
"ttauri.tomshardware.com",
|
||
"tomshardware",
|
||
"",
|
||
targeting,
|
||
"off"
|
||
);
|
||
})();
|
||
});
|
||
window.vanilla.tiberius = {
|
||
enabled: true,
|
||
}
|
||
} else {
|
||
window.vanilla.tiberius = {
|
||
enabled: false,
|
||
}
|
||
}
|
||
</script>
|
||
<script>
|
||
window.falconConfigs = [];
|
||
window.Falcon = window.Falcon || {
|
||
mount: function(configs) {
|
||
falconConfigs.push(...configs);
|
||
},
|
||
};
|
||
window.reliableDOMContentLoaded.then(function() {
|
||
window.Falcon.mount([
|
||
{
|
||
selector: '.falcon-placeholder',
|
||
},
|
||
]);
|
||
});
|
||
</script>
|
||
<footer id="document-footer" class="container full">
|
||
<div id="document-footer-content">
|
||
<p>Tom's Hardware is part of Future plc, an international media group and leading digital publisher. <a href="http://www.futureplc.com" target="_blank">Visit our corporate site</a>.</p>
|
||
<nav>
|
||
<ul>
|
||
<li><a href="http://www.futureplc.com/terms-conditions/" target="_blank">Terms and conditions</a></li>
|
||
<li><a href="http://www.futureplc.com/privacy-policy/" target="_blank">Privacy policy</a></li>
|
||
<li><a href="http://www.futureplc.com/cookies-policy/" target="_blank">Cookies policy</a></li>
|
||
<li><a href="https://www.futureplc.com/accessibility-statement/">Accessibility Statement</a></li>
|
||
<li><a href="https://www.futureplc.com/services/advertising/" target="_blank">Advertise</a></li>
|
||
<li><a href="https://www.tomshardware.com/uk/reviews/about-us,4260.html" target="_blank">About us</a></li>
|
||
<li><a href="https://www.futureplc.com/brand/toms-hardware/" target="_blank">Contact us</a></li>
|
||
</ul>
|
||
</nav>
|
||
<p>©
|
||
Future Publishing Limited Quay House, The Ambury,
|
||
Bath
|
||
BA1 1UA. All rights reserved. England and Wales company registration number 2008885. </p>
|
||
</div>
|
||
</footer>
|
||
<script>
|
||
window.vanL10N = null;
|
||
</script> <!-- Begin comScore Tag -->
|
||
<script>
|
||
window.reliableConsentGiven.then(function(value) {
|
||
window._comscore = window._comscore || [];
|
||
var cs_ucfr_value = 0;
|
||
// IDs checked come from IAB's official consent list
|
||
// https://vendorlist.consensu.org/vendorlist.json
|
||
if (value.consent) {
|
||
var tcf1Consent = value.consent.purposeConsents && value.consent.purposeConsents[5] && value.consent.vendorConsents && value.consent.vendorConsents[77]
|
||
var tcf2Consent = value.consent.purpose && value.consent.purpose.consents && value.consent.purpose.consents[5]
|
||
&& value.consent.vendor && value.consent.vendor.consents && value.consent.vendor.consents[77]
|
||
if (tcf1Consent || tcf2Consent) {
|
||
cs_ucfr_value = 1;
|
||
}
|
||
}
|
||
window._comscore.push({
|
||
c1: "2",
|
||
c2: "10055482",
|
||
cs_ucfr: cs_ucfr_value,
|
||
});
|
||
(function() {
|
||
var s = document.createElement("script"), el = document.getElementsByTagName("script")[0];
|
||
s.async = true;
|
||
s.src = (document.location.protocol == "https:" ? "https://sb" : "http://b") + ".scorecardresearch.com/cs/10055482/beacon.js";
|
||
el.parentNode.insertBefore(s, el);
|
||
})();
|
||
});
|
||
</script>
|
||
<!-- End comScore Tag -->
|
||
<script>
|
||
var dfp_config = {
|
||
"ad_unit": "10518929/Tech_Toms_Hardware/",
|
||
"live_ad_unit": "10518929/Tech_Toms_Hardware/",
|
||
"test_ad_unit": "10518929/Tech_Toms_Hardware_Test/",
|
||
"recovery_ad_unit": "",
|
||
"recovery_test_ad_unit": "",
|
||
"site_platform": "vanilla",
|
||
"tiberius": true,
|
||
"tiberius_mode": "off",
|
||
"keywords": "type_news,channel_gaming_hardware,serversidehawk,videoarticle,RTX 3080,RTX 3090,RTX 3070,RTX 3000",
|
||
"article_id": "Q4KeXv7tLFXUNr5RxZyJDb",
|
||
"vanilla_article_id": "Q4KeXv7tLFXUNr5RxZyJDb",
|
||
"page_type": "news",
|
||
"product_brand": "",
|
||
"product_category": "",
|
||
"product": "",
|
||
"vertical": "",
|
||
"source": "",
|
||
"provertical": "",
|
||
"jwplayer": "carousel,article"
|
||
}
|
||
</script>
|
||
<script>
|
||
dfp_config.gallery_refresh_interval = 2;
|
||
</script>
|
||
<script>window.vanillaComponents=[{"parentIdentifier":"#article-body","targetIdentifier":".fwd-link","eventType":"click","action":"Click on Forward Linker","elementName":"Forward Linker","addMoreInfo":false},{"parentIdentifier":"#article-body","targetIdentifier":"a","excludeTargetClass":"fwd-link","eventType":"click","action":"Click on Inline Link","elementName":"Inline Link","addMoreInfo":false},{"parentIdentifier":".pagination-numerical-list","targetIdentifier":".pagination-numerical-list-item a","eventType":"click","action":"Click on Article Pagination","elementName":"Article Pagination Number","addMoreInfo":true},{"parentIdentifier":".navigation-sequential","targetIdentifier":".prev,.next","eventType":"click","action":"Click on Article Pagination","elementName":"Article Pagination Prev\/Next","addMoreInfo":true},{"parentIdentifier":".socialite-widget","targetIdentifier":"a","eventType":"click","action":"Click on Article Social","elementName":"Article Social","addMoreInfo":true},{"parentIdentifier":"#articleTag","targetIdentifier":".tag a","eventType":"click","action":"Click on Article Tag","elementName":"Article Tag","addMoreInfo":false},{"parentIdentifier":".author-block-social-nav","targetIdentifier":"a","eventType":"click","action":"Click on Author Social","elementName":"Author Social","addMoreInfo":true},{"parentIdentifier":"#article-body","targetIdentifier":"a[data-event-label=elkInjectedRelatedBlock]","eventType":"click","action":"Click on ELK Injected Related Block","elementName":"ELK Injected Related Block","addMoreInfo":false},{"parentIdentifier":".newsletter-signup","targetIdentifier":".emailform","eventType":"visible","action":"Email sign-up sidebar is visible","elementName":"SIGNUP - Side Bar","addMoreInfo":false},{"parentIdentifier":".hawk-pre-order-main-container","targetIdentifier":".hawk-pre-order-form-container","eventType":"visible","action":"Hawk Widget is visible","elementName":"HAWK WIDGET","addMoreInfo":false},{"parentIdentifier":".list-text-links-trending-panel","targetIdentifier":".listingResult a","eventType":"click","action":"Click on News","elementName":"News Article","addMoreInfo":false},{"parentIdentifier":".dropdown__container","targetIdentifier":".options__region","eventType":"click","action":"Click on Locale Flag","elementName":"Locale Flag","addMoreInfo":true},{"targetIdentifier":".user-locale .locale__flags","eventType":"click","action":"Click on Locale Flags Dropdown","elementName":"Locale Flags Dropdown","addMoreInfo":false},{"parentIdentifier":".menuitems","targetIdentifier":".menu-item a","eventType":"click","action":"Click on Nav Item","elementName":"Nav Item","addMoreInfo":true},{"parentIdentifier":".menuitems","targetIdentifier":".menu-item-more","eventType":"hover","action":"Hover on Nav Item","elementName":"Nav Item","addMoreInfo":true},{"targetIdentifier":".burgerbar .menu-hamburger","eventType":"click","action":"Click on Mobile Hamburger","elementName":"Mobile Hamburger","addMoreInfo":false},{"parentIdentifier":".burgerbar","targetIdentifier":".buttons-social a","eventType":"click","action":"Click on Nav Social","elementName":"Nav Social","addMoreInfo":true},{"targetIdentifier":"#club-login > div","eventType":"hover","action":"Hover on PC Gamer Club","elementName":"PC Gamer Club","addMoreInfo":false},{"parentIdentifier":"#club-login","targetIdentifier":"a","eventType":"click","action":"Click on PC Gamer Club Login\/Register","elementName":"PC Gamer Club Login\/Register","addMoreInfo":false},{"parentIdentifier":".popular-box ol.popular-list:nth-of-type(1)","targetIdentifier":".most-popular-item","eventType":"click","action":"Click on Popular List 1","elementName":"Popular List 1","addMoreInfo":false},{"parentIdentifier":".popular-box ol.popular-list:nth-of-type(2)","targetIdentifier":".most-popular-item","eventType":"click","action":"Click on Popular List 2","elementName":"Popular List 2","addMoreInfo":false},{"parentIdentifier":".recommendation-articles","targetIdentifier":".recommended-article a","eventType":"click","action":"Click on Recommended Article","elementName":"Recommended Article","addMoreInfo":false},{"targetIdentifier":".burgerbar .button-search","eventType":"click","action":"Click on Search","elementName":"Search","addMoreInfo":false},{"targetIdentifier":".burgerbar form.search-box","eventType":"submit","action":"Submit Search","elementName":"Search","addMoreInfo":false},{"targetIdentifier":".logo > a","eventType":"click","action":"Click on Site Logo","elementName":"Site Logo","addMoreInfo":false},{"parentIdentifier":".top-featured","targetIdentifier":".feature-block-item-wrapper a","eventType":"click","action":"Click on Featured Article","elementName":"Featured Article","addMoreInfo":false},{"parentIdentifier":".trending-items","targetIdentifier":".trending-item a","eventType":"click","action":"Click on Trending Bar Item","elementName":"Trending Bar Item","addMoreInfo":false},{"parentIdentifier":".trending-bar","targetIdentifier":".brand-items a","eventType":"click","action":"Click on Trending Bar - Brand Link","elementName":"Trending Bar - Brand Link","addMoreInfo":false}];</script>
|
||
<script>
|
||
var require = {waitSeconds:0};
|
||
</script>
|
||
<!-- Google Tag Manager -->
|
||
<script>
|
||
(function(){
|
||
function loadGTM(gtmCode){
|
||
(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
|
||
new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
|
||
j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.defer=true;j.src=
|
||
'//www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
|
||
})(window,document,'script','dataLayer', gtmCode);
|
||
}
|
||
// Can't be in asset loader until we can call custom loader functions
|
||
;(window.Promise
|
||
? Promise.all([
|
||
window.reliablePageLoad,
|
||
window.reliableConsentGiven
|
||
])
|
||
: window.reliableConsentGiven
|
||
).then(function(){
|
||
setTimeout(
|
||
function(){
|
||
window.vanilla.featureFlags.gtm.sitespecific && loadGTM('GTM-WVFKKJ2')
|
||
window.vanilla.featureFlags.gtm.vanilla && loadGTM('GTM-KHCPGDF')
|
||
}, 1500);
|
||
});
|
||
})();
|
||
</script>
|
||
<!-- End Google Tag Manager -->
|
||
<script type="text/javascript">
|
||
(function(){
|
||
if(typeof window._taboola !== 'undefined'
|
||
&& typeof taboola_lists !== 'undefined'
|
||
&& Array.isArray(taboola_lists)
|
||
&& taboola_lists.length)
|
||
{
|
||
function loadTaboola()
|
||
{
|
||
!function (e, f, u) {
|
||
e.async = 1;
|
||
e.src = u;
|
||
f.parentNode.insertBefore(e, f);
|
||
}(document.createElement('script'),
|
||
document.getElementsByTagName('script')[0],
|
||
'//cdn.taboola.com/libtrc/futureplc-network/loader.js');
|
||
_taboola.push({article: 'auto'});
|
||
_taboola.push({flush: true});
|
||
}
|
||
// Can't be in asset loader until we can call custom loader functions
|
||
(window.Promise
|
||
? Promise.all([window.reliablePageLoad, window.reliableConsentGiven])
|
||
: window.reliableConsentGiven
|
||
).then(function(){
|
||
setTimeout(loadTaboola, 6000);
|
||
});
|
||
}
|
||
})();
|
||
</script>
|
||
<script>window.addEventListener("load",function(){if(!window.askForConsent){var e=document.createElement("script");e.src="https://vanilla.futurecdn.net/tomshardware/cookieconsent.min.js",e.onload=function(){var e=window.innerWidth>=700?"bottom":"top";window.cookieconsent.initialise({palette:{popup:{background:"#000"},button:{background:"#666666"}},position:e,content:{message:"We use cookies on this website to deliver content to you, personalise content and ads, provide social media features, and analyse our traffic. Click 'I accept' to consent to the use of cookies. More information on cookies and how to manage them",link:"click here",href:"http://www.futureplc.com/cookies-policy/",dismiss:"I accept"}})},document.body.appendChild(e);var o=document.createElement("link");o.rel="stylesheet",o.type="text/css",o.href="https://vanilla.futurecdn.net/tomshardware/cookieconsent.min.css",document.body.appendChild(o);var t=document.createElement("style");t.appendChild(document.createTextNode(".cc-window {z-index:10000000}")),document.body.appendChild(t)}});</script>
|
||
<!-- document assets - added by the article itself -->
|
||
<script>
|
||
window.vanilla.addJs({"id":"main-js","src":"\/\/vanilla.futurecdn.net\/tomshardware\/220058\/media\/js\/main.min.js"}, null, 0)
|
||
window.vanilla.addJs({"id":"ffte-js","src":"\/\/vanilla.futurecdn.net\/tomshardware\/220058\/media\/shared\/js\/app.js"}, 2000, 1)
|
||
window.vanilla.addCss({"href":"\/\/vanilla.futurecdn.net\/tomshardware\/220058\/media\/css\/tomshardware.min.css"})
|
||
</script> <script>
|
||
window.ffte = {"site":"tomshardware","endpoint":"\/\/api.vanilla.futurecdn.net\/article","locale":"GB","lang":"en-gb","gaCode":"UA-72111741-12","debug":[],"serverEnvironment":"live","staticHost":"vanilla.futurecdn.net\/tomshardware","regionLink":"uk","isGlobal":false,"platform":"responsive","properties":{"articleProduct":[],"articleProductHandle":[],"articleType":"news","articleTemplate":"standard","articleTagHandle":["rtx-3080","rtx-3090","rtx-3070","rtx-3000"],"articleTagType":["freeform","freeform","freeform","freeform"],"articleControlTag":["type_news","channel_gaming_hardware","serversidehawk","videoarticle"],"articleVerticalHandle":[],"articleCategoryHandle":["graphics-cards"],"subSite":"","articleVertical":"","id":"Q4KeXv7tLFXUNr5RxZyJDb","legacyId":"Q4KeXv7tLFXUNr5RxZyJDb"}}
|
||
</script>
|
||
<script id="vanilla-slice-utils"></script>
|
||
<script>
|
||
window.slice = window.slice || {}
|
||
// window.slice.hostname = 'https://slice.vanilla.futurecdn.net/'
|
||
window.slice.hostname = null;
|
||
</script>
|
||
<script>
|
||
window.vanilla.featureFlags.parsely.enabled && window.vanilla.addScript("//cdn.parsely.com/keys/tomshardware.com/p.js", 'parsely-cfg');
|
||
</script>
|
||
<script>
|
||
window.xkeys = ["tomshardware-platform-responsive","tomshardware-article-Q4KeXv7tLFXUNr5RxZyJDb","tomshardware-articletype-news","tomshardware-articletemplate-standard","tomshardware-article-age-recent","tomshardware-region-GB","tomshardware-language-en","tomshardware-author-VG8zNPdg9tekTNQSyv2i8o","tomshardware-tag-qFasnVqdSVYqU7hnnctLAG","tomshardware-tag-j9MuLhuFH9cydTaQCRYQFa","tomshardware-tag-pdNJRxHZJ3gUErm8booxRE","tomshardware-tag-YTYrpzcSCNeTA7A9pjGm54","tomshardware-tag-YZSqaGm6z7DtvKcngG3kRG"];
|
||
window.templateVariables = {};
|
||
</script>
|
||
</body>
|
||
<script>
|
||
window.ftr_request_id = "";
|
||
</script> </html>
|