{% assign use_variant_images = false %}
{% capture vertical_scroll %}{% endcapture %} {%- if use_variant_images and variant.images[0] -%} {%- assign images = variant.images -%} {%- else -%} {%- assign images = product.images -%} {%- endif -%}
{% assign last_slide = 0 %} {% assign imgOffset = 0 %} {% if product.tags contains 'Graphic Overlay' %} {% assign imgOffset = 1 %} {% endif %} {%- for image in images offset: imgOffset -%} {% capture thumbRepsonsive %} {%- if image != blank -%} {%- if image.width > 180 -%}{{ image.src | img_url: '180x' }} 180w {{ 180 | divided_by: image.aspect_ratio | round }}h,{%- endif -%} {%- if image.width > 360 -%}{{ image.src | img_url: '360x' }} 360w {{ 360 | divided_by: image.aspect_ratio | round }}h,{%- endif -%} {%- if image.width > 540 -%}{{ image.src | img_url: '540x' }} 540w {{ 540 | divided_by: image.aspect_ratio | round }}h,{%- endif -%} {%- if image.width > 720 -%}{{ image.src | img_url: '720x' }} 720w {{ 720 | divided_by: image.aspect_ratio | round }}h,{%- endif -%} {%- if image.width > 900 -%}{{ image.src | img_url: '900x' }} 900w {{ 900 | divided_by: image.aspect_ratio | round }}h,{%- endif -%} {%- if image.width > 1080 -%}{{ image.src | img_url: '1080x' }} 1080w {{ 1080 | divided_by: image.aspect_ratio | round }}h,{%- endif -%} {%- if image.width > 1296 -%}{{ image.src | img_url: '1296x' }} 1296w {{ 1296 | divided_by: image.aspect_ratio | round }}h,{%- endif -%} {%- if image.width > 1512 -%}{{ image.src | img_url: '1512x' }} 1512w {{ 1512 | divided_by: image.aspect_ratio | round }}h,{%- endif -%} {%- if image.width > 1728 -%}{{ image.src | img_url: '1728x' }} 1728w {{ 1728 | divided_by: image.aspect_ratio | round }}h,{%- endif -%} {%- if image.width > 1944 -%}{{ image.src | img_url: '1944x' }} 1944w {{ 1944 | divided_by: image.aspect_ratio | round }}h,{%- endif -%} {%- if image.width > 2160 -%}{{ image.src | img_url: '2160x' }} 2160w {{ 2160 | divided_by: image.aspect_ratio | round }}h,{%- endif -%} {%- if image.width > 2376 -%}{{ image.src | img_url: '2376x' }} 2376w {{ 2376 | divided_by: image.aspect_ratio | round }}h,{%- endif -%} {%- if image.width > 2592 -%}{{ image.src | img_url: '2592x' }} 2592w {{ 2592 | divided_by: image.aspect_ratio | round }}h,{%- endif -%} {%- if image.width > 2808 -%}{{ image.src | img_url: '2808x' }} 2808w {{ 2808 | divided_by: image.aspect_ratio | round }}h,{%- endif -%} {%- if image.width > 3024 -%}{{ image.src | img_url: '3024x' }} 3024w {{ 3024 | divided_by: image.aspect_ratio | round }}h,{%- endif -%} {%- assign image_size = image.width | append: 'x' -%} {{ image.src | img_url: image_size }} {{ image.width }}w {{ image.height }}h {%- endif -%} {% endcapture %}
{% assign last_slide = forloop.index %} {% endfor %}
All media depicts mature plants.

'Green Giant' Arborvitae (Thuja)

SHRUB

Description

  • Four trees provide 32-40' of privacy.
  • Ships with an average size of 42-46 inches tall, floor to tip.
  • One of the best privacy trees on the market today!
  • Evergreen foliage stays colorful & grows in any well-drained soil.
  • Fast-growing tree, grows up to 3 feet a year.
  • Zones 5-8, sun/part sun, 50′ tall x 10′ wide at maturity.
Zone 5-8
Light part sun/sun
very tall

{% capture DiscountGroup %}{% endcapture %} {% capture DiscountTier %}{% endcapture %} {% assign DiscountGroup = DiscountGroup | plus: 0 %} {% assign DiscountTier = DiscountTier | plus: 0 %} {% assign discount_amount = 0 %} {% for group in product.discounts_structure.groups %} {% if group.id == DiscountGroup %} {% for tier in group.tiers %} {% if tier.id == DiscountTier %} {% for discount in tier.discount %} {% if discount.min_quantity > variant.quantity %}{% break %}{% endif %} {% assign discount_amount = discount.discount_amount | times: 100 %} {% endfor %} {% break %} {% endif %} {% endfor %} {% break %} {% endif %} {% endfor %} {% if variant.price < variant.compare_at_price %} Sale {{- variant.price | minus: discount_amount | money | remove: ' ' -}}
{{- variant.compare_at_price | money | remove: ' ' -}} {% else %} {{- variant.price | money | remove: ' ' -}} {% endif %} Each

Total
{% capture DiscountGroup %}{% endcapture %} {% capture DiscountTier %}{% endcapture %} {% assign DiscountGroup = DiscountGroup | plus: 0 %} {% assign DiscountTier = DiscountTier | plus: 0 %} {% assign discount_amount = 0 %} {% for group in product.discounts_structure.groups %} {% if group.id == DiscountGroup %} {% for tier in group.tiers %} {% if tier.id == DiscountTier %} {% for discount in tier.discount %} {% if discount.min_quantity > variant.quantity %}{% break %}{% endif %} {% assign discount_amount = variant.quantity | times: discount.discount_amount | times: 100 %} {% endfor %} {% break %} {% endif %} {% endfor %} {% break %} {% endif %} {% endfor %}
{{ variant.price | times: variant.quantity | minus: discount_amount | money | remove: ' ' }}
{% if discount_amount > 0 %} Saved {{ discount_amount | money | remove: ' ' }} {% endif %}
{% for option in product.options_with_values %} {% assign optionIndex = forloop.index0 %} {% assign position = forloop.index %}
{{option.name}}
{% assign sortedvalues = option.values %} {% if option.name contains 'Length' or option.name contains 'Width' or option.name contains 'Height' or option.name contains 'Depth' or option.name contains 'Thickness' or option.name contains 'Weight' %} {% assign sortedvalues = option.values | sort %} {% endif %} {% for value in sortedvalues %} {% assign inventory_quantity = 0 %} {% assign available = false %} {% assign optionVariant = false %} {% if product.options_with_values.size == 3 and optionIndex == 2%} {% for v in product.variants %} {% unless v.bogus %} {% if v.option1 == variant.option1 and v.option2 == variant.option2 and v.option3 == value %} {% assign optionVariant = v %} {% assign inventory_quantity = inventory_quantity | plus: v.inventory_quantity %} {% if v.available %}{% assign available = true %}{% endif %} {% endif %} {% endunless %} {% endfor %} {% elsif product.options_with_values.size == 2 and optionIndex == 1%} {% for v in product.variants %} {% unless v.bogus %} {% if v.option1 == variant.option1 and v.option2 == value %} {% assign optionVariant = v %} {% assign inventory_quantity = inventory_quantity | plus: v.inventory_quantity %} {% if v.available %}{% assign available = true %}{% endif %} {% endif %} {% endunless %} {% endfor %} {% else %} {% for v in product.variants %} {% unless v.bogus %} {% if v.option1 == value %} {% assign optionVariant = v %} {% assign inventory_quantity = inventory_quantity | plus: v.inventory_quantity %} {% if v.available %}{% assign available = true %}{% endif %} {% endif %} {% endunless %} {% endfor %} {% endif %} {% assign checked = "" %} {% if variant.options[optionIndex] == value%}{% assign checked = "checked" %}{% endif %} {% endfor %}
{% endfor %}
{% capture add_to_cart %}Neptune.cart.add({ id:{{ variant.id | json }}, quantity:{{ variant.quantity }}, properties:{ '_growingzone':['5a', '5b', '6a', '6b', '7a', '7b', '8a', '8b'],'shipping_exclusions':''} }, '.atcprod-{{ variant.id }}', { quantity: {{ variant.quantity }}, image: '//www.greatgardenplants.com/cdn/shop/files/thuja-green-giant-4copy2.jpg?v=1712086733', title: 'Green Giant Arborvitae (Thuja)', option: 'One Gallon' }); return false;{% endcapture %} {% assign discontinued = '' %} {% for tag in product.tags %} {% if tag contains 'discontinued' %} {% assign discontinued = 'true' %} {% endif %} {% endfor %} {% if variant.available %} {% else %} {% unless discontinued == 'true' %} Notify Me When Available {% endunless %} {% endif %}
{% if error %}
{{error.description}}
{% endif %}
white plant in hand icon

Hand-picked at our greenhouse

white shipped to door icon

Shipped to your door

Young plant icon

Arrives as young plant

background image

More Information

Description No other evergreen can beat 'Green Giant' arborvitae (Thuja plicata x standishii) for creating a colorful, fast-growing, and low-cost privacy fence in your landscape. This award-winning introduction from the U.S. National Arboretum is regarded as one of the most distinguished landscaping trees in America, and it's one of our top best-selling privacy trees. Growing up to three feet a year, 'Green Giant' arborvitae can create a lush green wall that provides four seasons of privacy in just a few years. You can count on it to give years of ever-increasing beauty! Our 'Green Giant' arborvitae trees are shipped in 1-gallon containers, measuring between 42 - 46" tall, floor to tip. These plants have been grown for over two years and carefully hand-selected for the highest quality before shipping. Compare and see, the size and quality we offer can't be beaten at this price for one of the best privacy trees! Details Botanical name: Thuja plicata x standishii 'Green Giant'
Common name: Arborvitae, green giant arborvitae
Zone: 5 - 8
Sun exposure: Sun (> 6 hours sun) to part-sun (4-6 hours sun)
Height x width: 50' x 10'
Foliage color: Green
Season of interest: Year-round
Bloom time: N/A
Features: Privacy & screening, evergreens
Uses: Background, foundation planting, hedge, privacy, screen
How To Grow Soil: Thuja 'Green Giant' thrives in a wide range of soil types but grows best in moist, well-draining soils.
Light: Sun (> 6 hours sun) to part-sun (4-6 hours sun)
Water: Keep moist, but do not overwater. It can handle mild drought once established.
Spacing: 5-8'
Fertilizing: If desired, top dress in spring with a slow-release, balanced fertilizer.
Winterizing: Consider applying a thick mulch around the root zone in winter to protect it in exposed locations or colder zones. Tolerates wind once established and withstands heavy ice or snow. It may darken or turn bronze slightly in the winter.
Maintenance & pruning: Requires little or no pruning but can be sheared easily if necessary. Remove any dieback following winter. It can handle a light trimming to the desired size or shape.

Q & A

Your Questions on Growing & Caring For Arborvitae, Answered

Learn the best times to plant arborvitae, how to prevent winter burn, arborvitae spacing, whether you should trim them, and everything else you need to know to grow them like a pro.

Thuja fluffy shrub on a house landscape

Customer Reviews

Based on 98 reviews
76%
(74)
7%
(7)
6%
(6)
6%
(6)
5%
(5)
A
A.W. (Illinois)
Not as described

We did revive our order very quickly. However, upon deliver I thought some must be missing as all 7 were in one box. I’m almost embarrassed to admit that I fell for this and ordered these dwarf trees. Definitely not as described. Message was sent to company with no response. They are green but tops are bent down and really skinny with bareness. Consider yourself warned of what you may get.

We’re sorry you’re not satisfied with your plants! On each product page and our plant sizes page, we note that all of our plants are young. The size of our plants varies depending on the time of year and whether they were recently trimmed. The most important thing when purchasing plants, online or in garden centers, is a full and robust root system, which we prioritize. Trimming only encourages stronger root development! Once it is more established in your garden, and as it matures, the arborvitae will naturally revive and fill out in shape. All orders are covered by our 60-day guarantee, so please reach out to claims@greatgardenplants.com to start the claims process if necessary.

J
J.S. (Pennsylvania)
Plants

All are in the ground and seem to be doing well!

J
J. (Michigan)
Privacy

Purchased several back in June of 2015 for privacy! Thuja Green Giants did not disappoint!!!

C
C.R. (Michigan)

Plants were and are lovely and healthy. Note 40” claim misleading. All else perfect!

G
G.B. (New York)
Excellent Trees

I received all 18 trees and they were better than I expected.They were very healthy looking, about 36" high. About 40% were rough from shipping. The tops were bent over 90+ degrees but they were not broken. There are 2 trees that ship in a carton. One is shipped upside down with 1 notch holding it from falling. It would really be nice if you could put a second notch opposite the other notch so you would have 2 notches holding the tree more secure. They have been in the ground now for about 12 days. They all appear to take root except for 2 which don't look as healthy but are still okay. I'll give them some time and hope they come around. Overall excellent trees.