Popgot Logo

Shop PETG Filament per kilogram

Why You Should Trust Our Analysis

Our team and advanced automation meticulously review and analyze thousands of PETG filaments. We delve into critical aspects like 'mechanical property focus', ensuring that filaments marketed for PETG's signature toughness and heat resistance are precisely that, and not a material where, for instance, flexibility is the primary attribute.

Who is this list for

This PETG filament list is for anyone seeking the ideal material for their 3D printing projects without overspending. Popgot aggregates every PETG filament from supported retailers, empowering you to find the best products at the best prices by easily comparing options and shopping by unit price, saving you valuable time and money.

Selection Criteria

Cheaper than 93%
Better rated than 100%
No Fast Free Shipping
* We may earn a small commission from affiliate links at no cost to you.
Popgot Pick— balances unit price, ratings & size
SAVINGS

vs. Popular OVERTURE product

Save $3.76each purchase
Save $8each year

Here are the 27 PETG Filament products we considered starting at $9.09 per kg

* We may earn a small commission from affiliate links below at no cost to you.

$9.09per kg
61.1
kg
$59.99
4.4303
amazon
JAYO PETG Filament 6.6KG
$9.09per kg
61.1
kg
$59.99
4.4303
amazon
JAYO PETG Filament 6.6KG Bundle
$9.09per kg
111
kg
$99.99
4.4303
amazon
JAYO PETG 1.75mm Filament 11KG
$9.32per kg
41.1
kg
$40.99
4.4303
amazon
JAYO PETG 4.4KG Filament Bundle
$9.32per kg
41.1
kg
$40.99
4.4303
amazon
JAYO PETG Filament 4.4KG Bundle
Everything above will save you $6.67 on 1 kg
$9.32per kg
41.1
kg
$40.99
4.4303
amazon
JAYO PETG 1.75mm 4.4KG Black
$9.32per kg
41.1
kg
$40.99
4.4303
amazon
JAYO PETG Filament 4.4KG Bundle
$9.54per kg
101
kg
$95.39
Limited time deal
4.5233
amazon
Kingroon 1.75mm PETG Filament 10 Spools
$9.74per kg
41
kg
$38.94
4.21.6k
amazon
PETG Filament 4-Color Bundle
$9.75per kg
21
kg
$19.49
Limited time deal
4.221
amazon
Fugacity PETG Filament 1.75mm Black 2 Roll 1KG
$9.90per kg
101
kg
$98.99
4.21.6k
amazon
PETG Filament 1.75mm 10KG Black
$9.90per kg
101
kg
$98.99
4.21.6k
amazon
PETG Filament 1.75mm 10KG White
$9.97per kg
41
kg
$39.89
4.21.6k
amazon
PETG Filament 1.75mm 4-Color Bundle
$9.97per kg
41
kg
$39.89
4.21.6k
amazon
PETG Filament 1.75mm Black 4x1KG
$10.00per kg
21
kg
$19.99
5.03
amazon
Fugacity PETG Filament 1.75mm 1KG
$10.00per kg
21
kg
$19.99
Limited time deal
4.08
amazon
Fugacity PETG Filament 1.75mm 1KG
$10.00per kg
21.1
kg
$21.99
4.4303
amazon
JAYO PETG Filament 1.75mm 2.2KG White
$10.00per kg
21.1
kg
$21.99
4.4303
amazon
JAYO PETG Filament 2.2KG Black
$10.00per kg
21.1
kg
$21.99
4.4303
amazon
JAYO PETG Filament 1.75mm 2.2KG Black/White
$10.00per kg
4
kg
$39.99
4.4634
amazon
Comgrow PETG Filament 1.75mm 4kg
$11.00per kg
2
kg
$21.99
4.4634
amazon
Comgrow PETG Filament 1.75mm 2kg
$11.21per kg
21
kg
$22.41
4.4438
amazon
LANDU PETG Filament 1.75mm Black 2KG (2x1KG)
$11.69per kg
1
kg
$11.69
Limited time deal
4.42.0k
amazon
Creality PETG Filament 1.75mm 1KG Black
$11.81per kg
1.1
kg
$12.99
4.4303
amazon
JAYO PETG Filament 1.75mm White 1.1KG
$11.99per kg
1
kg
$11.99
4.630
amazon
PETG Filament White
Everything above will save you $4.00 on 1 kg
$12.23per kg
1
kg
$12.23
Ends in05:23:40(function(f) {var _np=(window.P._namespace("GoldboxUDPAssets"));if(_np.guardFatal){_np.guardFatal(f)(_np);}else{f(_np);}}(function(P) { function isComponentRegistered(componentName) { var isRegistered = false; P.now("registrationStarted:" + componentName).execute(function (loaded) { isRegistered = !!loaded; }); return isRegistered; } function setComponentRegistered(componentName) { P.declare("registrationStarted:" + componentName, true); } if (!isComponentRegistered("count-down-controller-detailpage-dealBadge")) { setComponentRegistered("count-down-controller-detailpage-dealBadge"); P.when('jQuery').register('count-down-controller-detailpage-dealBadge', function($) { function countDown(timer) { var $timer = $(timer); var targetDateStr = $(timer).attr("data-target-time"); var targetDate = Date.parse(targetDateStr); var dealBadgeSupportingText = '#dealBadgeSupportingText'; $(dealBadgeSupportingText).attr("aria-hidden","true"); var interval = null; interval = setInterval(function () { var diffMillis = targetDate - Date.now(); var diffSeconds = Math.floor(diffMillis / 1000); if (diffSeconds < 0) { $timer.text('00:00'); clearInterval(interval); $(dealBadgeSupportingText).removeAttr("aria-hidden"); } else { var hours = Math.floor((diffSeconds / (60 * 60)) % 24); var minutes = Math.floor((diffSeconds / 60) % 60); var seconds = Math.floor(diffSeconds % 60); var hoursStr = ('0' + hours).slice(-2); var minutesStr = ('0' + minutes).slice(-2); var secondsStr = ('0' + seconds).slice(-2); var timeStr = ''; if (hours > 0) { timeStr = [hoursStr, minutesStr, secondsStr].join(':'); } else { timeStr = [minutesStr, secondsStr].join(':'); } $timer.text(timeStr); updateOffscreenText(hours, minutes, seconds) } }, 1000); } var offscreenTextEnum = { hours: 0, minutes: 1, seconds: 2, }; var offscreenTextIDs = [ '#deals_countdown_timer_from_hours_screen_reader_label', '#deals_countdown_timer_from_minutes_without_seconds_screen_reader_label', '#deals_countdown_timer_from_seconds_screen_reader_label', ]; var offscreenTextTemplates = offscreenTextIDs.map(function (id) { return $(id).text() }); var classHidden = 'aok-hidden'; var classOffscreen = 'aok-offscreen'; function updateOffscreenText(hours, minutes, seconds) { var type = getOffscrrenType(hours, minutes); var elementID = offscreenTextIDs[type]; var template = offscreenTextTemplates[type]; var text = template .replace('NO_OF_HOURS', hours) .replace('NO_OF_MINUTES', minutes) .replace('NO_OF_SECONDS', seconds); $(elementID).text(text); showOffscreenElement(elementID); offscreenTextIDs.filter(function (_, idx) { return idx != type; }).forEach(function (id) { return hideOffscreenElement(id) }); if (isTimerOver(hours, minutes, seconds)) { hideOffscreenElement(elementID); } } function getOffscrrenType(hours, minutes) { if (hours > 0) { return offscreenTextEnum.hours; } if (minutes >= 1) { return offscreenTextEnum.minutes; } return offscreenTextEnum.seconds; } function showOffscreenElement(elementID) { $(elementID).removeClass(classHidden).addClass(classOffscreen); } function hideOffscreenElement(elementID) { $(elementID).removeClass(classOffscreen).addClass(classHidden); } function isTimerOver(hours, minutes, seconds) { return hours == 0 && minutes == 0 && seconds == 0; } return { countDown : countDown }; }); } P.when('A', 'count-down-controller-detailpage-dealBadge', 'ready').execute(function(A, countDownController) { var timers = document.querySelectorAll('.detailpage-dealBadge-countdown-timer'); A.each(timers, function(timer) { countDownController.countDown(timer); }); }); }));
4.61.2k
amazon
TINMORRY PETG Filament 1.75mm Black 1KG
Popgot Pick
$12.23per kg
1
kg
$12.23
Limited time deal
4.61.2k
amazon
TINMORRY PETG Filament 1.75mm Cool-White