Cheese Rinds 101 | Wisconsin Cheese (2024)

Cheese Rinds 101 | Wisconsin Cheese (3) Cheese Rinds 101 | Wisconsin Cheese (4) Cheese Rinds 101 | Wisconsin Cheese (5)

Sign Up for Our Newsletter

Tips

October 31, 2019

Cheese Rinds 101 | Wisconsin Cheese (6)

All About Rinds

If you love cheese as much as we do, you’ll want to take in the full sensory experience that every cheese has to offer. For most cheeses, the rind is a key part of that. You can think of a cheese rind as the protective blanket surrounding the outside of your cheese, but keep in mind that's not the only purpose it serves.

The rind isn't just there to protect cheese from the elements: it can impart its own unique flavor and texture to your cheese.

Rinds You Should Eat

Cheese Rinds 101 | Wisconsin Cheese (7)

Flavored rind

Flavored rinds are lovingly created by soaking or rubbing the outside of the cheese with another ingredient like beer, wine, fresh black pepper, or even espresso. We already know that wine and cheese is a match made in heaven, but what if you rubbed the outside of an aged cheddar with green chartreuse? Answer: a glorious flavored rind! These rinds are expertly crafted to complement whatever cheese they enshrine, creating a whole new cheese experience. Do yourself a favor and try them out. Your taste buds will thank you.

Washed rind

A “washed rind” describes any cheese that was treated with a brine rinse. During the aging process, many cheeses are gently bathed in a saltwater wash that often includes added cultures.

This technique helps bring out the natural savory flavors of the cheese and introduces funky aromas on the naturally occurring rind that gently diffuse into the bordering cheese paste.

Pungent, stinky cheeses like limburger fall into this category. Scared of the stink? Don’t be! These bold flavors will blow you away.

Bloomy rind

Also known as soft-ripened cheese, this type of rind refers to cheeses that are ripened from the outside and whose rinds are made from a perfect amalgamation of mold and yeast. Bloomy rinds create a flavorful, textured, and very edible crust, which encourages the cheese inside to ripen. It’s what gives soft-ripened cheeses like brie their lusciously creamy texture. Basically, it’s the best thing ever.

Rinds You Can Skip

Cheese Rinds 101 | Wisconsin Cheese (8)

Bandaged-wrapped rind

Don’t call the doctor - your cheese isn’t injured! This rind is made from cloth, allowing your cheese to breathe during aging and giving your cheese a drier, more crumbly texture. A bandage-wrapped rind, like the ones found on some varieties of aged cheddar, contributes to the complex flavor and dense, flakey texture of these cheeses. This type of rind is not edible and should be removed before enjoying the cheese.

Wax rind

If cheese is the gift and wax rind is the inedible wrapping paper, you should take the wrapping paper off just as you would with any gift. Semi-firm cheeses like gouda are often dipped into a wax that seals the cheese into a safe home while it ages. This type of rind helps maintain moisture in the cheese, so nothing gets in or out. While technically food safe (but still quite inedible), we’d advise removing a wax rind before digging into whatever cheese you’re planning on enjoying.

Natural rind

Our final stop on this journey of rinds is the natural rind. Organically formed on cheeses like parmesan, a natural rind forms on cheese that is aged in a temperature and humidity-controlled room also often known as a cave. As time goes on, the rind dries out and forms a hard, outer layer.

These flavorful rinds are perfectly edible, but sadly too hard to enjoy on their own. However, they’re the perfect candidate for use when cooking soups or broths. Make sure you hold onto them!

Go forth and explore!

Now that you’ve successfully traversed the world of cheese rinds, you’ll be ready to handle any kind of rind you encounter. If you’re looking for some appetizing recipes that make use of those rinds, try out this Asiago White Turkey Chili or this Autumn Tuscan Bread Soup. Or, pick something else that suits your style from our selection of over 300 handcrafted recipes featuring Wisconsin cheese. Share your creation with us on Instagram or Facebookand become part of the largest cheese community in the world.

FAQs: Cheese Rinds

Is it safe to eat cheese rinds?

In a word: yes. Cheese rinds are food safe and edible. However, only some are meant to be eaten. You should feel free to enjoy flavored rinds, washed rinds, and bloomy rinds as part of your cheese eating experience. Other rinds made of wax or cloth can generally be removed and discarded—these rinds are there to protect the cheese along its aging journey. Finally, natural rinds on cheeses like parmesan are ideal for use in cooking or broths—just not eating on their own. (They’re just a bit too hard.)

Can I eat the wax on cheese?

We appreciate the enthusiasm but unfortunately, the wax isn’t meant to be eaten. The gift of cheese is best enjoyed unwrapped and free of wax. Don’t sweat it if you ate some though. It’s 100% food safe.

What is the rind of cheese made of?

Cheese rinds generally fall into two categories. The first category of rind can be thought of like a bread crust: delicious and a key part of the journey of texture you’re about to embark on (unless you’re one of those crazy people that cuts the crust off). The second category of rind is more like wrapping paper. It acts like a protective layer for the cheese during the aging process but is best removed when it’s time to enjoy.

Can I eat parmesan rind?

You could, but the texture would be rough on the palate. The rind is still filled with all the rich flavor of the cheese; it just needs a little extra love to extract it. Known as the bay leaves of cheese world, parmesan rinds can instantly elevate any sauce or soup. Try adding some parm’ rinds to your next pasta sauce. We promise you’ll be blown away.


Cheese Rinds 101 | Wisconsin Cheese (9)

2 likes

Log in to leave a comment!
The universe of Wisconsin cheese awaits...

  • Create an Account
  • Login

`, type: 'inline' } }); $('.popup-close').one("click", () => { $.magnificPopup.close(); }); } function startComment(btn) { $(".post-comments .new-comment").remove(); var userId = window.userId; if (!userId) { promptAuthentication(); return; } var parent = btn.parent(); var commentId = btn.parent().parent().attr("data-comment-id"); var newComment = $(".comment-template .new-comment").clone(); newComment.attr("data-comment-id", commentId); parent.after(newComment); } function submitComment(btn) { var userId = window.userId; if (!userId) { promptAuthentication(); return; } var commentId = btn.parent().parent().attr("data-comment-id"); var comment = btn.parent().find("textarea").val(); if (!commentId) commentId = 0; var data = { "UserId": userId, "PostId": PostId, "CommentId": commentId, "Comment": comment }; url = "/CMSPages/WebService.asmx/SubmitBlogPostComment"; $.ajax({ url: url, type: "POST", data: JSON.stringify(data), contentType: "application/json; charset=utf-8", dataType: "json", success: function(data, status, jqXHR) { if (data["d"] != null) { if (data.d.Success) { btn.parent().html("

Thank you! Comment submitted for approval.

"); } else { btn.parent().html("

" + data.d.Message + "

"); } } }, error: function(jqXHR, status, err) { alert("Local error callback."); } }); } function getLikes(obj, postId, commentId) { if (!commentId) commentId = 0; var data = { "PostId": postId, "CommentId": commentId }; var cookieStatus = Cookies.get('blog_'+postId+'_'+commentId); if (cookieStatus==1) obj.html("Liked"); else obj.html("Like"); url = "/CMSPages/WebService.asmx/GetBlogCommentLike"; $.ajax({ url: url, type: "POST", data: JSON.stringify(data), contentType: "application/json; charset=utf-8", dataType: "json", success: function(data, status, jqXHR) { if (data["d"] != null) { if (data.d.Success) { if (obj.parent().find(".post-comment__likes").length > 0) { obj.parent().find(".post-comment__likes").html(data.d.Status + " like" + (data.d.Status != 1 ? "s" : "")); } if (obj.parent().find(".post-likes__amount").length > 0) { obj.parent().find(".post-likes__amount").html(data.d.Status + " like" + (data.d.Status != 1 ? "s" : "")); } } } } }); } function startLike(btn) { var userId = window.userId; if (!userId) { promptAuthentication(); return; } var commentId = btn.parent().parent().attr("data-comment-id"); submitLike(btn, userId, PostId, commentId); } function submitLike(btn, userId, postId, commentId) { if (!commentId) commentId = 0; var data = { "UserId": userId, "PostId": postId, "CommentId": commentId }; url = "/CMSPages/WebService.asmx/ToggleBlogCommentLike"; $.ajax({ url: url, type: "POST", data: JSON.stringify(data), contentType: "application/json; charset=utf-8", dataType: "json", success: function(data, status, jqXHR) { console.log(data.d.Status,data.d.Msg) if (data.d.Success && data.d.Status==0) Cookies.set('blog_'+postId+'_'+commentId, 1, { expires: 365 }); else Cookies.set('blog_'+postId+'_'+commentId ,0, { expires: 365 }); getLikes(btn, postId, commentId); } }); } function getCommentCount() { var count = $(".post-comment, .post-comment__reply").length; if (count == 0) { var blank = `

Be the first!

`; $("post-comments__comments").append(blank); $(".post-comments .post-comments__number").html(""); } else { $(".post-comments .post-comments__number").html("(" + count + ")"); } } $(function() { $(".post-comments .new-comment").remove(); $(".post-comments").on("click", ".post-comments__add, .post-comment__add-reply", function() { startComment($(this)); event.preventDefault(); return false; }); $(".post-comments").on("click", ".new-comment__submit", function() { submitComment($(this)); event.preventDefault(); return false; }); $(".post-likes").on("click", ".post-likes__like", function() { startLike($(this)); event.preventDefault(); return false; }); $(".post-comments").on("click", ".post-comment__like", function() { startLike($(this)); event.preventDefault(); return false; }); getLikes($(".post-likes__like"), PostId, 0); getCommentCount(); $(".post-comments .post-comment__like").each(function(i) { var commentId = $(this).parent().parent().attr("data-comment-id"); getLikes($(this), PostId, commentId); }); $(".post-comments .post-comment__time").each(function(i) { var timestamp = $(this).attr("data-timestamp"); var from = moment.tz(timestamp, "America/Mexico_City").fromNow(); $(this).html(from); }); });

Comments

Leave A Comment

Cheese Rinds 101 | Wisconsin Cheese (10)

If you liked this article, check out these related ones

22 Cheese Terms For Turophiles

6 Simple Soup Recipes for Cheese Lovers

The Cheese Lover’s Guide to Parmesan Cheese

Cheese Rinds 101 | Wisconsin Cheese (11)

Cheese Rinds 101 | Wisconsin Cheese (2024)

FAQs

Which cheese rinds are not edible? ›

FAQs: Cheese Rinds

You should feel free to enjoy flavored rinds, washed rinds, and bloomy rinds as part of your cheese eating experience. Other rinds made of wax or cloth can generally be removed and discarded—these rinds are there to protect the cheese along its aging journey.

Do you take the rind off cheese before serving? ›

All cheeses should be served with the rind on unless it is wax, cloth, or bark … the flavor profile changes as you get closer to the rind, and as a host, you don't want to deprive anyone of that!" That said, not all cheese rinds are intended to be eaten, though they are safe to eat.

What is the cheese rind made of? ›

Natural rinds form as the salt dries out the interior of the cheese during the aging process. Producers may apply oil, salt, or brine to control the drying process. Cheesemakers treat bloomy rinds with Penicillium candidum, edible bacteria that forms a white mold on the cheese's exterior.

Can you eat the rind on Comte cheese? ›

Technically rinds on comte and rinded blues are totally edible but they can impart a bitter flavour. Cheese is a natural product, and from time to time you can expect some blooms and moulds to develop on the outside, this is perfectly natural. Some people prefer not to eat the rind at all.

Can you eat the wax on Babybel? ›

The protective wax we use to coat our products is made of a blend of paraffin and microcrystalline waxes and colouring, which specifically contains no bisphenol A. It's “food safe” and meets very strict regulatory standards. It poses no health risk if accidentally ingested while you or your child snacks.

How to tell if a rind is edible? ›

Yes, the rind is generally safe to eat

Unless there is wax, cheesecloth, or paper on the rind, Bivins says you don't need to worry about getting sick if you eat it, which Food & Wine has pointed out before. "Just taste a little bit, you'll be fine.

Why can't you eat manchego rind? ›

Nope! Unlike many cheeses, the rind of Manchego is not edible. These days, a lot of Manchego has an inedible rind that uses plasti coat to seal it during the maturation process. While plasti-coat isn't harmful, it's not digestible either.

Can you buy just cheese rind? ›

If you don't have any leftover rinds handy, you can often find them sold at the deli or cheese counter of your local grocery store or cheese shop. Anywhere they are cutting smaller pieces of Parmesan from a large wheel, rinds may be for sale.

Can you eat Costco manchego rind? ›

most cheese rinds are edible except if they are made from wax, cloth, paper, or bark. so in the case of the mancgego that i posted yesterday that rind is made of wax. so you do not want to eat it. but it looks really pretty when you serve it on the cheese board.

Do the French eat cheese rind? ›

Here are a few easy to remember general guidelines: Hard cheeses: don't eat the rinds. If the cheese is very soft, gooey, or in a wooden box: eat the rind.

Is Gouda rind edible? ›

The one exception to the 'rinds are edible' rule is a dry, natural rind that's on cheeses like imported Parmigiano-Reggiano and Gouda. Oil or wax is brushed on the outside of the cheese to prevent unwanted molds forming, so these rinds should be cut away before eating.

Does gruyere have a rind? ›

A palate of vast complexity, Gruyere enjoys ever evolving nuances. Opening with full-bodied, fruity tones, the flavors slowly journey towards earthy and nutty with a soft finale to finish. Covered by a natural rind, the texture of the body is dense during its youth, becoming flaky and somewhat granular as it ages.

Is all cheese mold edible? ›

Some molds are used to make certain kinds of cheeses including (Roquefort, blue, Gorgonzola, Stilton, Camembert, and Brie). The mold on these cheeses is safe to eat. Mold on other types of cheeses should not be there. Discard any soft cheese showing mold.

What happens if you eat manchego rind? ›

While plasti-coat isn't harmful, it's not digestible either. Even for manchegos that don't use plast-coat, generally speaking you want to avoid the rind. It won't hurt you, but it won't be delicious, either. For hard cheeses such as Manchego, the rind is the wall between the cheese's paste and the world outside.

Is all Brie rind edible? ›

Yes, the bloomy rind is completely safe to eat and even keeps the inside safe from any potentially unwanted microorganisms during production. The rind on Brie not only protects and encases the cheese – it also adds a subtle, earthy flavor. With a soft and tender texture, it is meant to complement the paste inside.

What cheese has mites in the rind? ›

Mimolette is a hard cheese that is produced in the north of France, distinguished for its orange-coloured rind that is covered in cheese mites.

Top Articles
Latest Posts
Article information

Author: Delena Feil

Last Updated:

Views: 6439

Rating: 4.4 / 5 (45 voted)

Reviews: 92% of readers found this page helpful

Author information

Name: Delena Feil

Birthday: 1998-08-29

Address: 747 Lubowitz Run, Sidmouth, HI 90646-5543

Phone: +99513241752844

Job: Design Supervisor

Hobby: Digital arts, Lacemaking, Air sports, Running, Scouting, Shooting, Puzzles

Introduction: My name is Delena Feil, I am a clean, splendid, calm, fancy, jolly, bright, faithful person who loves writing and wants to share my knowledge and understanding with you.