This post contains affiliate links. Please see our disclosure policy.
Muffins make the best breakfast and these Double Chocolate Oatmeal Muffins did not disappoint. They are favorites of ours for an easy weekend breakfast.
When you see the words DOUBLE CHOCOLATE then you know this is going to be a good recipe! I’m sure you can guess but these Double Chocolate Oatmeal Muffins are a favorite of my kids and they make the perfect weekend breakfast. We love making everything is muffin form and if you like this recipe then make sure to stop by and check out my Pancake Mini Muffins. I even added sausage to them for a full breakfast in my Mini Sausage Pancake Muffins.
How to make Double Chocolate Oatmeal Muffins:
Step one: Preheat your oven then prepare a muffin tin with nonstick cooking spray or muffin tin liners.
Step two: Whisk together oats, flour, cocoa powder, sugar, baking powder, and salt in a large mixing bowl.
Step three: In a separate bowl beat eggs then add it to other ingredients. Add milk and oil to the large mixing bowl with ingredients and mix until combined.
Step four: Fold in chocolate chips. When cooking with oatmeal your muffins could end up a little dry. I find that letting your oats sit in the mix to soften and soak really helps them to be more moist after cooking. Just cover with plastic wrap and set aside for at least 30 minutes then bake.
Step five: Spoon dough into each muffin tin about 3/4 way full and bake!
More muffin recipes you should check out:
Chocolate Chip Pumpkin Muffins
Peanut Butter Chocolate Chip Muffins
Double Chocolate Oatmeal Muffins
Ingredients
- 1 1/2 Cup Old fashion dry oats
- 2 2/3 cups All purpose flour
- 1/4 cup Cocoa powder
- 2/3 cup Sugar
- 2 tablespoons Baking powder
- 1/2 teaspoon Salt
- 2 Eggs
- 1 1/2 cup Milk
- 1/2 cup Vegetable oil
- 1 cup Chocolate Chips
Instructions
- Preheat oven to 400 degrees. Prepare a muffin tin with non stick cooking spray or muffin tin liners.
- Whisk together oats, flour, cocoa powder, sugar, baking powder, and salt in a large mixing bowl. In a separate bowl beat eggs then add it to other ingredients.
- Add milk and oil to the large mixing bowl with ingredients and mix until combined. Fold in chocolate chips. Allow the dough to sit for 30-35 minutes covered for oatmeal to soften. Spoon dough into each muffin tin about 3/4 way full.
- Bake for 17-18 minutes or until muffins are cooked though and a toothpick can come out clean.
Notes
Nutrition
function extend(destination, source) { for (var prop in source) { destination[prop] = source[prop]; } }
if (!Mimi) var Mimi = {}; if (!Mimi.Signups) Mimi.Signups = {};
Mimi.Signups.EmbedValidation = function() { this.initialize();
var _this = this; if (document.addEventListener) { this.form.addEventListener('submit', function(e){ _this.onFormSubmit(e); }); } else { this.form.attachEvent('onsubmit', function(e){ _this.onFormSubmit(e); }); } };
extend(Mimi.Signups.EmbedValidation.prototype, { initialize: function() { this.form = document.getElementById('ema_signup_form'); this.submit = document.getElementById('webform_submit_button'); this.callbackName = 'jsonp_callback_' + Math.round(100000 * Math.random()); this.validEmail = /.+@.+..+/ },
onFormSubmit: function(e) { e.preventDefault();
this.validate(); if (this.isValid) { this.submitForm(); } else { this.revalidateOnChange(); } },
validate: function() { this.isValid = true; this.emailValidation(); this.fieldAndListValidation(); this.updateFormAfterValidation(); },
emailValidation: function() { var email = document.getElementById('signup_email');
if (this.validEmail.test(email.value)) { this.removeTextFieldError(email); } else { this.textFieldError(email); this.isValid = false; } },
fieldAndListValidation: function() { var fields = this.form.querySelectorAll('.mimi_field.required');
for (var i = 0; i = 0) { return 'checkboxes'; } else { return 'text_field'; } },
checkboxAndRadioValidation: function(field) { var inputs = field.getElementsByTagName('input'), selected = false;
for (var i = 0; i = 0) { if (type === 'text_field') { this.textValidation(input); } else { this.dropdownValidation(field, input); } } } this.htmlEmbedDropdownValidation(field); },
textValidation: function(input) { if (input.id === 'signup_email') return;
if (input.value) { this.removeTextFieldError(input); } else { this.textFieldError(input); this.isValid = false; } },
dropdownValidation: function(field, input) { if (input.value) { field.className = field.className.replace(/ invalid/g, ''); } else { if (field.className.indexOf('invalid') === -1) field.className += ' invalid'; this.onSelectCallback(input); this.isValid = false; } },
htmlEmbedDropdownValidation: function(field) { var dropdowns = field.querySelectorAll('.mimi_html_dropdown'); var _this = this;
for (var i = 0; i