I Don't Have Time For That!

Saving you money the simple way

  • Contact Me
  • About Me
  • Work With Me
  • Home
  • Money Matters
    • Coupon 101
      • Getting Started With Coupons
      • Black Friday Deals
      • Drug Store Deals
      • Online Deals
      • Rebates
    • Budget 101
    • Money Saving Tips/Tricks
      • For the Home
      • For The Car
      • For The Holiday’s
        • Valentine’s Day
        • Thanksgiving
        • Christmas
    • Work From Home
  • Life
    • DIY
      • DIY Products
      • DIY Home Decor
      • DIY Home Improvement
    • Fashion
    • Travel
    • Entertainment
      • Disney
      • Fox
  • In The Home
    • Meal Planning
      • Getting Started Freezer Cooking
    • Cleaning
    • Organizing
    • Decorating
    • Party Planning
  • Recipes
    • Freezer Cooking
      • Getting Started Freezer Cooking
    • Instant Pot
    • Crockpot Cooking
    • Simple 5 Ingredient Meals
    • Breakfast
    • Lunch
    • Dinner
    • Dessert
    • Drinks
    • Baking
    • Side Dishes
    • Soup
    • Chicken
    • Beef
    • Meatless
    • Pasta
    • Pork
  • Giveaways

Instnat Pot Eggnog

This post may contain affiliate links, view our disclosure policy for details.

Leave a Comment

Share

Share
Pin
Tweet
Email
Share
33Shares

Instant Pot Eggnog

The holidays are almost here, and for many families, Eggnog is a large part of their traditions. While Eggnog is a delicious treat, have you ever tried to make your own? It is so much better. That is where this Instant Pot Eggnog comes in.

Rich, creamy and delicious, just like you remember, this recipe is perfect for the holiday season. Not only is it easy to make, but it is also way tastier when you make it yourself. This Instant Pot Eggnog is sure to blow your mind this year and leave you wanting more.

Before you even read the recipe, I am going to say YES you can make this on the stove. I like to keep my stove free to cook other things during holiday meals, so this way works best for me. Plus, I like saving a few pennies by not having to turn on the stove.

Get ready to settle in with one of the best classic holiday beverages you have ever had. In fact, you will want to make this recipe all the time. The good news? It will be easy to whip up a batch for unexpected guests, or just to sip as you lounge by the fire. Especially in the Instant Pot.

How to Make Instant Pot Eggnog

Instant Pot Eggnog

A simple and delicious recipe for everyone this holiday season. All it takes are a few simple ingredients and a little holiday spirit.

  • Before you get started making this recipe, you will want to ensure that you have everything ready. Gather all your ingredients and ensure that you have your Instant Pot trivet handy.
  • If you have a candy thermometer you can check to ensure that the eggnog reaches 160 degrees when it is done. This will ensure that it is pasteurized, allowing it to last longer.
  • Place your trivet into your instant pot and fill it with 4 cups of water.
  • Set your baking pan inside of your Instant Pot and set it to the Sauté setting.
  • While the water is heating up, whisk together the milk, sugar, heavy cream, eggs and vanilla. Make sure that they are well incorporated.
  • Pour the mixture into the baking pan and add the cinnamon sticks and star anise.
  • Cook, making sure to stir constantly for 8 minutes or until the eggnog has thickened.
  • Serve this Eggnog either warm or cold. For a treat, try it chilled over ice.

Can You Use the Yogurt Setting to Pasteurize this Instant Pot Eggnog?

Instant Pot Eggnog

Unfortunately, using a candy thermometer is the best option to ensure that the Eggnog reaches the proper temperature. Using the yogurt pasteurize setting can cause the eggs to slightly scramble, ruining the texture.

How Long Does This Instant Pot Eggnog Keep in The Fridge?

Instant Pot Eggnog

We suggest you keep this in the fridge for 3 days at most. The good news? It probably won’t need to be stored that long as it will be long gone. It is so delicious.

Instant Pot Eggnog Recipe

Instant Pot Eggnog
Print Recipe

Instant Pot Eggnog

Prep Time5 mins
Cook Time8 mins
Course: Dessert, Drinks
Cuisine: American
Keyword: Instant Pot Drinks
Servings: 5 cups
Calories: 253kcal

Ingredients

  • 3 Cups milk
  • ⅓ Cup sugar
  • ½ Cup heavy cream
  • 2 Eggs
  • 1 Tsp vanilla extract
  • 1 Cinnamon stick
  • 1 Star anise

Instructions

  • Place the trivet into the Instant Pot and fill with 4 cups of water. Place a baking pan inside and set the Instant Pot to the Sautee setting.
  • While the water is heating whisk together the milk, sugar, heavy cream, eggs and vanilla until incorporated.
  • Pour into the baking pan and add the cinnamon sticks and star anise.
  • Cook, stirring constantly for 8 minutes or until the eggnog has thickened.

Notes

If you have a candy thermometer, make sure the eggnog reaches 160 degrees. That way it will be pasteurized and will last longer!
You can serve it warm or cold or even chilled over ice!

Nutrition

Serving: 1cup | Calories: 253kcal | Carbohydrates: 22g | Protein: 7g | Fat: 15g | Saturated Fat: 9g | Cholesterol: 113mg | Sodium: 97mg | Potassium: 235mg | Fiber: 1g | Sugar: 21g | Vitamin A: 682IU | Calcium: 198mg | Iron: 1mg

If you’re looking for a delicious and quick meal check out this Perfect Instant Pot Cheesecake or Instant Pot Pumpkin Chocolate Chip Cheesecake!

Did you like this recipe? Do you love to save time and money? Sign up for my newsletter and get time and money-saving tips delivered straight to your inbox, along with recipes like this one.

Don’t worry, I hate spam too so I’ll never share your information and I won’t flood your inbox with junk. Plus, when you sign up, you’ll get a free copy of my meal planning printable.

screenshot-131

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 = /[email protected]+..+/ },

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

Share

Share
Pin
Tweet
Email
Share
33Shares

Filed Under: Dessert, Drinks, Instant Pot, Recipes

Leave a Reply Cancel reply

Your email address will not be published. Required fields are marked *

Recipe Rating




Coupon Sites

  • Coupons.com
  • Smartsource
  • Redplum
  • Hopster

Recent Posts

Instant Pot Buffalo Chicken Soup

Instant Pot Buffalo Chicken Soup

Instant Pot Chicken Ramen with Sweet Chili Oil

Instant Pot Vegetable Fried Rice

Instant Pot Butternut Squash Soup

Disclosure Policy | Privacy Policy
Copyright ©2021, I Don't Have Time For That!. All Rights Reserved. Custom design by Pixel Me Designs