{% 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 40" 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 our #1 best-selling privacy tree. 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 40 - 45" 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 92 reviews
76%
(70)
8%
(7)
7%
(6)
5%
(5)
4%
(4)
B
B.S. (Colorado)
Best place ever!

The trees we ordered came in amazing shape planted and doing well. So well, that we ordered 8 more trees!

J
J.R. (Utah)
Not alive

I have had two different orders and had very bad luck with these trees. Out of 18 trees I have one still hanging on barely.

We're sorry you're having trouble with your plants. Our team of horticulture experts would love to take a closer look! Please contact us at claims@greatgardenplants.com with your order number and photos of the plants. All orders are covered by our 60 day guarantee. We look forward to helping! https://bit.ly/ggp-guarantee

S
S.P. (Massachusetts)
Arborvitae

Very pleased with order, they are thriving well.

C
C.T. (Illinois)
Extremely PLEASED CUSTOMER

I ordered 5 Thuja Arborvitaes and received them 5/20/24. They arrived
in perfect condition and very quickly. I love them so much that I am ordering 6 more. Also, their pricing is very fair. I absolutely recommend
this company!!

J
J. (Maryland)
Neighbor blocker

Second time we planted these trees. Growing very nicely so far.