Super Customer Service
Transparent Pricing & Secure Payments
Nationwide Delivery Available On All Orders
Specialist Supplier Of Over 3000 Insulation Products
Start right away with 4 months to pay
Enjoy 0% over 4 monthly instalments*
View finance options
* Subject to status. Minimum spend required. T&Cs apply.
The SMART way to buy trade building materials
Sign up today for a cash or credit account, exclusive discounts, rebates and rewards with a CMO Trade Account
Good Builds start with our
See our specialist stores
Be first to know about offers, product deals, exclusive discounts and industry news.
Would you like to empty your basket?
Yes No
'); } }); } function callBackValidation() { var charexp = / /gi; // used to strip white space var formError = false; $('#call-back__form').find('.call-back__input, .call-back__select').each(function () { if ($(this).val().replace(charexp, "") == "") { formError = true; } }); if (true === formError) { return false; } else { pushFormSubmission('Request a Callback'); $('#js-call-back-save-btn').css('visibility', 'hidden').attr('disabled', true); grecaptcha.execute(recaptchaCallBack); } } function callBackRecapcha(token) { insertCallBackRequest(); } function insertProductQuestion() { var thisForm = $("#product-question__form"); var questionFormHeader = $("#js-product-question-header-wrapper"); var questionHeaderWrapper = $("#js-product-question-header-wrapper"); var questionSaveBtn = $('#js-product-question-save-btn'); $.ajax({ url: thisForm.attr('action'), type: thisForm.attr('method'), data: thisForm.serialize(), dataType: "json", cache: false, error: function () { alert('The invisible reCAPTCHA failed, please try again.'); grecaptcha.reset(recaptchaProductQuestion); grecaptcha.execute(recaptchaProductQuestion); questionSaveBtn.css('visibility', '').attr('disabled', false); }, success: function (response) { if (false === response['email-error']) { thisForm.hide(); questionFormHeader.html('
Thank you for the product question
When your question is answered, it will be listed above.
'); questionHeaderWrapper.addClass('product-question-success').removeClass('product-question-error'); grecaptcha.reset(recaptchaProductQuestion); } else { questionFormHeader.html('
There\'s been a problem
'); questionHeaderWrapper.addClass('product-question-error').removeClass('product-question-success'); grecaptcha.reset(recaptchaProductQuestion); questionSaveBtn.css('visibility', '').attr('disabled', false); } } }); } function productQuestionValidation() { var charexp = / /gi; // used to strip white space var alertMessage = ''; var formError = false; $('#product-question__form').find('.product-question__input').each(function () { if (($(this).attr('name') !== 'email_address' || $(this).attr('name') === 'telephone_number') && $(this).val().replace(charexp, '') === '') { alertMessage += $(this).data('error') + '\n'; formError = true; } else if ($(this).attr('name') === 'email_address' && /^[\w\d_-](\.?[\w\d_-])*@[\w\d_-]+\.([\w]{1,6}\.)?[\w]{2,20}$/g.test($(this).val()) === false) { // Check email is not blank and valid alertMessage += $(this).data('error') + '\n'; formError = true; } else if ($(this).attr('name') === 'telephone_number' && /^[0-9s()-+]{6,25}$/g.test($(this).val().replace(charexp, '')) === false) { // Check telephone is not blank and valid alertMessage += $(this).data('error'); formError = true; } }); if (true == formError) { alert('The fields below have errors : \n' + alertMessage); return false; } else { pushFormSubmission('Product Question'); grecaptcha.execute(recaptchaProductQuestion); } } function contactFormSPERecaptcha(token) { woofuCaptchaValidate(token, 'collapseOne'); grecaptcha.execute(recaptchaContactFormSPE); } function contactFormCSERecaptcha(token) { woofuCaptchaValidate(token, 'collapseTwo'); grecaptcha.execute(recaptchaContactFormCSE); } function contactFormFCRecaptcha(token) { woofuCaptchaValidate(token, 'collapseThree'); grecaptcha.execute(recaptchaContactFormFC); } function contactFormValidation(contactFormReference, recaptchaVariable) { var charexp = / /gi; // used to strip white space var alertMessage = ''; var formError = false; $('#'+contactFormReference).find('.js-contact-form-input').each(function () { var field = $(this).data('label'); var required = $(this).prop('required'); // Check to ensure required fields contain data if (required && $(this).val() === '') { alertMessage += field + '\n'; formError = true; } else if ('Email Address' === field && /^[\w\d_-](\.?[\w\d_-])*@[\w\d_-]+\.([\w]{1,6}\.)?[\w]{2,20}$/g.test($(this).val()) === false) { // Check email is not blank and valid alertMessage += field + '\n'; formError = true; } else if ('Telephone' === field && /^[0-9s()-+]{6,25}$/g.test($(this).val().replace(charexp, '')) === false) { // Check telephone is not blank and valid alertMessage += field + '\n'; formError = true; } else if ('Enquiry Type' === field && 'Select an enquiry type' === $(this).val()) { alertMessage += field + '\n'; formError = true; } }); if (true === formError) { alert('The fields below have errors : \n' + alertMessage); return false; } else { grecaptcha.execute(recaptchaVariable); } } function woofuCaptchaValidate(token, contactFormReference) { $.ajax({ url: 'https://www.insulationsuperstore.co.uk/verify-captcha', type: 'POST', data: { 'g-recaptcha-response': token }, dataType: "json", cache: false, error: function () { alert('The invisible reCAPTCHA failed, please try again.'); grecaptcha.reset(recaptchaProductQuestion); grecaptcha.execute(recaptchaProductQuestion); }, success: function (response) { if ('success' === response.response) { $('#' + contactFormReference + ' form .recaptcha-field').remove(); $('#' + contactFormReference + ' form').submit(); } else { alert('The invisible reCAPTCHA failed, please try again.'); } } }); } function whatsappSharingRecaptcha(token) { grecaptcha.execute(recaptchaWhatsappSharing); } function smsSharingRecaptcha(token) { grecaptcha.execute(recaptchaSmsSharing); } function emailSharingRecaptcha(token) { grecaptcha.execute(recaptchaEmailSharing); } function validateShareBasketInput(inputId) { var charexp = / /gi; // used to strip white space var alertMessage = ''; if ($(inputId).attr('type') === 'tel' && /^[0-9+]{9,20}$/g.test($(inputId).val().replace(charexp, '')) === false) { // Check telephone is not blank and valid alertMessage += 'Mobile number'; } else if ($(inputId).attr('type') === 'email' && /^[\w\d_-](\.?[\w\d_-])*@[\w\d_-]+\.([\w]{1,6}\.)?[\w]{2,20}$/g.test($(inputId).val()) === false) { // Check email is not blank and valid alertMessage += 'Email address'; } if (alertMessage.length > 0) { alert(alertMessage + ' is not valid.'); return false; } else { postSharingForm($(inputId).parent().parent().parent()); } } function postSharingForm(thisForm) { var shareBtn = thisForm.find('.share-button').first(); var thisFormId = thisForm[0].id; var gRecaptchaResponse = thisForm.find('.g-recaptcha-response')[0].value; var sharingVar = ''; if (thisFormId === 'smsMobileSharing') { sharingVar = recaptchaSmsSharing; } else if (thisFormId === 'whatsappMobileSharing') { sharingVar = recaptchaWhatsappSharing; } else if (thisFormId === 'emailSharing') { sharingVar = recaptchaEmailSharing; } var sharingInput = thisForm.find('.js-sharing-input'); if (gRecaptchaResponse === '') { alert('Please check the reCaptcha and try again.'); } else if (sharingVar !== '') { shareBtn.first().css('visibility', 'hidden').attr('disabled', true); $.ajax({ url: thisForm.data('url'), type: 'POST', data: { 'shareMethod': thisFormId, 'sharingInput': $(sharingInput).val(), 'permalink': $('#basketPermalinkInput').val(), 'recaptcha': gRecaptchaResponse }, error: function () { shareBtn.first().css('visibility', '').attr('disabled', false); alert('Sharing failed, please try again.'); grecaptcha.reset(sharingVar); grecaptcha.execute(sharingVar); }, success: function (response) { if (response['response'] === 'success') { var dataLayer = window.dataLayer = window.dataLayer || []; window.dataLayer.push({ 'event': 'basketShare', 'method': thisFormId, 'permalink': $('#basketPermalinkInput').val() }); thisForm.hide(); $('#js-sharing-success').show(); grecaptcha.reset(sharingVar); var basketSharedViaWhatsApp = response['cookies']['basketSharedViaWhatsApp']; var basketSharedViaSms = response['cookies']['basketSharedViaSms']; var basketSharedViaEmail = response['cookies']['basketSharedViaEmail']; if (basketSharedViaWhatsApp && basketSharedViaSms && basketSharedViaEmail) { $('.allShareContainers').remove(); } else { if (basketSharedViaWhatsApp) { $('#whatsappShareContainer').remove(); } if (basketSharedViaSms) { $('#smsShareContainer').remove(); } if (basketSharedViaEmail) { $('#emailShareContainer').remove(); } } if (response['additional'] !== undefined) { var win = window.open(response['additional'], '_blank'); win.focus(); } } } }); } else { alert('Could not find reCAPTCHA. Please refresh and try again.'); } } function productQuestionsRecapcha(token) { $('#js-product-question-save-btn').css('visibility', 'hidden').attr('disabled', true); insertProductQuestion(); } function subscribeFormValidation() { var formError = false; const customerName = $('#customer_name'); const customerEmail = $('#customer_email'); var alertMessage = ''; if (customerName.val().replace(/ /i, "") === "") { alertMessage += 'Your name.\n'; formError = true; } if (/^[\w\d_-](\.?[\w\d_-])*@[\w\d_-]+\.([\w]{1,6}\.)?[\w]{2,20}$/g.test(customerEmail.val()) === false) { alertMessage += 'A valid email address.'; formError = true; } if (true === formError) { alert('Please enter the following and try again: \n' + alertMessage); return false; } else { $('#js-subscribe-save-btn').css('visibility', 'hidden').attr('disabled', true); grecaptcha.execute(recaptchaSubscribe); } } function submitSubscribeFormData() { var thisForm = $("#js-subscribe-form"); $.ajax({ url: thisForm.attr('action'), type: thisForm.attr('method'), data: thisForm.serialize(), dataType: "json", cache: false, error: function () { alert('The invisible reCAPTCHA failed, please try again.'); grecaptcha.reset(recaptchaSubscribe); grecaptcha.execute(recaptchaSubscribe); }, success: function (response) { window.location.href = '/pages/subscribe-confirmation.html'; } }); } function subscribeRecapcha(token) { submitSubscribeFormData(); } var onloadCallback = function () { /* Attached to Request a Call Back Form */ if ($('#callBackRecapcha').length) { recaptchaCallBack = grecaptcha.render('callBackRecapcha', { 'sitekey': reCaptchaSiteKey, 'callback': callBackRecapcha, 'size': 'invisible', 'badge': 'inline' }); } /* Attached to Product Question Form */ if ($('#productQuestionsRecapcha').length) { recaptchaProductQuestion = grecaptcha.render('productQuestionsRecapcha', { 'sitekey': reCaptchaSiteKey, 'callback': productQuestionsRecapcha, 'size': 'invisible', 'badge': 'inline' }); } /* Attached to SPE Contact Form */ if ($('#contactFormSPERecaptcha').length) { recaptchaContactFormSPE = grecaptcha.render('contactFormSPERecaptcha', { 'sitekey': reCaptchaSiteKey, 'callback': contactFormSPERecaptcha, 'size': 'invisible', 'badge': 'inline' }); } if ($('#contactFormCSERecaptcha').length) { recaptchaContactFormCSE = grecaptcha.render('contactFormCSERecaptcha', { 'sitekey': reCaptchaSiteKey, 'callback': contactFormCSERecaptcha, 'size': 'invisible', 'badge': 'inline' }); } if ($('#contactFormFCRecaptcha').length) { recaptchaContactFormFC = grecaptcha.render('contactFormFCRecaptcha', { 'sitekey': reCaptchaSiteKey, 'callback': contactFormFCRecaptcha, 'size': 'invisible', 'badge': 'inline' }); } if ($('#subscribeRecapcha').length) { recaptchaSubscribe = grecaptcha.render('subscribeRecapcha', { 'sitekey': reCaptchaSiteKey, 'callback': subscribeRecapcha, 'size': 'invisible', 'badge': 'inline' }); } }; $(document).ready(function () { // Load recaptcha JS when a product question or callback request form element receives focus var captchaLoaded = false; $('.product-question__input, .call-back__input, .call-back__select, .js-sharing-input, .subscribe__input, .js-contact-form-input').on('focus', function () { // Only load JS once if (captchaLoaded) { return; } var head = document.getElementsByTagName('head')[0]; var recaptchaScript = document.createElement('script'); recaptchaScript.type = 'text/javascript'; recaptchaScript.src = 'https://www.google.com/recaptcha/api.js?onload=onloadCallback&render=explicit'; recaptchaScript.defer = true; head.appendChild(recaptchaScript); captchaLoaded = true; }); $('#js-call-back-save-btn').click(function () { callBackValidation(); }); $('#js-product-question-save-btn').click(function () { productQuestionValidation(); }); $('#js-subscribe-save-btn').click(function (event) { event.preventDefault(); subscribeFormValidation(); }); // Contact Form submit detects $('#saveForm_SPE').click(function (event) { event.preventDefault(); contactFormValidation('collapseOne', recaptchaContactFormSPE); }); $('#saveForm_CSE').click(function (event) { event.preventDefault(); contactFormValidation('collapseTwo', recaptchaContactFormCSE); }); $('#saveForm_FC').click(function (event) { event.preventDefault(); contactFormValidation('collapseThree', recaptchaContactFormFC); }); /* Set-up Category/Brand/Search price slider */ if ($('.js-range-slider').length) { $('head').append('
'); $.ajax({ url: "/user/themes/base/assets/js/ion.rangeSlider/js/ion.rangeSlider.min.js", context: document.body }).done(function() { $('.js-range-slider').ionRangeSlider({ skin: "round", prettify_enabled: true, prettify_separator: ',' }); }); } });
Sorry
It seems you are running an older version of Internet Explorer. Our site does not support these old browsers as they do not house the technology that allows our site to be safe and secure.
If you wish to access our site please either upgrade your browser or download an alternative.
FAQs
Is wood fibre insulation any good? ›
Although wood fibre is one of the more expensive materials to insulate a home with, the benefits outweigh the initial cost. It is breathable, adaptable and has the huge bonus of being a carbon neutral product. It may not cross every box, but it does contribute enormously to the green homes agenda.
Which insulation board has the best R-value? ›Polyisocyanurate: Known as polyiso for short, polyisocyanurate foam has the highest R-value per inch (R-6.5 to R-6.8) of any rigid insulation.
What thickness insulation board should I use? ›When insulating one, you're aiming for a value of 0.25 W/m2K or less. To achieve this, you should insulate your flat roof with insulation boards totalling around 150mm thickness.
What are the disadvantages of wood fibre? ›Are There any Drawbacks? The biggest and most obvious disadvantage is the high cost, compared to the alternatives. Beyond that there is also the embodied energy and CO2 from manufacture and transport, greater than might be anticipated as a high proportion of products are manufactured in eastern European countries.
What is the R-Value of wood fibre board? ›The manufacturing process allows for a homogeneous board from 20 to 300-milimetres thick. The panels offer R-values in the 3.5 to 3.9-per-inch-range, while polymer foams have R-values in the 4.5 to 6-per-inch-range, therefore wood-fibre panels need to be a little thicker to reach the same R-values as polymer foams.
What is the thinnest insulation with the highest R-value? ›Thermablok® Aerogel is a revolutionary advancement in thermal technology offering the thinnest insulation available to prevent thermal and cold bridging. Classed as a Super Insulation, Aerogel has the highest insulation value of any known material with the lowest thermal conductivity value of any solid (0.015W/mK).
What insulation has the highest R-value per inch? ›Vacuum insulated panels have the highest R-value, approximately R-45 (in U.S. units) per inch; aerogel has the next highest R-value (about R-10 to R-30 per inch), followed by polyurethane (PUR) and phenolic foam insulations with R-7 per inch.
What is the highest R-value for insulation on 2x4 wall? ›Fiberglass and rock wool batts—2x4 walls can hold R-13 or R-15 batts; 2x6 walls can have R-19 or R-21 products.
Can you walk on wood fibre insulation? ›I would not recommend to walk on these boards at all, if you are looking to use something for a trafficable surface, I would recommend using an 18mm thick ply board, as that has the structural integrity to withstand being walked on.
Can wood fibre insulation get wet? ›The fibres are as they are in the tree and they are extremely capable of moving moisture. So if you do get moisture into your insulation, those boards will quickly soak it up and transport it through the structure and allow it to evaporate out.
How do you cut wood fibre board? ›
Wood fibre insulation boards can be cut using common tools for cutting wood and wood products – an electric circular saw with a dust collector can be used for boards up to 80mm thick.
Do you need an air gap for insulation? ›You MUST have an air gap in order to get either the emissivity quality or the reflectivity quality that you're looking for, otherwise the foil will not work as a radiant barrier.
What is the difference between pink and blue foam board? ›Main Difference Between Pink And Blue Foam Boards
The two products also have the same insulating power. However, blue foam boards are manufactured by Dow Chemical Co. whereas the pink foam boards are manufactured by Owens Corning company. The boards are marketed under different brand names.
It is possible to over-insulate your house so much that it can't breathe. The whole point of home insulation is to tightly seal your home's interior. But if it becomes too tightly sealed with too many layers of insulation, moisture can get trapped inside those layers. That's when mold starts to grow.
What is the best breathable insulation? ›Sheeps Wool Insualtion
We are a big fan of Sheep's Wool Insulation. It's a lovely natural product and is cost effective. It is highly breathable and provides great insulation values.
The Fire Resistance of Wood Fibre Insulation is rated at Class E, which is very similar to other insulating materials.
What are the different types of wood fibre insulation? ›There are two types of wood fibre insulation, those made in the “wet process” and those made in the “dry process” and the difference is in how they're manufactured. Both types are typically manufactured from untreated softwood waste, most often sourced from sawmills in Europe.
How long does insulation board last? ›Typical Insulation Lifespan
The International Association of Certified Home Inspectors states that spray foam insulation, wrap tape and housewrap insulation can last for more than 80 years. At the same time, cellulose, loose-fill, foamboard, loose fill and rock wool insulation can last up to 100 years.
Much like many other insulation materials, wood fibre insulation boards are a classified Class E combustible product, however they also have a hidden advantage against fire. In the event of a fire, the wood fibre insulation boards char and develop a layer of ash on their surface.
Is Fibre board heat resistant? ›Excellent thermal shock resistance. Resistant to hot gas erosion. Resists most chemical attacks. Easy to cut, handle and install.
What is the cheapest most efficient insulation? ›
Fiberglass is one of the most common choices for insulation because of its affordability and fire resistance. It's also fairly easy to install.
What is considered a good R-value for insulation? ›Depending on where you live and the part of your home you're insulating (walls, crawlspace, attic, etc.), you'll need a different R-Value. Typical recommendations for exterior walls are R-13 to R-23, while R-30, R-38 and R-49 are common for ceilings and attic spaces.
How to insulate a room for cheap? ›- Draught-proof your home. ...
- Insulate your pipework. ...
- Invest in a smart thermostat. ...
- Change your curtains or blinds. ...
- Fit carpets with underlay. ...
- Move your furniture around. ...
- Increase your roof and loft insulation. ...
- Install better floor insulation.
Closed-cell foam is the most effective, with an insulation value of around R-6.2 per inch of thickness. Open-cell foam cells are not as dense and are filled with air, which gives the insulation a spongy texture. Open-cell foam insulation value is around R-3.7 per inch of thickness.
What is the best insulation in the world? ›The best insulator in the world right now is most probably aerogel, with silica aerogels having thermal conductivities of less than 0.03 W/m*K in atmosphere. of aerogel preventing ice from melting on a hot plate at 80 degrees Celsius! Aerogel has its amazing properties because it's mostly made out of air.
What is the most energy efficient insulation? ›- Fibreglass. Fibreglass is the most widely used insulating material these days. ...
- Cellulose. Cellulose is made from recycled paper products and isn't just an efficient insulator, it's very environmentally friendly. ...
- Mineral wool. ...
- Polystyrene.
Can you over insulate your attic? The answer is yes! Past a certain point, insulation in a vented attic will do more harm than good. In most of the United States, achieving an R-Value of 38 is more than sufficient.
Can you put r19 insulation in a 2x4 wall? ›...
Insulation for 2x6 Walls.
Best Insulation for 2x4 and 2x6 Wall Studs | ||
---|---|---|
R-19 | 6 1/4 Inches (+/-) | Two-by-six (2x6) stud walls |
R-21 | 5 1/2 Inches (+/-) | Two-by-six (2x6) stud walls |
The thermal barrier of a home should consist of a continuous layer of insulation on all sides—including the lowest floor, the exterior walls, and the ceiling or roof. Doubling the thickness of insulation will double the insulation's R-value, cutting heat loss in half.
How are wood fibers held together? ›Trees are made up of cellulose fibers that are held together with a glue-like substance called lignin. This makes the tree strong enough to use for building houses and furniture. When wood is cooked, the cellulose is separated from the lignin to make wood pulp.
Should insulation go over joists? ›
Insulating between the joists of your loft will keep your house warmer, but make the roof space above colder. This means pipes and water tanks in the loft space could be more likely to freeze, so you will need to insulate them.
Can insulation board be left outside? ›Boards should be completely covered with waterproof sheeting if stored outside. What about PIR boards and flooding? EcoTherm PIR insulation boards are rigid in nature and a closed cell material, meaning water absorption is minimised.
Can mold grow in insulation? ›Mold on insulation is more common than you may think, and it can occur anywhere from the crawlspace up to the attic. It can have a number of causes — all of which have one thing in common: moisture.
Will insulation mold if it gets wet? ›However, if the water leak is significant, don't be surprised if most of the insulation soaks it up in the affected area. The cellulose construction of this insulation is the ideal environment for breeding mold and mildew.
What is wood Fibre board called? ›MDF (medium density fibreboard) board is made by compressing wood fibres with glue. The amount of glue varies depending on the product.
Can you cut fiberboard with a table saw? ›MDF and man-made materials: Medium-density fiberboard is a specific type of plywood often used for furniture. A table saw fitted with the correct blade can help you cut it cleanly. Man-made materials like layered plywood, plastic laminate and even melamine can often be cut with the right table saw blade.
Does fibre board underlay need expansion gap? ›Apart from that, fibreboard underlay provides great sound reduction and thermal insulation and all these in an affordable price. Bear in mind, that you should leave a 2mm expansion gap between the staggered boards and 10mm gap around the perimeter of the room.
Do I need a vapor barrier before insulation? ›Vapor blockers
Not every type of insulation needs a vapor barrier. But if it does, the barrier should face inside in northern, heating climates, and outside in humid southern climates.
Vapor barriers are not required on both sides of insulation. They only need to be installed on the side of the insulation that faces the exterior. A vapor barrier provides a way to protect the integrity of your home. It keeps moisture out of the wall cavity and protects the insulation from getting wet.
What happens if you don't install an air gap? ›Without an air gap (or other means of backflow prevention) your dishwasher will flood with contaminated water.
Which insulation board is best? ›
Polyisocyanurate (PIR) is one of the most efficient insulation material used in construction. PIR insulation provides acoustic and thermal properties, rigidity, durability and excellent compressive strength.
What is the best insulation foam board? ›The best kind of rigid foam insulation is polyisocyanurate, also known as polyiso. It has the highest R-rating of any rigid foam insulation and comes with a reflective foil on both sides, allowing it to act as a radiant barrier as well.
Should you put plastic over insulation in walls? ›After the insulation is in place you will want to add a vapor retarder, sometimes called a vapor barrier, if you need one. Not every wall does. A vapor retarder is a material used to prevent water vapor from diffusing into the wall, ceiling or floor during the cold winter.
How tight should insulation be packed? ›Insulate windows and doors
Stuff skinny strips of batting into spaces around windows and doors with a 3-in. wide putty knife. The insulation should fit snugly, but don't pack it.
A: There's no problem with installing fiberglass batts over your existing blown-in insulation. The only thing you want to make sure of is that you use "unfaced" insulation, meaning it doesn't have a paper or aluminum foil facing on the batts.
What is the K value of wood fibre insulation? ›The insulation value of wood fibre boards is not as dimensionally efficient as some of the orthodox petro-chemical materials - but it's no slouch either - typically coming in with a 'k value' range of between 0.038-0.043 W/mK depending on format.
How long does fiber insulation last? ›Fiberglass insulation is a popular choice because it is both effective and cost-effective. Unless damaged, it can last 80 to 100 years in most houses before it needs to be replaced.
What is the most effective insulation material? ›- Fibreglass. Fibreglass is the most widely used insulating material these days. ...
- Cellulose. Cellulose is made from recycled paper products and isn't just an efficient insulator, it's very environmentally friendly. ...
- Mineral wool. ...
- Polystyrene.
Fiberglass and rock wool batts—2x4 walls can hold R-13 or R-15 batts; 2x6 walls can have R-19 or R-21 products. Generally, batt insulation is the least expensive wall insulation material but requires careful installation for effective performance (see page 4).
What is the R-value of 1 2 inch plywood? ›BUILDING BOARD | THICKNESS | R-VALUE (F° · SQ.FT. · HR/BTU) |
---|---|---|
Plywood | 1/2" | 0.62 |
Plywood | 1" | 1.25 |
Fiber board sheathing | 1/2" | 1.32 |
Medium Density Particle Board | 1/2" | 0.53 |
Is it OK to put new insulation over old insulation? ›
In many cases you can add new insulation on top of old insulation, unless the old insulation is wet, mouldy, or vermiculite. If the old insulation is dry but appears to have previously been wet, you should look for the cause and repair the problem.
Should you remove old insulation before adding new? ›Expert contractors that specialize in insulation advise that removing old fiberglass insulation is best before installing new cellulose insulation because of possible mildew, mold, or rodent excrement.
Can you over insulate a house? ›It is possible to over-insulate your house so much that it can't breathe. The whole point of home insulation is to tightly seal your home's interior. But if it becomes too tightly sealed with too many layers of insulation, moisture can get trapped inside those layers. That's when mold starts to grow.
What is the cheapest most effective insulation? ›The most common form of home insulation is the “batt and roll” or “blanket” type, which is the least expensive to purchase and install. Its most common material is fiberglass, but if you're looking for an alternative, check out these natural fiber options: Mineral wool. Cotton (recycled denim)
What insulation is easiest to install? ›Reflective Insulation
It is very DIY-friendly and installed between the joists and beams in the attic, where most of that heat enters your home. While reflective insulation is one of the easiest to install yourself, it is limited to use in warmer climates as it has minimal thermal insulating qualities.
Fiberglass is the most common type of insulation used for residences because it is by far the best, particularly for hot climates. Here's why: Fire-retardant – Fiberglass insulation is fire-retardant, making it an ideal choice for homes in dry climates and areas prone to fire.