ISO Certifications

Recycle IT was founded in 2017 and headquartered in Perth.

Recycle IT helps companies of all shapes and sizes recycle their end of use technology assets in a safe, secure and responsible manner.

Recycle IT is a Perth-based full service electronic waste recycling and remarketing solutions provider. 

We are fully certified and registered AS5377:2022, ISO 14001 and 45001.

Please view our Certifications below.

ISO 14001 Certificate

ISO 45001 Certificate

AS5377:2022 Certificate

Certified Data Erasure Services

35 Years

Industry Experience

Brisbane Computer Recycling

Fully Certified

AS5377:2022, ISO 14001:2015 & 45001

icon-clients

500 Clients

Currently Working With

It Hardware Recycling

Your Single Source Asset Recovery Solutions Provider

if ( ! function_exists( 'wpb_copyright' ) ) { function wpb_copyright() { // Cache the output so we don't have to run the query on every page load. $output = get_transient( 'wpb_copyright_text' ); if ( false !== $output ) { // Return the cached output. return $output; } global $wpdb; $copyright_dates = $wpdb->get_results( "SELECT YEAR(min(post_date_gmt)) AS firstdate, YEAR(max(post_date_gmt)) AS lastdate FROM $wpdb->posts WHERE post_status = 'publish'" ); $output = ''; if ( $copyright_dates ) { $output = '© ' . $copyright_dates[0]->firstdate; if ( $copyright_dates[0]->firstdate !== $copyright_dates[0]->lastdate ) { $output .= '-' . $copyright_dates[0]->lastdate; } // Set the value as a transient so we only run the query 1x per day. set_transient( 'wpb_copyright_text', $output, DAY_IN_SECONDS ); } return $output; } } echo wpb_copyright();