87% would make this again

French Hot Chocolate

Vish G

January 18, 2026

4.8
(108)

On cozy evenings French Hot Chocolate is the perfect way to slow down and enjoy something truly special. This recipe delivers a smooth deep chocolate taste that feels more like dessert in a mug than just a drink. It’s simple but worth every sip. We cover the best techniques to help you keep it authentic and super yummy.

French Hot Chocolate

PREP TIME

5 MIN

COOK TIME

5 MIN

SERVINGS

2

Ingredients

  • 500 ml whole milk (2 cups)
  • 100 g good quality dark chocolate 60 to 70 percent cacao, finely chopped (3.5 oz)
  • 60 ml double cream or heavy cream, optional but recommended (1/4 cup)
  • 1 to 2 teaspoons sugar or brown sugar, to taste
  • 1/2 teaspoon vanilla extract, optional
  • Small pinch of sea salt

Instructions

  • Pour the milk into a small saucepan and heat gently over medium low heat until steaming, not boiling.
  • Add the chopped chocolate and let it sit for 30 seconds, then whisk slowly until completely melted and smooth.
  • Stir in the cream if using and keep whisking gently until the drink looks glossy and thick.
  • Add the salt, vanilla and sugar starting with the smallest amount then taste and adjust if needed.
  • Keep the heat low and warm for another 30 to 60 seconds while stirring, making sure it never boils.
  • Pour into mugs and serve right away, enjoying it slowly since it’s rich and filling.

People Also Asked..

What is French hot chocolate made of?+
What chocolate should I use for French hot chocolate?+
Can I make French hot chocolate without cream?+
How do I stop French hot chocolate from going grainy?+
What’s the difference between French and regular hot chocolate?+
Can I make French hot chocolate dairy free?+
Should I add sugar to French hot chocolate?+
How should I serve French hot chocolate?+

Nutrition Facts

Calories

360

Total Fats

24 g

Saturated Fats

14 g

Cholesterol

40 mg

Sodium

90 mg

Total Carbohydrates

32 g

Sugars

26 g

Protein

10 g

Fresh Recipes

Search our tested recipe collection!

From weeknight staples to show stopping desserts, all tried and re-tested.

Already made this?

How Did It Turn Out?

4.8 / 5. Vote count: 108

No votes so far! Be the first to rate this post.

Would you make this recipe again?

'; // Insert error message after buttons $('.vote-buttons-container').after(errorHtml); // Auto-remove error after 5 seconds setTimeout(function() { $('.recipe-vote-error').fadeOut(300, function() { $(this).remove(); }); }, 5000); } // Attach click handlers to voting buttons // Works both in popup and regular page context $(document).on('click', '.custom-vote-btns', function(e) { e.preventDefault(); var voteValue = $(this).data('value'); // Map button values to vote types if (voteValue === 'yes') { submitVote('yes'); } else if (voteValue === 'no') { submitVote('no'); } }); // Handle Elementor popup events if present if (typeof elementorFrontend !== 'undefined') { $(document).on('elementor/popup/show', function(event, id, instance) { // Clear any previous error messages when popup opens $('.recipe-vote-error').remove(); // Ensure post ID is available when popup opens var postId = $('#recipe-post-id').val(); if (!postId) { console.error('Recipe Voting: Post ID not found'); } }); } });