(function(){
let w = window.innerWidth;
function setHeaderCssVar() {
const headerEle = document.getElementById('shoplaza-section-header');
if(!headerEle){ return };
document.body.style.setProperty('--window-height', `${window.innerHeight}px`);
document.body.style.setProperty('--header-height', `${headerEle.clientHeight}px`);
const mdScorllHideEle = headerEle.querySelector('.header__mobile .header__scroll_hide');
if (mdScorllHideEle) {
document.body.style.setProperty('--header-scroll-hide-height-md', `${mdScorllHideEle.clientHeight}px`);
}
const pcScorllHideEle = headerEle.querySelector('.header__desktop .header__scroll_hide');
if (pcScorllHideEle) {
document.body.style.setProperty('--header-scroll-hide-height-pc', `${pcScorllHideEle.clientHeight}px`);
}
}
function handlResize() {
if(w == window.innerWidth){return};
w = window.innerWidth;
setHeaderCssVar();
};
function init(){
setHeaderCssVar();
window.removeEventListener('resize', window._theme_header_listener)
window._theme_header_listener = handlResize;
window.addEventListener('resize', window._theme_header_listener);
}
init();
})();
Astronauts’ Choice: The Long-Lasting Freshness and Flavor of Freeze-Dried Foods
Nov 12, 2025
by airwoods-freeze-dryer
Basic Principles and History of Freeze-Dried Foods
Freeze-dried food preserves quality by removing moisture at low temperatures. The process rapidly freezes food and then, under vacuum, lets ice sublimate directly to vapor, helping retain structure, color, and nutrients.
Originally pioneered for pharmaceuticals in the early 20th century, freeze-drying later expanded into food. As human spaceflight began, it offered a way to pack safe, stable meals for missions far from Earth. Early requirements emphasized shelf stability, compactness, light weight, and simple preparation[1].
“astronauts ate bite-sized cubes, freeze-dried powders, and semi-liquids.”[1]
Why Astronauts Prefer Freeze-Dried Foods
In space, mass and volume are precious. Freeze-drying slashes weight by removing nearly all water, lengthens shelf life without refrigeration, and enables simple rehydration—key advantages on long-duration missions[1].
NASA-verified highlight: For Gemini-era improvements, NASA prioritized foods that could reconstitute in cold (~80°F/27°C) water within 10 minutes; specially developed gravies reached full rehydration in about 5 minutes[1].
Freeze-Drying vs. Other Preservation Methods
Conventional dehydration removes roughly 92–96% of water. Freeze-drying removes more than 99%—yielding lighter packages, faster rehydration, and better retention of minerals, enzymes, and other nutrients[1]. As one industry leader put it, “All it takes out is just the water.”[1]
Nutritional Value and Flavor Experience
Because the ice in food sublimates rather than melts, cellular structures are less disturbed. This helps preserve nutrients and texture, so rehydrated meals can taste and feel remarkably close to their fresh counterparts. Fruits, vegetables, meats, and full entrées can all be freeze-dried, enabling diverse menus in austere environments.
Future Trends in Space-Ready Freeze-Dried Foods
As missions get longer and venture farther, research continues on faster cycles, better rehydration performance, tailored macronutrient profiles, and targeted micronutrient stability. Even with refrigerators and ovens on the International Space Station, freeze-drying remains a cornerstone because it balances safety, shelf life, mass, and palatability[1].
FAQ
Do astronauts really eat freeze-dried ice cream?
No. The popular “astronaut ice cream” was created in 1973 at NASA’s Ames Visitor Center as a public-facing novelty; it wasn’t standard astronaut cuisine[1].
How is freeze-drying different from dehydration?
Dehydration typically removes ~92–96% of water; freeze-drying removes >99%, so foods are lighter, rehydrate faster, and better retain minerals and other nutrients[1].
What does the freeze-drying process look like?
Food is frozen to about −40°F, placed in a vacuum chamber, and gently warmed so ice transitions directly to vapor (sublimation). The vapor is removed and cycles repeat 20–100 times over roughly 8–24 hours[1].
Why did NASA insist on cold-water rehydration?
Boiling water is inconvenient and risky in microgravity. NASA targeted meals that reconstitute with ~80°F water in ≤10 minutes; specially developed gravies could rehydrate in ~5 minutes[1].
Is freeze-dried food still important today?
Yes. Even with improved galley equipment on the ISS, freeze-dried items remain essential for long shelf life, minimized mass, and robust nutrient retention[1].