More progress is needed in Airbag recalls

The quarterly recall figures for Takata airbags reveal steady progress is being made in the recall but the ACCC is warning motorists not to become complacent.

As at 31 March 2019 around 2.1 million (69 per cent) of vehicles have been rectified leaving around 734,000 (24 per cent) of vehicles remaining.

Around 192,000 (seven per cent) of vehicles have been identified by manufacturers as written off, unregistered for more than two consecutive years, exported, scrapped, stolen or modified and unable to have the airbag replaced.

"We urge motorists who have received recall notifications from their car manufacturer to act now to arrange for a replacement which is free of charge," ACCC Deputy Chair Delia Rickard said.

"Our biggest concern is that there are around 12,000 vehicles that are identified as critically requiring repair, including more than 8,800 containing the most dangerous type of 'alpha ' airbag. The alpha airbag can have up to a 50 per cent chance of misdeployment if triggered in an incident. These cars pose a serious and heightened safety risk and should not be driven."

Figure 1. Recall progress over time

Recall progress data as at 31 March 2019.

takata_1804_states_all = "/sites/www.accc.gov.au/files/takata-1901-states-all.txt";

takata_1804_pre1807_all = "/sites/www.accc.gov.au/files/takata-1901-pre1807-all.txt";

takata_1804_pre1807_pct = "/sites/www.accc.gov.au/files/takata-1901-pre1807-pct.txt";

takata_1804_post1807_all = "/sites/www.accc.gov.au/files/takata-1901-post1807-all.txt";

takata_1804_post1807_pct = "/sites/www.accc.gov.au/files/takata-1901-post1807-pct.txt";

takata_1804_progress = "/sites/www.accc.gov.au/files/takata-1901-progress.txt";

formatValue = d3.format(".1s"); formatValue2 = d3.format(".1%"); formatValue3 = d3.format(".2s"); formatValue3a = d3.format(".3s"); formatValue4 = d3.format(",.2"); formatValue5 = d3.format(".2%");

jQuery(window).resize(function() { clearTimeout(window.resizedFinished);

window.resizedFinished = setTimeout(function() { mediaQueryDetect(); }, 250); });

mediaQueryDetect();

function mediaQueryDetect() {

if (matchMedia) { const mq = window.matchMedia("(max-width: 767px)"); mq.addListener(WidthChange); WidthChange(mq); };

function WidthChange(mq) { if (mq.matches) {

marginLeft = 125; marginTop = 0; c5LegendMarginLeft = -90; c5MarginTop = 70; rightAlign = false;

} else {

marginLeft = 155; marginTop = 0; c5LegendMarginLeft = -175; c5MarginTop = 40; rightAlign = false;

};

}; }

  • Note: The information above includes fully rectified vehicles only (it excludes vehicles fitted with like-for-like replacements that will require future replacement). In Australia the first voluntary recall commenced in 2009; however, the graph starts from 2015 when the number of recalls began to increase as more vehicle manufacturers initiated recalls.

function showMeTheData5(csv, csv_id, stacked_label, stack_type) { d3.csv(csv, function(err, data) { var data = Object.keys(data[0]).filter(function(k) { return k != "date" }) .map(function(k) { return { "key": k, "values": data.map(function(d) { return { "x": d3.time.format("%Y-%m-%d").parse(d.date), "y": +d[k] } }) } }); data[0].type = "bar"; data[0].yAxis = 1; data[1].type = "area"; data[1].yAxis = 2; nv.addGraph(function() { var chart = nv.models.multiChart() .margin({ "left": 80, "bottom": 80, "top": c5MarginTop, "right": 90 }) .color(["#00759E", "#1CCFC9", "#FFC502", '#8B9EFF', "#FF7600", "#23C9FF", "#92D631", "#BA1622", "#0E766E"]) .yDomain1([0, 200000]) .yDomain2([0, 2200000]) .interpolate("linear") .useInteractiveGuideline(true);

chart.xAxis.tickFormat(function(d) { return d3.time.format('%b %y')(new Date(d)) });

chart.yAxis1.tickFormat(function(d) { return formatValue3(d); }).axisLabel('Vehicles rectified by month').ticks(5);

chart.yAxis2.tickFormat(function(d) { return formatValue3(d); }).axisLabel('Total Vehicles rectified').ticks(5);

chart.legend.maxKeyLength(100).rightAlign(false) .margin({ "left": c5LegendMarginLeft }).updateState(false);

chart.interactiveLayer.tooltip.contentGenerator(function(d) { var tooltip = "";

formatDate = d3.time.format('%b %y');

tooltip += "

"; tooltip += ""; tooltip += ""; tooltip += "

"; tooltip += "

/Public Release. This material from the originating organization/author(s) might be of the point-in-time nature, and edited for clarity, style and length. Mirage.News does not take institutional positions or sides, and all views, positions, and conclusions expressed herein are solely those of the author(s).View in full here.
" + formatDate(d.value) + ""; tooltip += ""; tooltip += ""

for (var i in d.series) { var currentSeries = d.series[i]; var color = currentSeries.color; var key = currentSeries.key; var value = currentSeries.value;

tooltip += "

"; tooltip += "

"; tooltip += " "; tooltip += "

" + key + "" + formatValue3(value) + "