Oktoberfest / Marzen Beer Recipe | All Grain Märzen by sareinhart@yahoo.com | Brewer's Friend (2024)

Brew your best beer EVER. Save 10% on Brewer's Friend Premium today. Use code TAKE10.Sign Up×

Oktoberfest / Marzen Beer Recipe | All Grain Märzen by sareinhart@yahoo.com | Brewer's Friend (3)

sareinhart@yahoo.com

Beer Stats

Method:All Grain
Style:Märzen
Boil Time:90 min
Batch Size: 5.5 gallons (fermentor volume)
Pre Boil Size:7.75 gallons
Pre Boil Gravity:1.041(recipe based estimate)
Efficiency: 75% (brew house)
Source:Northern Brewer

Rating:

5.00(2 Reviews)


Calories:194 calories (Per 12oz)
Carbs:22.5 g (Per 12oz)

Created: Tuesday January 17th 2017

1.058

1.018

5.3%

17.8

n/a

n/a

Want no ads? Go Premium and unlock all our brewing tools!

Fermentables

AmountFermentableCostPPG°LBill %
5 lbGerman - Pilsner381.643.5%
5 lbGerman - Munich Light37643.5%
1 lbGerman - Munich Dark3715.58.7%
0.50 lbBelgian - CaraMunich33504.3%
11.50 lbs / $0.00

Hops

Amount Variety Cost Type AA Use Time IBU Bill %
1 oz Hallertau Hersbrucker Pellet 4 Boil 60 min 14.92 50%
1 oz Domestic Hallertau Pellet 3.9 Boil 5 min 2.9 50%
2 oz / $0.00

Mash Guidelines

AmountDescriptionTypeStart TempTarget TempTime
MashInfusion--154 °F60 min
Starting Mash Thickness:1.25qt/lb

Yeast

White Labs - Oktoberfest/Märzen Lager Yeast WLP820

Amount:

1Each

Cost:

Attenuation (avg):

69%

Flocculation:

Medium

Optimum Temp:

52 - 58 °F

Starter:

Yes

Fermentation Temp:

55°F

Pitch Rate:

-
$0.00Yeast Pitch Rate and Starter Calculator

Target Water Profile

Ca+2Mg+2Na+Cl-SO4-2HCO3-
000000
0.8 tsp gypsum
0.7 tsp lactic acid
3.59 gallons strike water @ 169 F (more if mash tun cold)
Sparge twice @ 2.5 gallons each
Mash Chemistry and Brewing Water Calculator

Notes

People LOVED this. They kicked a whole keg of it in one night. They are asking for it again.

Basically copied from the Northern Brewer Oktoberfest Kit.

Last Updated and Sharing

10,982

Views

24

Brews

Oktoberfest / Marzen Beer Recipe | All Grain Märzen by sareinhart@yahoo.com | Brewer's Friend (4)

  • Public: Yup, Shared
  • Last Updated: 2017-06-03 22:46 UTC

NEW Water Requirements:
Oktoberfest / Marzen

Equipment Profile Used

System Default

Close

Print

Water Requirements:
Oktoberfest / Marzen

Close

Print

' + frontendQWRResults['equipmentProfileName'] + '

';$('#new_waterrequirement_results').append(profileInfo) .append('

') .append('

');// add div placeholders for warnings and volume resultsvar modalWarnings = $('#waterrequirement_warnings');var modalVolumes = $('#waterrequirement_volumes');// add table column headers based on current display unitif ('us' == units) {modalVolumes.append('

WaterGallonsQuarts

');} else {modalVolumes.append('

WaterLiters

');}var volumeContent = '';var totalContent = '';var showDiscrepancyWarning = false;// fill in QWR volume content$('.ui.view_new_waterrequirement_dialog.modal .ui.form').removeClass('loading');Object.keys(frontendQWRResults).forEach(function (volume) {var contentJSON = frontendQWRResults[volume];if ('warning' == contentJSON.messageType && contentJSON.message && contentJSON.message.length > 0) {modalWarnings.append('

' + contentJSON.message + '

');return;}if ('total' == volume) {totalContent = '

';if ('us' == units) {totalContent += 'Total:' + rounddecimal(contentJSON, 2) + '' + rounddecimal(gallonsToQuarts(contentJSON), 2) + '';} else {totalContent += 'Total:' + rounddecimal(contentJSON, 2) + '';}totalContent += '

';return;}if ('equipmentProfileName' == volume) {return;}var estimationMessage = '';if (isNumber(contentJSON.estimatedVolume)) {var volumeDiscrepancy = rounddecimal((contentJSON.estimatedVolume - contentJSON.volume), 2);if (volumeDiscrepancy > 0.01 || volumeDiscrepancy < -0.01) {var estimatedValue = '';if ('us' == units) {estimationValue = rounddecimal(contentJSON.estimatedVolume, 2) + " gal | " + rounddecimal(gallonsToQuarts(contentJSON.estimatedVolume), 2) + " qt";} else {estimationValue = rounddecimal(contentJSON.estimatedVolume, 2) + " L";}estimationMessage = '';showDiscrepancyWarning = true;}}if ('us' == units) {volumeContent += '

' + contentJSON.message + estimationMessage + '' + rounddecimal(contentJSON.volume, 2) + '' + rounddecimal(gallonsToQuarts(contentJSON.volume), 2) + '

';} else {volumeContent += '

' + contentJSON.message + estimationMessage + '' + rounddecimal(contentJSON.volume, 2) + '

';}});if (showDiscrepancyWarning) {modalWarnings.prepend('

NOTE: There appears to be at least one volume discrepancy between our estimations and your volumes. Check tooltip(s) below for details.

');}modalVolumes.append('

' + volumeContent + '

').append(totalContent);$('#new_waterrequirement_results').append('Brewer\'s Friend generated the above breakdown of water usage for the recipe. This is a combination of the recipe and the selected

equipment profile

. Volumes listed are calibrated to 68 °F / 20 °C.');$('#new_waterrequirement_results').fadeIn();$('#new_waterrequirement_results .exclamation').popup();}function loadWaterRequirementDialog() {$('.ui.view_waterrequirement_dialog.modal .ui.form').addClass('loading');$('#waterrequirement_results').hide();$('#waterrequirement_results').html("");// get the queryvar query = (typeof getQWRQuery != 'undefined') ? getQWRQuery() : '';// persist the change to the system$.ajax({url: "https://www.brewersfriend.com/homebrew/quick/waterrequirements/" + recipeIdForDialog+'?'+query,type: "GET",cache: false,timeout: 20000,success:function(data) {$('.ui.view_waterrequirement_dialog.modal .ui.form').removeClass('loading');$('#waterrequirement_results').html(data);$('#waterrequirement_results').fadeIn();},error:function(request, status, error) {alert("There was an error loading the water requirements. Please make sure you are connected to the internet and try again.");$('.ui.view_waterrequirement_dialog.modal .ui.form').removeClass('loading');$('#waterrequirement_results').html("Unable to get water requirements.");$('#waterrequirement_results').fadeIn();}});}

Recipe Cost $ (USD)

Recipe costs can be adjusted by changing the batch size. They won't be saved but will give you an idea of costs if your final yield was different.

Gallons

Cost $ Cost %
Fermentables $
Steeping Grains
(Extract Only)
$
Hops $
Yeast $
Other $
Cost Per Barrel $ 0.00
Cost Per Pint $ 0.00
Total Cost $ 0.00

Ok

Other Brewers Who Brewed This Recipe:

kwgainey

SmidgeBrewingCo

Koedoepeester

Shamby

Frank M

LukeSweet08

Julienjul

danimal99

Vanimal

Dave D 227

mgard18

SCNewman

cjbullock

Ryan Cardwell

Discussion about this recipe:

You must be logged in to add comments.

If you do not yet have an account, you may register here.


Oktoberfest / Marzen Beer Recipe | All Grain Märzen by sareinhart@yahoo.com | Brewer's Friend (5)
sareinhart@yahoo.com 05/26/2017 at 02:07am

5 of 5


I have brewed this several times and always get rave reviews.
Oktoberfest / Marzen Beer Recipe | All Grain Märzen by sareinhart@yahoo.com | Brewer's Friend (6)
benderlabs 11/24/2020 at 09:51pm

5 of 5


Just opened my first 22oz of a 10 gallon batch I did. This is an excellent beer. I ended up using a yeast blend from my LBS, but I have to imagine it was close to WLP820.

Back To Top

Oktoberfest / Marzen Beer Recipe | All Grain Märzen by sareinhart@yahoo.com | Brewer's Friend (2024)
Top Articles
Latest Posts
Article information

Author: Tish Haag

Last Updated:

Views: 6285

Rating: 4.7 / 5 (47 voted)

Reviews: 94% of readers found this page helpful

Author information

Name: Tish Haag

Birthday: 1999-11-18

Address: 30256 Tara Expressway, Kutchburgh, VT 92892-0078

Phone: +4215847628708

Job: Internal Consulting Engineer

Hobby: Roller skating, Roller skating, Kayaking, Flying, Graffiti, Ghost hunting, scrapbook

Introduction: My name is Tish Haag, I am a excited, delightful, curious, beautiful, agreeable, enchanting, fancy person who loves writing and wants to share my knowledge and understanding with you.